Commit Graph

32 Commits

Author SHA1 Message Date
Christoph Reiter
ad3a0c37e7 Python 3.10 rebuilds 2022-06-10 17:54:24 +02:00
Patrick Lehmann
ba2566fd2b Bumped version of ***-python-coverage to v6.3.2. 2022-03-01 11:38:51 +01:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Dennis Ameling
39228ef0c2 python-coverage: enable for clangarm64 2021-12-15 13:46:17 +01:00
Naveen M K
ee8c49b885 python-coverage: update to 6.2 2021-12-01 11:36:40 +05:30
Christoph Reiter
6a16db9801 Python 3.9 rebuilds
pacman -Fqx '/python3\.8/' '.*\.py.*' '.*-cpython-.*'
2021-07-11 12:18:48 +02:00
Jeremy Drake
37a2037ae6 add clang32 to more packages.
All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.
2021-06-17 17:04:00 -07:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
f1bc6b8f06 python-coverage: drop install scripts 2021-04-16 12:21:48 +02:00
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Naveen
941621d7b3 python-coverage: update to 5.5 2021-03-01 08:43:11 +00:00
Naveen
796a0d3543 python-coverage: update to 5.4 2021-01-28 19:17:37 +00:00
github-actions[bot]
a9c870a713 Update 2021-01-06 18:46:33 +00:00
Biswapriyo Nath
04c622c5b1 python-coverage: update to 5.2.1 2020-08-17 23:07:37 +05:30
Alexey Pavlov
08a0fc40a0 Rename python3 packages to python and update to latest. Round 1 2019-12-25 14:35:12 +03:00
Alexey Pavlov
83ae2dddb8 python-coverage: Drop python2 package 2019-12-18 09:53:34 +03:00
Alexey Pavlov
08f1404b6d python-coverage: Rebuild for python 3.8 2019-10-23 16:07:53 +03:00
Alexey Pavlov
0039fb0df9 python-coverage: Update to 4.5.4 2019-07-30 11:35:12 +03:00
Alexey Pavlov
e7aaaba3cf python-coverage: Update to 4.5.3 2019-06-03 12:35:03 +03:00
Dan Yeaw
fddd9ee6c6 Use current path prefix to find Python script files to modify
When using pacman to install packages, the --root option can be set to
install them to an alternative location. The current install scripts
don't take this in to account which causes no such file or directory
errors. This modifies the sed command to use the full prefix path
when renaming the shebang.

Signed-off-by: Dan Yeaw <dan@yeaw.me>
2019-03-27 13:02:27 -04:00
Andrew Sun
ad618f0ac4 python-coverage: update to 4.5.2 (#4665) 2018-11-18 01:08:54 +03:00
J. Peter Mugaas
48108c8b16 python-coverage - 4.5.1 - fix command line invocation. (#4380)
I don't know why the "install" lines were missing although I did find the *install files in git.  The problem is you need a fully qualified path in the shebang for the .EXE launcher to work.  That's why the .EXE's have to change it to a fully qualiffied path.
2018-09-07 11:23:44 +03:00
Alexey Pavlov
dabcc8eb24 Rebuild packages for Python 3.7 2018-07-09 10:48:04 +03:00
J. Peter Mugaas
662f10c982 python-coverage - 4.5.3 - Update to latest version. Fix so that it will run from from the bash prompt with installation fixup. (#3398) 2018-02-16 13:50:44 +03:00
Christoph Reiter
b38704d779 python-coverage: Update to 4.4.2 (#3359) 2018-02-08 07:49:58 +03:00
Viktor Szakats
7f6257d62d switch to HTTPS where available (#2904)
* switch to HTTPS where available

* use canonical readthedocs URLs
2017-09-16 09:12:45 +03:00
Alexey Pavlov
4c0c223a1e python-coverage: Update to 4.4.1 2017-06-17 11:43:12 +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
Renato Silva
267230e352 Update several package versions. 2016-04-05 13:35:54 -03:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Frédéric Wang
6478e3e7dd Add package for the coverage Python module. 2015-11-19 18:40:29 +01:00