diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-22 17:53:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-22 17:58:03 +0200 |
commit | b79e0736c19d67047813d89e74f74f477ea8cac9 (patch) | |
tree | 4c69f43f0e52b46eaa8093a6577a75dfe16b5a87 | |
parent | dev-python/pytest-regressions: Remove old (diff) | |
download | gentoo-b79e0736c19d67047813d89e74f74f477ea8cac9.tar.gz gentoo-b79e0736c19d67047813d89e74f74f477ea8cac9.tar.bz2 gentoo-b79e0736c19d67047813d89e74f74f477ea8cac9.zip |
dev-python/traitlets: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/traitlets/Manifest | 2 | ||||
-rw-r--r-- | dev-python/traitlets/traitlets-5.3.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/traitlets/traitlets-5.4.0.ebuild | 29 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/traitlets/Manifest b/dev-python/traitlets/Manifest index 75dffed13a56..b8f0d38057ab 100644 --- a/dev-python/traitlets/Manifest +++ b/dev-python/traitlets/Manifest @@ -1,3 +1 @@ -DIST traitlets-5.3.0.tar.gz 136916 BLAKE2B 72f1a8ec9524a2a77046e592206ca0fd5c788daf67c673b8335f840272ce49b6b82735b272d29e1a507096dc2c65b82350b1ccbf925864a643918ff813e8a888 SHA512 1c6c74b18b1a4d37fb61f466b9018b5612a8cf8b7a52c58bf0d3f576d0a94487f73c9d1005458d2b56ac9e86083bb5f1ef67e107ceced1009fda442f1fc9aa44 -DIST traitlets-5.4.0.tar.gz 134340 BLAKE2B 56950fe680a4f4ede970e310894105a5df102799a383a5e55baa6d76d6059b31eb0b255491b1c294801dbf2a25118934f1167e8e12c397dc16e3896b7d180d49 SHA512 0059bdaa3c1efebdd645b95d5f7c596f8db65b76d659d57636ae3ec53119eaf6b6ac978002c5e4d59bbf6a0ad0ddd5a15c731404550f17c151e7a7612dfc92ff DIST traitlets-5.5.0.tar.gz 131686 BLAKE2B 1206c2f86367eb421202070a48fe12b20b214f446d8d54a0720e9474f77e2c9382186a6b3e32fc5896bd30c27f8fe7d2e1bdcaf24d88b445001b7203c6655a82 SHA512 c99c28fb503b0322599563ad934a6160fa9e2c1cc41c37e19f4d6cb0343a1a2228cbead9a6a296997fd9eb24f3e077d3043b349a7b7e765fdf1955cf63c49266 diff --git a/dev-python/traitlets/traitlets-5.3.0.ebuild b/dev-python/traitlets/traitlets-5.3.0.ebuild deleted file mode 100644 index 0edc0e6b5b02..000000000000 --- a/dev-python/traitlets/traitlets-5.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="A configuration system for Python applications" -HOMEPAGE=" - https://github.com/ipython/traitlets/ - https://pypi.org/project/traitlets/ -" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_sphinx docs/source \ - dev-python/sphinx_rtd_theme -distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} diff --git a/dev-python/traitlets/traitlets-5.4.0.ebuild b/dev-python/traitlets/traitlets-5.4.0.ebuild deleted file mode 100644 index 08fe26572c56..000000000000 --- a/dev-python/traitlets/traitlets-5.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="A configuration system for Python applications" -HOMEPAGE=" - https://github.com/ipython/traitlets/ - https://pypi.org/project/traitlets/ -" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -distutils_enable_sphinx docs/source \ - dev-python/sphinx_rtd_theme -distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} |