diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/zc-lockfile | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/zc-lockfile')
-rw-r--r-- | dev-python/zc-lockfile/Manifest | 2 | ||||
-rw-r--r-- | dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild | 47 | ||||
-rw-r--r-- | dev-python/zc-lockfile/zc-lockfile-2.0.ebuild | 46 |
3 files changed, 48 insertions, 47 deletions
diff --git a/dev-python/zc-lockfile/Manifest b/dev-python/zc-lockfile/Manifest index 5c5c53b4d745..9494b55b39bd 100644 --- a/dev-python/zc-lockfile/Manifest +++ b/dev-python/zc-lockfile/Manifest @@ -1,3 +1,3 @@ DIST zc.lockfile-2.0.tar.gz 11923 BLAKE2B 7609f64eef4521f0aa95dc899b253570a317bd997cced00665a2dbe22cf7f834ce75daaf4fdf79520157dee31742758aad1844d49c5eccb780e7d5fd2e8e5ac5 SHA512 2586bafacb12540383695a24cb01fd284e61bfa3fcb16431ed0e91278e547c68983363fb69c1ffbd54f7c22db43300ba018ccd2fb3e21666c98860415b7a3c3b -EBUILD zc-lockfile-2.0.ebuild 1020 BLAKE2B 2b150a509369a49a2c4dd40bb64f4868a63f4e93e85020f40583a26ec9083aff5e5a473baf3c5a028d248e45575adb40096a383142485319af366cb3dbb86f6d SHA512 967116fdd5c559eb94730716f13353ccfcaf9fa4903b5e2fc6cb1c08d1d89bf74926c3c910250db915e638664adb33b25b77d3d904dcc913cd2a17878bcc662d +EBUILD zc-lockfile-2.0-r1.ebuild 1092 BLAKE2B 3c89b077108765df8f8a0fb3361dea6699ee7115cb39096115aa5cab5e03dc940d572d4e510dae627a575e3925dea12fcfdc3f60904d9e1f397b12be15a6dd0f SHA512 7bd0f55c8900d4da3d99792a35b5c107bcf0e38962b0bab9454ed560ecb125ab040648cbbf4d3175c32bc591ad079b2c6e218c08444045138531fd5a9a6182c0 MISC metadata.xml 424 BLAKE2B 91d244951c549a683899bf54f792936273ff3e444def80249e6baeb9e3dfb810cd35fd822cec023574994dc06ce3168061832b31f489df3e0ee7c8303e80d4c8 SHA512 cb88901bf9146f663211ad373b2cd83ffe35ef7c30b87a13336143e0543f5f2aa38651079f92be17b05edf5f156bf4823cb58b1b69df6282c35a0007356098ea diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild b/dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild new file mode 100644 index 000000000000..603b85c2ee94 --- /dev/null +++ b/dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +MY_P=${PN/-/.}-${PV} +DESCRIPTION="Basic inter-process locks" +HOMEPAGE=" + https://github.com/zopefoundation/zc.lockfile/ + https://pypi.org/project/zc.lockfile/ +" +SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86" + +BDEPEND=" + test? ( + dev-python/zope-testing[${PYTHON_USEDEP}] + ) +" + +DOCS=( CHANGES.rst README.rst ) + +distutils_enable_tests unittest + +python_prepare_all() { + # rdep is only needed for namespace + sed -i -e '/install_requires.*setuptools/d' setup.py || die + # use implicit namespace + sed -i -e '/namespace_packages/d' setup.py || die + # do not install README into site-packages + sed -e '/^ include_package_data/d' -i setup.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + "${EPYTHON}" -m unittest zc.lockfile.tests -v || die +} diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild deleted file mode 100644 index ba8a0dc845db..000000000000 --- a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -MY_PN="${PN/-/.}" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Basic inter-process locks" -HOMEPAGE="https://pypi.org/project/zc.lockfile/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86" - -BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )" - -DOCS=( CHANGES.rst README.rst ) - -distutils_enable_tests nose - -# Prevent incorrect installation of data file -python_prepare_all() { - sed -e '/^ include_package_data/d' -i setup.py || die - distutils-r1_python_prepare_all -} - -python_install() { - distutils-r1_python_install - - python_moduleinto zc - python_domodule src/zc/__init__.py -} - -python_install_all() { - distutils-r1_python_install_all - - find "${D}" -name '*.pth' -delete || die -} |