diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-14 13:04:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-14 13:04:06 +0000 |
| commit | 544cfa91aaa39ff4404ac80b2cf1fb9069b09137 (patch) | |
| tree | c4fe0a67e4e836da47099abd00e7d7ff454a929b /dev-python/versioningit | |
| parent | 38ddbc6cbbe7942fe57bc53cebf9f1bf68d4350d (diff) | |
| download | baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.tar.gz baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.tar.xz baldeagleos-repo-544cfa91aaa39ff4404ac80b2cf1fb9069b09137.zip | |
Adding metadata
Diffstat (limited to 'dev-python/versioningit')
| -rw-r--r-- | dev-python/versioningit/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/versioningit/versioningit-2.0.0.ebuild | 46 | ||||
| -rw-r--r-- | dev-python/versioningit/versioningit-2.0.1.ebuild | 50 |
3 files changed, 0 insertions, 98 deletions
diff --git a/dev-python/versioningit/Manifest b/dev-python/versioningit/Manifest index 4c7b98d98d25..2dc07f510b53 100644 --- a/dev-python/versioningit/Manifest +++ b/dev-python/versioningit/Manifest @@ -1,3 +1 @@ -DIST versioningit-2.0.0.tar.gz 735138 BLAKE2B 59247c0a2ec85f828b1b36c7f7ff6981fdd430b242c262f7325586e8ab35410083e0a795e72204c9ad9c0c50bb02c047f8baa01c556f74d69a8ddfc9e911474b SHA512 d700e25f3b58efd87943a950ede66ad8814e3aeea1927bb68b51312a636684b16695c44492f4357595305a5a85a3fc8c411d80a02e9b157162844d731dcab93f -DIST versioningit-2.0.1.tar.gz 735415 BLAKE2B 92aefa4c565ba1e7e707e7ea53a139c64e645ca5e68c74f8ee516122996037061174f703b566458d947e131ed56cc0a9922ce23bf82680607591900a7cc88e36 SHA512 b6f8c578d36607731429e43a7bd349ac69e44943a7b9a79c9f70e1dd44201ee6af239a575ebb36a44e870ee2a121a91d1d63c8e63dadaac71139431ef2eb36e5 DIST versioningit-2.1.0.tar.gz 735718 BLAKE2B edceb4b5a76ecc5e4f5549a348cd5c72bd1c77be1fb6d8c1694af4c94ff38e773b2e288ad22cecd93a3cd14d602dd6c50634db74a51e486856472098cf18bf89 SHA512 0cea71e8b21edefba008d947d8527810e1e38c8e2f208707dbc913b3734b51a57b20444fa4dd703574f0106068518057496292ae5997d85ba047ff4795ba64fa diff --git a/dev-python/versioningit/versioningit-2.0.0.ebuild b/dev-python/versioningit/versioningit-2.0.0.ebuild deleted file mode 100644 index c67d8de1b1d3..000000000000 --- a/dev-python/versioningit/versioningit-2.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="A setuptools plugin for versioning based on git tags" -HOMEPAGE=" - https://github.com/jwodder/versioningit/ - https://pypi.org/project/versioningit/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/packaging-17.1[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # Tries to do wheel/pip installs - test/test_end2end.py -) - -distutils_enable_tests pytest - -python_prepare_all() { - sed -i \ - -e '/--cov/d' \ - -e '/-cov-/d' \ - tox.ini || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/versioningit/versioningit-2.0.1.ebuild b/dev-python/versioningit/versioningit-2.0.1.ebuild deleted file mode 100644 index 171b819d6a4c..000000000000 --- a/dev-python/versioningit/versioningit-2.0.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="A setuptools plugin for versioning based on git tags" -HOMEPAGE=" - https://github.com/jwodder/versioningit/ - https://pypi.org/project/versioningit/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" - -RDEPEND=" - >=dev-python/packaging-17.1[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -EPYTEST_IGNORE=( - # Tries to do wheel/pip installs - test/test_end2end.py -) - -distutils_enable_tests pytest - -python_prepare_all() { - sed -i \ - -e '/--cov/d' \ - -e '/-cov-/d' \ - tox.ini || die - - distutils-r1_python_prepare_all -} - -python_test() { - epytest -p no:pytest-describe -} |
