diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-25 18:29:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-25 18:32:55 +0100 |
commit | 852da2b036692c96e6fb985bf624ae57eeb379a3 (patch) | |
tree | cb4bd1d7c87d2296dd3e2fbf97b20af11d8880c5 /dev-python/autocommand | |
parent | dev-python/astroid: Remove old (diff) | |
download | gentoo-852da2b036692c96e6fb985bf624ae57eeb379a3.tar.gz gentoo-852da2b036692c96e6fb985bf624ae57eeb379a3.tar.bz2 gentoo-852da2b036692c96e6fb985bf624ae57eeb379a3.zip |
dev-python/autocommand: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autocommand')
-rw-r--r-- | dev-python/autocommand/Manifest | 1 | ||||
-rw-r--r-- | dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/autocommand/Manifest b/dev-python/autocommand/Manifest index d5b86e98df25..df6173d5be67 100644 --- a/dev-python/autocommand/Manifest +++ b/dev-python/autocommand/Manifest @@ -1,2 +1 @@ -DIST autocommand-2.2.1_p20211118.gh.tar.gz 22093 BLAKE2B 186062c0234fc0cc553c5d2a474a5fef46e0de25de8220228715265630fc95ed5f9b64321131322af71fadcc70ef79690652cd555a908b4e8628603a8ee494b2 SHA512 488228c7536f00ff9fbed99677440bfd7228aa64189bbcfb6aad7a92dc698d8283dfbd619ffeaeef883b0e600a90e2a0f56fa79958f144ce673dff53f8d59f89 DIST autocommand-2.2.2.gh.tar.gz 22188 BLAKE2B 757fd96d0505466e7d3e371e13e931d0dd20d9b02da3e88c2bf85b1b946ef6c67fb14366856fe66c23adab5d635c4bd08d51acc7e55830636cce5aa0a0c265bc SHA512 5ed109db16a0e309ed5107b26db0b70ed8669d73817e82eb5a219650d29f53785aa1f9471b2ac71d21dbffc9f0a13ea0fdf69e63ab534fd84407a1d6741cf5b5 diff --git a/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild b/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild deleted file mode 100644 index f13639375617..000000000000 --- a/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 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 - -COMMIT="031c9750c74e3313b954b09e3027aaa6595649bb" - -DESCRIPTION="Library to create a command-line program from a function" -HOMEPAGE="https://pypi.org/project/autocommand/ - https://github.com/Lucretiel/autocommand" -SRC_URI=" - https://github.com/Lucretiel/autocommand/archive/${COMMIT}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest |