dev-python/pysmi: Initial commit, ebuild by Russell Heilling in the LINX software...
authorTony Vroon <chainsaw@gentoo.org>
Tue, 25 Jul 2017 08:19:12 +0000 (09:19 +0100)
committerTony Vroon <chainsaw@gentoo.org>
Tue, 25 Jul 2017 08:19:12 +0000 (09:19 +0100)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-python/pysmi/Manifest [new file with mode: 0644]
dev-python/pysmi/metadata.xml [new file with mode: 0644]
dev-python/pysmi/pysmi-0.1.3.ebuild [new file with mode: 0644]

diff --git a/dev-python/pysmi/Manifest b/dev-python/pysmi/Manifest
new file mode 100644 (file)
index 0000000..9b70b0e
--- /dev/null
@@ -0,0 +1 @@
+DIST pysmi-0.1.3.tar.gz 78325 SHA256 99c74d6a0b502c04cedbf5f8f2d17656b830e5c364b92a947f4cb79240206e1b SHA512 d321fbbc68e4b6b2b18de5c1215dc450ad2ba2ea6c70cbeee9d981d2e2106b59582eae42b09da72bc02af789f7f58a6fc97712869b74f0137d8f7fd7238b2211 WHIRLPOOL 7115b0b8ee3ac3727134c67b20faf7259552f7c3b2186575f4abbc52b7a3d183eaca4e8791b6dba3da75c0a8c721195e2bfff708161567063eb2b5e48af24499
diff --git a/dev-python/pysmi/metadata.xml b/dev-python/pysmi/metadata.xml
new file mode 100644 (file)
index 0000000..36420f3
--- /dev/null
@@ -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 (file)
index 0000000..e6324be
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+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 ~x86"
+IUSE=""
+
+RDEPEND="
+       dev-python/ply[${PYTHON_USEDEP}]
+"
+DEPEND=""