commit:     95b82d0d85a0f55063da61ff6873a5bac72fb313
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 12:52:44 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 13:05:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b82d0d

added YURL package

Package-Manager: portage-2.3.0_rc1

 dev-python/YURL/Manifest         |  1 +
 dev-python/YURL/YURL-0.13.ebuild | 24 ++++++++++++++++++++++++
 dev-python/YURL/metadata.xml     | 10 ++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/YURL/Manifest b/dev-python/YURL/Manifest
new file mode 100644
index 0000000..a84db18
--- /dev/null
+++ b/dev-python/YURL/Manifest
@@ -0,0 +1 @@
+DIST YURL-0.13.tar.gz 16555 SHA256 
a8ba9c065da393704fc029f13d2d7d850a9dfd6b8deae6960749eecea282693d SHA512 
4eb6f12b266a8905ec56131fecf6d6c44a18258c3d76df4d2d758a2053065abe3695d7ed627da274e7a5aa30e9e1af49beee1a537b8f22aa8022ca926c78ab0b
 WHIRLPOOL 
70892a9c6a6bd11cde68877855e04ced84d06641db0db84a8a8d1706116347a86df706a91363981d307c72626ffe57c45a141153f569e99cae0b213995c2d1df

diff --git a/dev-python/YURL/YURL-0.13.ebuild b/dev-python/YURL/YURL-0.13.ebuild
new file mode 100644
index 0000000..d6fe787
--- /dev/null
+++ b/dev-python/YURL/YURL-0.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Yurl is the replacement of built in python urlparse module"
+HOMEPAGE="https://pypi.python.org/pypi/YURL";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+       ${RDEPEND}
+       dev-python/setuptools
+"

diff --git a/dev-python/YURL/metadata.xml b/dev-python/YURL/metadata.xml
new file mode 100644
index 0000000..09fe84a
--- /dev/null
+++ b/dev-python/YURL/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>s...@gentoo.org</email>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">YURL</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to