Commit Graph

30 Commits

Author SHA1 Message Date
Christoph Reiter
1e5aa93ea7 python-packaging: drop some unused dependencies 2022-06-11 18:41:56 +02:00
Christoph Reiter
ad3a0c37e7 Python 3.10 rebuilds 2022-06-10 17:54:24 +02:00
Naveen
df9a1aa04d python-packaging: update to 21.3 2021-12-30 19:54:37 +05:30
Naveen
ef06f20f71 python-packaging: update to 21.2 2021-11-27 22:37:33 +05:30
Naveen
f46db6d1d9 python-packaging: update to 21.0 2021-09-14 18:04:44 +05:30
Christoph Reiter
6a16db9801 Python 3.9 rebuilds
pacman -Fqx '/python3\.8/' '.*\.py.*' '.*-cpython-.*'
2021-07-11 12:18:48 +02:00
Christoph Reiter
a80fe5efc4 Enable clangarm64 for bootstrap packages 2021-05-13 16:17:13 +02:00
Christoph Reiter
977d3b5e02 Enable clang32 for all packages already in the repo 2021-04-25 15:26:34 +02:00
Christoph Reiter
58acb56691 Enable clang64 for all packages already in the repo 2021-04-23 13:26:20 +02:00
Christoph Reiter
2d3933dd60 More ucrt 2021-03-27 13:01:21 +01:00
Naveen
0714eb66a2 python-packaging: update to 20.9 2021-03-09 17:55:28 +00:00
Dan Yeaw
a4ae570eb7 Update packaging to version 20.8 2021-01-24 10:00:12 -05:00
Syrus Dark
59fbefc013 Towards completing packing pip 20.2.4
not yet done fully
still need to test
2021-01-12 01:43:40 +05:30
Alexey Pavlov
21b121b2cc python-packaging: Update to 20.3 2020-03-09 21:40:27 +03:00
Christoph Reiter
b1c9ba8df9 python-packaging: Update to 20.1 2020-02-02 18:19:40 +01:00
Alexey Pavlov
08a0fc40a0 Rename python3 packages to python and update to latest. Round 1 2019-12-25 14:35:12 +03:00
Christoph Reiter
cdc3d3beca Fix various Python packages (syntax errors, missing files) 2019-12-23 09:02:08 +01:00
Alexey Pavlov
b85a23f04d python-packaging: Drop python2 package 2019-12-18 12:47:51 +03:00
Alexey Pavlov
cda4343157 python-packaging: Update to 19.2 2019-10-23 15:27:22 +03:00
Yuanmiao Gui
dc26b888c3 python-packaging: add depends 'attrs' 2019-08-05 12:20:40 +08:00
Alexey Pavlov
f8ad16d20a python-packaging: Update to 19.1 2019-07-31 10:26:49 +03:00
Andrew Sun
095b95c2ac python-packaging: update to 19.0 (#4897) 2019-01-22 11:25:09 +03:00
Alexey Pavlov
a0a789f649 python-packaging: Update to 18.0 2018-10-24 10:11:20 +03:00
Andrew Sun
ec9390875b python-packaging: update to 17.1 (#4277) 2018-08-21 20:18:44 +03:00
Alexey Pavlov
007ff03741 python-packaging: Cleanup PKGBUILD 2018-07-18 12:56:06 +03:00
Alexey Pavlov
dabcc8eb24 Rebuild packages for Python 3.7 2018-07-09 10:48:04 +03:00
Alexey Pavlov
0e169bb571 python-packaging: Rebuild 2018-03-05 11:14:09 +03:00
K.Takata
cfc7704c9b python-{sphinx,packaging,urllib3}: Fix dependencies (#3461)
Sphinx now requires packaging, and packaging requires pyparsing.
Also sort the lists in the alphabetical order.

Remove chardet, idna and urllib3 from the dependencies, because they are
not directly required by sphinx. They are required by python-requests
and it already has them as the dependencies.

Move certifi from sphinx to urllib3.
2018-03-02 08:43:03 +03:00
Christoph Reiter
9757046077 python3: Update to 3.6.1 (#2587)
* python3: Update to 3.6.1

The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.

* Bump pkgrel of all packages containing Python 3 bytecode/extensions.

The package list was generated using:
    pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"

* lensfun: Add cmake to makedepends

* numpy: Don't hardcode the Python version

* blender: rebuild for new Python

* boost: Don't hardcode Python versions; rebuild

* pillow: Don't hardcode Python version; rebuild

* python-dateutil: Don't hardcode Python versions

* sip: Don't hardcode Python versions

* pyqt4: Don't hardcode Python versions; rebuild

* pyqt5: Don't hardcode Python versions; rebuild

* opencv: Update Python3 version in patch
2017-06-15 17:40:51 +03:00
J. Peter Mugaas
4652b559f4 mingw-w64-ptyhon-coverage - 4.3.4 - Update to latest version (#2380)
* mingw-w64-ptyhon-coverage - 4.3.4 - Update to latest version
mingw-w64-python-lxml  - 3.7.3 - Update to latest version, update patch
mingw-w64-python-nose - 1.3.7 - make aliases (nosetests2 and nosetest3 to faciltate upgrading python to 3.6)
mingw-w64-python-pbr - 2.0.0 - Update to latest version
mingw-w64-python-py - 1.4.33 - Update to latest version
mingw-w64-python-pyparsing - 2.2.0 Update to latest version
mingw-w64-python-beautifulsoup4 - 4.5.3 - New Package
mingw-w64-python-chardet - 2.3.0 - New Package
mingw-w64-python-html5lib - 0.9999999 - New Package
mingw-w64-python-packaging - 16.0 - New Package
mingw-w64-python-pretend - 1.0.0 - New Package
mingw-w64-python-webencodings - 0.5.1 - New Package

* OOPS - forgot LICENSE file.

* Fixes for various comments Алексей had made.  Change python-packaging download to the tarbar at GitHub. Add python-appdirs (required by latest version of setuptools 34.4.0

* Fix packaging tarball dir.  It was using the obsolete git reference.  Note that packaging is a requirement for setuptools 34.4.0

* mingw-w64-python-chardet - try again.  Removed _pyname.
2017-04-11 06:58:02 +03:00