diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-25 09:15:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-25 09:15:29 +0200 |
commit | 21e2ef9ad9d81b688739b87c09856ff841ae0744 (patch) | |
tree | e65613953ca3414dfec81094fc9d71fa20733a75 /dev-python | |
parent | dev-python/widgetsnbextension: Remove old (diff) | |
download | gentoo-21e2ef9ad9d81b688739b87c09856ff841ae0744.tar.gz gentoo-21e2ef9ad9d81b688739b87c09856ff841ae0744.tar.bz2 gentoo-21e2ef9ad9d81b688739b87c09856ff841ae0744.zip |
dev-python/whatever: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/whatever/whatever-0.6.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild deleted file mode 100644 index 7465513bb9a3..000000000000 --- a/dev-python/whatever/whatever-0.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Easy anonymous functions by partial application of operators" -HOMEPAGE="https://github.com/Suor/whatever" -SRC_URI=" - https://github.com/Suor/whatever/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests pytest |