python3-pytest-fixture-config: update to 1.7.0.
This commit is contained in:
parent
d57ba17b98
commit
8d51c52304
@ -0,0 +1,11 @@
|
|||||||
|
Void doesn't package setuptools-git, and there's no need to start now.
|
||||||
|
|
||||||
|
--- a/common_setup.py
|
||||||
|
+++ b/common_setup.py
|
||||||
|
@@ -72,6 +72,5 @@
|
||||||
|
license='MIT license',
|
||||||
|
platforms=['unix', 'linux'],
|
||||||
|
cmdclass={'test': PyTest, 'egg_info': EggInfo},
|
||||||
|
- setup_requires=['setuptools-git'],
|
||||||
|
include_package_data=True
|
||||||
|
)
|
@ -1,26 +1,20 @@
|
|||||||
# Template file for 'python3-pytest-fixture-config'
|
# Template file for 'python3-pytest-fixture-config'
|
||||||
pkgname=python3-pytest-fixture-config
|
pkgname=python3-pytest-fixture-config
|
||||||
_pkgname=${pkgname#*-}
|
_pkgname=${pkgname#*-}
|
||||||
version=1.3.0
|
version=1.7.0
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pytest"
|
depends="python3-pytest"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-six $depends"
|
||||||
short_desc="Fixture configuration utils for py.test (Python3)"
|
short_desc="Fixture configuration utils for py.test (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/manahl/pytest-plugins"
|
homepage="https://github.com/manahl/pytest-plugins"
|
||||||
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||||
checksum=1717cd7d2233943cae9af419c6e31dca5e40d5de01ef0bcfd5cd06f37548db08
|
checksum=41a17417721f6862ce6b40e3280fddd8e1659b2c306ec46b237d7021fec5218e
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i '/setup_requires/d' common_setup.py
|
|
||||||
}
|
|
||||||
do_check() {
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user