diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/pycmd | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
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, 36 insertions, 0 deletions
diff --git a/dev-python/pycmd/Manifest b/dev-python/pycmd/Manifest new file mode 100644 index 000000000000..5f6fd68abdf0 --- /dev/null +++ b/dev-python/pycmd/Manifest @@ -0,0 +1,3 @@ +DIST pycmd-1.2.tar.gz 12896 BLAKE2B e31866ff82e58b0bab7e1932dfb3ee5d2ad115ab3a99b60bebaf8541e9e6372d4b12569db9ff0695da6025fd5d86c717bcf67e9091b9408aaa771ced4b4ae4c5 SHA512 a9506e59889d112a40e1ef115a919644cce31320603904b350cc0a459775dc3d7454dc3f06953b1534cebbf429942bf1577302470bc54665c8dec5eb64b97957 +EBUILD pycmd-1.2.ebuild 789 BLAKE2B 79096c6e444c8346aa8d6e8ffb193381cda49a0cd8b4ffe8a5448f4d9603ebaf823b4fe4b4d82bb9b76eab6adbf77dc049cbb1623e393533c12678ecb41bf2a6 SHA512 d89e0e90779e4a6a88e2ab47ee9d9a9afe6b5232e2f70a55dbd5579bdfa7bbf0fddcfdfb7caf6aed440c3942dcbf5ba3c7ab518d57f1b414ecba43ca4e0db651 +MISC metadata.xml 308 BLAKE2B bf2ebbbcf0a862b3cbe0394d1050a8f5091c90e732481e50bf7a33dc756a1b0d83dc717adda8e457e3c56cb6f95e452b0cb5c77b700f3ff2a498703221ba92fe SHA512 fc624db4af29f488eef3386bfa2ddb2fdb57f1be25fd826e5351fcecdaa2c132ce9b25cf25cbbcb19f38b18de8e936548e5877da88058613ab702ac3073143ac diff --git a/dev-python/pycmd/metadata.xml b/dev-python/pycmd/metadata.xml new file mode 100644 index 000000000000..618608301452 --- /dev/null +++ b/dev-python/pycmd/metadata.xml @@ -0,0 +1,11 @@ +<?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 new file mode 100644 index 000000000000..2e4846f7df0a --- /dev/null +++ b/dev-python/pycmd/pycmd-1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy 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 ~x86-fbsd ~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. |