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/pysmi | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r-- | dev-python/pysmi/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pysmi/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/pysmi/pysmi-0.1.3.ebuild | 21 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest new file mode 100644 index 000000000000..44d838bd8a50 --- /dev/null +++ b/dev-python/pysmi/Manifest @@ -0,0 +1,3 @@ +DIST pysmi-0.1.3.tar.gz 78325 BLAKE2B 8f82d86e096a47944eccbd4b7ef846f3d9ca155f3f6e0790eecad88cf872c20a725a4071c8c2b9295fc348fa20efbd41ae7d0479cbd4ffe054e9956a6b6784f1 SHA512 d321fbbc68e4b6b2b18de5c1215dc450ad2ba2ea6c70cbeee9d981d2e2106b59582eae42b09da72bc02af789f7f58a6fc97712869b74f0137d8f7fd7238b2211 +EBUILD pysmi-0.1.3.ebuild 439 BLAKE2B 9d977dd1368370e1549ac36614f38943ede20798e7bc279786d8fd664000ae791f5ee9f2681153fe9be5b0ab6b5de1b467b2fd51cd1789cd2c68b94b03b8689d SHA512 919196ad08b77275338c2851880751a28682c8ce44169c35353a2e5e70510fe37b8d33417fab8999515459e0c0692ac13c65515ec0fb9daea8e92b72ee5ebc1d +MISC metadata.xml 358 BLAKE2B c89fc0ed9212d67a3ac2992ec231ee3a26c473e19e317ab3c0bb1002212838299a55ec6db99950d852c6760941e5c698f04db2213544ce9089303519a38e8c79 SHA512 f7a17e837c410ac604a0e1b4493c7219846a8c8cbcd5b4fb84ffc401b98c8eeacba4731dabad6f61bf1e4f172157c174d6a039725174e2f58b9dfbb89998635d diff --git a/dev-python/pysmi/metadata.xml b/dev-python/pysmi/metadata.xml new file mode 100644 index 000000000000..36420f308fae --- /dev/null +++ b/dev-python/pysmi/metadata.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>chainsaw@gentoo.org</email> + <name>Tony Vroon</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pysmi/pysmi-0.1.3.ebuild b/dev-python/pysmi/pysmi-0.1.3.ebuild new file mode 100644 index 000000000000..8bef7a2098b5 --- /dev/null +++ b/dev-python/pysmi/pysmi-0.1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 2017-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Python Lex & Yacc" +HOMEPAGE="https://github.com/etingof/pysmi" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +IUSE="" + +RDEPEND=" + dev-python/ply[${PYTHON_USEDEP}] +" +DEPEND="" |