diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/pycmd | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/pycmd')
-rw-r--r-- | dev-python/pycmd/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pycmd/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/pycmd/pycmd-1.2.ebuild | 22 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pycmd/Manifest b/dev-python/pycmd/Manifest deleted file mode 100644 index 5b36c1c2053b..000000000000 --- a/dev-python/pycmd/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pycmd-1.2.tar.gz 12896 BLAKE2B e31866ff82e58b0bab7e1932dfb3ee5d2ad115ab3a99b60bebaf8541e9e6372d4b12569db9ff0695da6025fd5d86c717bcf67e9091b9408aaa771ced4b4ae4c5 SHA512 a9506e59889d112a40e1ef115a919644cce31320603904b350cc0a459775dc3d7454dc3f06953b1534cebbf429942bf1577302470bc54665c8dec5eb64b97957 -EBUILD pycmd-1.2.ebuild 757 BLAKE2B b9abdda3cad7d88fed320dc2eb40b1dc6d61891a032b266fa512995a04a195c5e94b4ba4b2a1656cded978b615edb3831c39d71ce1af893d44f5a1acc30b4316 SHA512 a2875d23334e0ffe00b6183b31975e6bd306dfc4366aee652d46f714463c5c70ca3ec7d638c04be921f0eab6a32a49352c608505d6a44fcfc244d39cfdde4993 -MISC metadata.xml 308 BLAKE2B bf2ebbbcf0a862b3cbe0394d1050a8f5091c90e732481e50bf7a33dc756a1b0d83dc717adda8e457e3c56cb6f95e452b0cb5c77b700f3ff2a498703221ba92fe SHA512 fc624db4af29f488eef3386bfa2ddb2fdb57f1be25fd826e5351fcecdaa2c132ce9b25cf25cbbcb19f38b18de8e936548e5877da88058613ab702ac3073143ac diff --git a/dev-python/pycmd/metadata.xml b/dev-python/pycmd/metadata.xml deleted file mode 100644 index 618608301452..000000000000 --- a/dev-python/pycmd/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pycmd</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pycmd/pycmd-1.2.ebuild b/dev-python/pycmd/pycmd-1.2.ebuild deleted file mode 100644 index a4e2aaf495b9..000000000000 --- a/dev-python/pycmd/pycmd-1.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="pycmd: tools for managing/searching Python related files" -HOMEPAGE="https://pypi.org/project/pycmd/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-python/py-1.4.9[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -# Test files present however are not ready to run as they are supplied in the source -# The source repo is not listed at all in the page @pypi. |