commit:     6e7f9c40ccefb01597247caa72b6e3496175e54a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 19:37:39 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 19:38:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7f9c40

dev-python/hatchling: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hatchling/Manifest               |  3 --
 dev-python/hatchling/hatchling-1.6.0.ebuild | 74 -----------------------------
 dev-python/hatchling/hatchling-1.7.1.ebuild | 74 -----------------------------
 dev-python/hatchling/hatchling-1.8.0.ebuild | 74 -----------------------------
 4 files changed, 225 deletions(-)

diff --git a/dev-python/hatchling/Manifest b/dev-python/hatchling/Manifest
index 848dbdabfe33..3f7598ed154d 100644
--- a/dev-python/hatchling/Manifest
+++ b/dev-python/hatchling/Manifest
@@ -1,6 +1,3 @@
 DIST hatch-hatchling-v1.10.0.gh.tar.gz 256897 BLAKE2B 
87a15624018d9919f29304f44520649465514bc594d266c152d28c08b99635b6f2d9b2f0ef68604e4d497860162cf9224d68ac78c22291fb80585a341a5d9704
 SHA512 
afb7f634f819cb3b914ede5c818a587f4a75f3a2c8e753f265f973e9b7d9c53e030dfdfdc862fb5b44cbdfd2564b1b863e3f12d7b7a31b4b62f7e316267de9c7
-DIST hatch-hatchling-v1.6.0.gh.tar.gz 233428 BLAKE2B 
5ce5a2a94c9021919f50f90a96f37713a739fe08e1d6a5955a3af369d6c37beece1a4c22b1883e689e500f219101fb67a700231b8d0d22432150b34a6cee22bd
 SHA512 
be23b81cca96cb93321938e0ac7455efc2e388e910c1b64a7d611a37681b5bd6aa89c4fe165a7a2f7ce2dd11ea3598aaeaaab80869e689aac0afdce915b8f567
-DIST hatch-hatchling-v1.7.1.gh.tar.gz 1471608 BLAKE2B 
52d7d1f8a45f5dd6573676b8f6946b843c5368ba0b0a53d1a30d48c1087350eea54335fbc76816f334526238451ab8075586212386bb18edc0c3b3cfc5224b3c
 SHA512 
dfffc8586ee3ff5c7f1f277be1e653efef70fca5377c12c16bb05c1deeb5cf5eccc5cd58d0923a32c7a8b3701621f6be881709bb836734170a08b103b841107f
-DIST hatch-hatchling-v1.8.0.gh.tar.gz 1524674 BLAKE2B 
a23e2e4c40dda4df45a2124499f1f566038a1a6b5631f453a1631fc322474a536e7d8bd0972d315c38a7a3cf97ef2839c998bb4310fc6123dc154d597e75eda3
 SHA512 
14772c8d6d3408f66e755b59d58f4c67e12c96665d556f647261dfa60e250c1b586bea2731aedcf24c6ede4c0dae132ea205516735509e9e1ccc9ef4bbd84a15
 DIST hatch-hatchling-v1.8.1.gh.tar.gz 1525669 BLAKE2B 
d1c33648eb202d57448f4f01d724361bce0db2ca25b1445f2c5bdec5f517f0ddfa961d07ff6d76ba7f326d1feae524a1f6600b563ad6f8bd504c7d00e1b1316d
 SHA512 
d1878085adfd00e4efe7bbd5d70bf76e2d34bd42f0ef4dfc813088025dcc9d180605013a0acd9e24b3da86087dcf9bbb37be76528001034282f7a30a6ccbc20b
 DIST hatch-hatchling-v1.9.0.gh.tar.gz 252859 BLAKE2B 
7fe0e06b26808ab47c8deead09744c32b2806327944ca799fe1b919ffe34227b7f51c0c5c7a7cad5b3a08b61acc10a0f9528048f3a4a45cf53efece64005fe9d
 SHA512 
b99de517e6a049910e119fea9de667dc87782ff6400a8b730bb402c6337176f39a8e956d69e71561e413b80710b651421eb320d2b1b747b1818c97607c456c78

diff --git a/dev-python/hatchling/hatchling-1.6.0.ebuild 
b/dev-python/hatchling/hatchling-1.6.0.ebuild
deleted file mode 100644
index 992dbe41ac5d..000000000000
--- a/dev-python/hatchling/hatchling-1.6.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{8..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-
-inherit distutils-r1
-
-TAG=${P/-/-v}
-MY_P=hatch-${TAG}
-DESCRIPTION="Modern, extensible Python build backend"
-HOMEPAGE="
-       https://pypi.org/project/hatchling/
-       https://github.com/pypa/hatch/
-"
-SRC_URI="
-       https://github.com/pypa/hatch/archive/${TAG}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/backend
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-       >=dev-python/editables-0.2[${PYTHON_USEDEP}]
-       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-       >=dev-python/pathspec-0.9[${PYTHON_USEDEP}]
-       >=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}]
-       >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/atomicwrites[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-                       dev-python/httpx[${PYTHON_USEDEP}]
-                       dev-python/platformdirs[${PYTHON_USEDEP}]
-                       dev-python/rich[${PYTHON_USEDEP}]
-                       dev-python/tomli-w[${PYTHON_USEDEP}]
-                       dev-python/virtualenv[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
-               einfo "Skipping tests on ${EPYTHON}"
-               return
-       fi
-
-       local -x EPYTEST_DESELECT=(
-               # these run pip to install stuff
-               tests/backend/dep/test_core.py::test_dependency_found
-               tests/backend/dep/test_core.py::test_extra_met
-               tests/backend/dep/test_core.py::test_extra_no_dependencies
-               tests/backend/dep/test_core.py::test_extra_unmet
-               tests/backend/dep/test_core.py::test_unknown_extra
-               tests/backend/dep/test_core.py::test_version_unmet
-       )
-
-       # top-level "tests" directory contains tests both for hatch
-       # and hatchling
-       cd "${WORKDIR}/${MY_P}" || die
-       local -x PYTHONPATH="src:${PYTHONPATH}"
-       epytest tests/backend
-}

diff --git a/dev-python/hatchling/hatchling-1.7.1.ebuild 
b/dev-python/hatchling/hatchling-1.7.1.ebuild
deleted file mode 100644
index 868dd0172a97..000000000000
--- a/dev-python/hatchling/hatchling-1.7.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{8..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-
-inherit distutils-r1
-
-TAG=${P/-/-v}
-MY_P=hatch-${TAG}
-DESCRIPTION="Modern, extensible Python build backend"
-HOMEPAGE="
-       https://pypi.org/project/hatchling/
-       https://github.com/pypa/hatch/
-"
-SRC_URI="
-       https://github.com/pypa/hatch/archive/${TAG}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/backend
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-python/editables-0.2[${PYTHON_USEDEP}]
-       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-       >=dev-python/pathspec-0.9[${PYTHON_USEDEP}]
-       >=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}]
-       >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/atomicwrites[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-                       dev-python/httpx[${PYTHON_USEDEP}]
-                       dev-python/platformdirs[${PYTHON_USEDEP}]
-                       dev-python/rich[${PYTHON_USEDEP}]
-                       dev-python/tomli-w[${PYTHON_USEDEP}]
-                       dev-python/virtualenv[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
-               einfo "Skipping tests on ${EPYTHON}"
-               return
-       fi
-
-       local -x EPYTEST_DESELECT=(
-               # these run pip to install stuff
-               tests/backend/dep/test_core.py::test_dependency_found
-               tests/backend/dep/test_core.py::test_extra_met
-               tests/backend/dep/test_core.py::test_extra_no_dependencies
-               tests/backend/dep/test_core.py::test_extra_unmet
-               tests/backend/dep/test_core.py::test_unknown_extra
-               tests/backend/dep/test_core.py::test_version_unmet
-       )
-
-       # top-level "tests" directory contains tests both for hatch
-       # and hatchling
-       cd "${WORKDIR}/${MY_P}" || die
-       local -x PYTHONPATH="src:${PYTHONPATH}"
-       epytest tests/backend
-}

diff --git a/dev-python/hatchling/hatchling-1.8.0.ebuild 
b/dev-python/hatchling/hatchling-1.8.0.ebuild
deleted file mode 100644
index 868dd0172a97..000000000000
--- a/dev-python/hatchling/hatchling-1.8.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{8..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-
-inherit distutils-r1
-
-TAG=${P/-/-v}
-MY_P=hatch-${TAG}
-DESCRIPTION="Modern, extensible Python build backend"
-HOMEPAGE="
-       https://pypi.org/project/hatchling/
-       https://github.com/pypa/hatch/
-"
-SRC_URI="
-       https://github.com/pypa/hatch/archive/${TAG}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/backend
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-python/editables-0.2[${PYTHON_USEDEP}]
-       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-       >=dev-python/pathspec-0.9[${PYTHON_USEDEP}]
-       >=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}]
-       >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${RDEPEND}
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/atomicwrites[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-                       dev-python/httpx[${PYTHON_USEDEP}]
-                       dev-python/platformdirs[${PYTHON_USEDEP}]
-                       dev-python/rich[${PYTHON_USEDEP}]
-                       dev-python/tomli-w[${PYTHON_USEDEP}]
-                       dev-python/virtualenv[${PYTHON_USEDEP}]
-               ' "${PYTHON_TESTED[@]}")
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
-               einfo "Skipping tests on ${EPYTHON}"
-               return
-       fi
-
-       local -x EPYTEST_DESELECT=(
-               # these run pip to install stuff
-               tests/backend/dep/test_core.py::test_dependency_found
-               tests/backend/dep/test_core.py::test_extra_met
-               tests/backend/dep/test_core.py::test_extra_no_dependencies
-               tests/backend/dep/test_core.py::test_extra_unmet
-               tests/backend/dep/test_core.py::test_unknown_extra
-               tests/backend/dep/test_core.py::test_version_unmet
-       )
-
-       # top-level "tests" directory contains tests both for hatch
-       # and hatchling
-       cd "${WORKDIR}/${MY_P}" || die
-       local -x PYTHONPATH="src:${PYTHONPATH}"
-       epytest tests/backend
-}

Reply via email to