diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:54 +0200 |
commit | 22ea6dbcd61e360983ba50dd415740ff2181d132 (patch) | |
tree | d4a80b8f3c7b819751e1adc55b73a9505bcdb8cd | |
parent | dev-python/pastedeploy: Remove redundant versions (diff) | |
download | gentoo-22ea6dbcd61e360983ba50dd415740ff2181d132.tar.gz gentoo-22ea6dbcd61e360983ba50dd415740ff2181d132.tar.bz2 gentoo-22ea6dbcd61e360983ba50dd415740ff2181d132.zip |
dev-python/patch-ng: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/patch-ng/Manifest | 1 | ||||
-rw-r--r-- | dev-python/patch-ng/patch-ng-1.17.3.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/patch-ng/Manifest b/dev-python/patch-ng/Manifest index 73b252f5d6fa..1db7aa9b24b4 100644 --- a/dev-python/patch-ng/Manifest +++ b/dev-python/patch-ng/Manifest @@ -1,2 +1 @@ -DIST patch-ng-1.17.3.tar.gz 167588 BLAKE2B 970b136e8a17ea67e1c578292c19905fda0bf821f9ce89ea95a81af7e146f9d4e715937fc261c0e79854c2593bdfae95223b00c9a5eb4853059b9c9f582fcbac SHA512 1d1f9097fa16d3105b301d4f6d2e9661634a9aca42c1a5ae1f60c3aa6e66d4bdde82f53275d0c52ef2647f77d2dfab2cbb3df2a31c859eb18350267f2f5897e9 DIST patch-ng-1.17.4.tar.gz 168306 BLAKE2B 78067e3c3d296a21f8fd4155fe770245ba4457cb9e37003f5e7667c30827878a8c06d62c77bb1fdaf61b96a813612a7c39800d7040b13a9d18f0baeccbd86ba1 SHA512 919c04c3adfa36672f3db5f1761a12ccbb08ccfb890015bb0d27b1801c8c7dba99c4da01674b269703a7cbf39df5889f5c446551bb4cf7039dc383c23d8a5db3 diff --git a/dev-python/patch-ng/patch-ng-1.17.3.ebuild b/dev-python/patch-ng/patch-ng-1.17.3.ebuild deleted file mode 100644 index c42f80532b01..000000000000 --- a/dev-python/patch-ng/patch-ng-1.17.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="Library to parse and apply unified diffs, fork of dev-python/patch" -HOMEPAGE="https://github.com/conan-io/python-patch-ng https://pypi.org/project/patch-ng/" -SRC_URI="https://github.com/conan-io/python-patch-ng/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -S="${WORKDIR}/python-${P}" - -python_test() { - "${EPYTHON}" -m unittest tests/run_tests.py || die "Tests failed under ${EPYTHON}" -} |