dev-python/rope_py3k: initial import
authorAndrey Grozin <grozin@gentoo.org>
Mon, 12 Dec 2016 14:30:12 +0000 (21:30 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Mon, 12 Dec 2016 14:30:12 +0000 (21:30 +0700)
Package-Manager: portage-2.3.3

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

diff --git a/dev-python/rope_py3k/Manifest b/dev-python/rope_py3k/Manifest
new file mode 100644 (file)
index 0000000..928e702
--- /dev/null
@@ -0,0 +1 @@
+DIST rope_py3k-0.9.4-1.tar.gz 221451 SHA256 feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa SHA512 288009f500a6dcf9902e2ba82f0f594a9f8e4a858e5efb9c0bf5a1f2d9948162b7bfc068fc115c126852b65681e41110f0bb03c56894cf62e77ab6da80371150 WHIRLPOOL 9beb63d3d2dbaf0e02fbdae881e5d2f2ef18c01dd01c9a5d21df69079466ccc468ca79b398a4a7f69e2d46579eb48bd35919186d1023e286ecd9b8ed3edcfacf
diff --git a/dev-python/rope_py3k/metadata.xml b/dev-python/rope_py3k/metadata.xml
new file mode 100644 (file)
index 0000000..73026a2
--- /dev/null
@@ -0,0 +1,14 @@
+<?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>
+  <longdescription lang="en">
+  Rope is a python refactoring library.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">rope_py3k</remote-id>
+  </upstream>
+</pkgmetadata>
diff --git a/dev-python/rope_py3k/rope_py3k-0.9.4.ebuild b/dev-python/rope_py3k/rope_py3k-0.9.4.ebuild
new file mode 100644 (file)
index 0000000..53f8a6f
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python refactoring library"
+HOMEPAGE="https://github.com/python-rope/rope/ https://pypi.python.org/pypi/rope_py3k/"
+MY_P="${P}-1"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"