Commit Graph

47 Commits

Author SHA1 Message Date
Alexey Pavlov
8cb14dad14 python-pytest: Update to 5.4.1 2020-03-17 10:17:13 +03:00
Alexey Pavlov
58c7185f6e python-pytest: Update to 5.3.5 2020-02-19 14:41:48 +03:00
Alexey Pavlov
08a0fc40a0 Rename python3 packages to python and update to latest. Round 1 2019-12-25 14:35:12 +03:00
Alexey Pavlov
8ad431812a Rename python3 folders to python 2019-12-23 10:10:26 +03:00
Alexey Pavlov
2d0e998011 python-pytest: Separate versions for python2 (4.6.4) and python3 (5.0.1) 2019-07-17 16:09:15 +03:00
Alexey Pavlov
3bb666d417 python-pytest: Update to 4.6.0 2019-07-01 14:02:48 +03:00
Alexey Pavlov
056148c111 python-pytest: Update to 4.4.2 2019-06-04 09:23:49 +03:00
peterbudai@hotmail.com
44c78c7cb3 pytest: Update to 4.4.1 2019-05-04 15:47:44 +02: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
Alexey Pavlov
8322499e1a python-pytest: Update to 4.3.0 2019-02-20 13:39:52 +03:00
Alexey Pavlov
d3ac8a5e46 python-pytest: Update to 4.2.1 2019-02-19 14:49:31 +03:00
Alexey Pavlov
d525b37125 python-pytest: Update to 4.0.2 2018-12-18 13:36:14 +03:00
Alexey Pavlov
bb795a20b4 python-pytest: Update to 4.0.1 2018-11-28 11:07:15 +03:00
Christoph Reiter
43395719d4 pytest: Update to 4.0.0 (#4670) 2018-11-18 17:18:27 +03:00
Alexey Pavlov
0ac45eb9c8 python-pytest: Update to 3.10.1 2018-11-13 09:45:21 +03:00
Alexey Pavlov
6d48edd1c4 python-pytest: Update to 3.10.0 2018-11-07 14:05:26 +03:00
J. Peter Mugaas
1c2a034419 python-dateutil - 2.7.5 Update to latest version (#4599)
python-hypothesis - 2.80.0 - Update to latest version
python-pluggy - 0.8.0 - Clarified dependencies, enable testing
python-pytest - 2.9.3 - Update to latest version
python-pytz - 2018.6 - Update to latest version
python-freezegun - 0.3.11 - new package required for testing dateutils
python-pytest-xdist - 1.23.2 - required by python-coverage
2018-10-29 09:47:55 +03:00
Alexey Pavlov
2e5761b7fe python-pytest: Update to 3.9.2 2018-10-24 08:43:48 +03:00
Andrew Sun
fcbbf6087e python-pytest: update to 3.7.4 (#4377) 2018-09-06 09:33:20 +03:00
Christoph Reiter
e80778ef83 pytest: depends on pathlib2 (#4336) 2018-08-29 22:03:43 +03:00
Andrew Sun
519b1f3163 python-pytest: update to 3.7.3 (#4323) 2018-08-29 00:19:16 +03:00
Andrew Sun
093a974812 python-pytest: update to 3.7.2 (#4247) 2018-08-19 10:59:25 +03:00
Andrew Sun
cbc576583f python-pytest: update to 3.7.1 (#4219) 2018-08-16 21:08:07 +03:00
J. Peter Mugaas
49e666c67d Clarified dependencies. (#4095) 2018-07-25 11:37:46 +03:00
Christoph Reiter
5969c1ebbf pytest: fix missing atomicwrites dependency (#4055) 2018-07-09 21:04:50 +03:00
Alexey Pavlov
e39bab66d6 Rebuilds for Python 3.7. Part I 2018-07-06 13:15:37 +03:00
Christoph Reiter
3cf81be588 pytest: fix missing dep on more-itertools. Fixes #3865 (#3876) 2018-05-31 08:42:40 +03:00
J. Peter Mugaas
fa2348c24d Mingw w64 pytest (#3848)
* Add two helper macros to the PKGBUILD templates.  apply_patch_with_msg applies a patch ensuring a backup is made and with an output message showing the patch being applied to help with debugging.  del_file_exists delets files and is meant for where a patch creates new files.  Those added files may not be deleted if the PKGBUILD is reran causing patch to fail saying it's already been applied.

Fix the setup-py template to use a _dtoken variable for part of the URL in pypi.  Those use a download token for each software package and is unique to EVERY version.  Also, use python${pver}-build-${CARCH} consistantly.  The CARCH allows us to have for binary versions so that they could be examined if a build problem were to occur and speed up the build.

* Fixed the comment about the source and made a point about downloading from some source such as github instead of pypi.

* mingw-w64-python-more-itertools - 4.2.0, mingw-w64-python-pytest - 3.5.1 - Update to the latest.
2018-05-28 07:53:41 +03:00
Alexey Pavlov
f3ff176268 python-test: Fix typo 2018-02-16 23:54:43 +03:00
J. Peter Mugaas
feda58dc0c Make sure that pytest executables actually run so we use those with our packages. (#3387) 2018-02-15 07:52:19 +03:00
Christoph Reiter
305f795490 python-pytest: Update to 3.4.0 (#3360) 2018-02-08 07:50:08 +03:00
Christoph Reiter
80cd7a8408 python-pytest: Update to 3.3.1 and update dependencies (#3242)
Update py, pluggy and add new dependencies
Add newly required python-attrs package
2018-01-01 22:48:25 +03:00
Christoph Reiter
68e963b6ec python-pytest: Update to 3.2.3 (#3063) 2017-10-17 11:21:31 +03:00
Christoph Reiter
b6ac49817c python-pytest: Update to 3.2.2 (#2962) 2017-09-25 13:47:57 +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
Christoph Reiter
b17dcb3f75 python-pytest: Update to 3.2.1 (#2790) 2017-08-16 14:56:07 +03:00
Christoph Reiter
753b0724ec python-pytest: Update to 3.2.0 (#2742)
Add setuptools-scm dependency
2017-08-13 00:11:46 +03:00
Christoph Reiter
022e32c5bf pytest: Update to 3.1.3 (#2666) 2017-07-11 08:04:05 +03:00
Christoph Reiter
2bfde58455 python-pytest: Add missing pluggy dependency (#2612)
In the last update the vendored pluggy was patched out, this
adds it pack as a new package.
2017-06-21 12:57:12 +03:00
Alexey Pavlov
bcbdc3b618 python-pytest: Update to 3.1.2 2017-06-17 15:41:27 +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
Christoph Reiter
fed93a99cc python-pytest: Update to 3.0.7 and add missing runtime dependencies (#2503) 2017-05-22 11:21:43 +03:00
J. Peter Mugaas
e9395ba545 Python (#1839)
* openjpeg 2.1.2 - rel. 2 - Disable JPIP because causing compilation failures -not sure why

* Revert "openjpeg 2.1.2 - rel. 2 - Disable JPIP because causing compilation failures -not sure why"

This reverts commit ea56c3cf07.

* harfbuzz: Update to 1.3.2

* cppcheck: Update to 1.76

* libvirt: Update to 2.3.0

* libbluray: Update to 0.9.3

* libebml: Update to 1.3.4

* libmatroska: Update to 1.4.5

* libbluray: Place in proper folder

* x264: Is git package. Update to r2721.72d53ab

* l-smash: Rebuild

* x265: Update to 2.1

* ffmpeg: Update to 3.1.4

* nspr: Update to 4.13

* Fix PKGBUILDs. Rebuild

* gdl: Update to 3.22.0

* Python updates and additions

PKGBUILD-templates - Update for new SF, add build, and make dirs for
each py version and arch.
python-distutils-extra - 2.39 - new package
python-mock - 2.0 Update to altest version
python-pbr: 1.10.0 - Update to latest version
python-pgen2 -  0.1.0 - New package
python-pip: rebuildm, fix issue with symlink, and rework slightly to
match updated template
python-pyparsing - 2.1.10 - Update to latest version
python-pytest - 3.0.3 - Update to latest version
python-setuptools - 28.6.0 - Update ot latest version
python-cython - 0.24.1 - Update to latest version
2016-10-20 09:40:22 +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
0774e7a2f0 Add the colorama dependency, which seems necessary for pytest on Windows. 2015-11-20 12:31:49 +01:00
Frédéric Wang
8064920902 Add package for pytest and py Python modules. 2015-11-20 11:27:55 +01:00