added URLObject package
authorSlawomir Lis <slis@gentoo.org>
Mon, 20 Jun 2016 12:53:38 +0000 (14:53 +0200)
committerSlawomir Lis <slis@gentoo.org>
Mon, 20 Jun 2016 13:05:39 +0000 (15:05 +0200)
Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
new file mode 100644 (file)
index 0000000..171dbfd
--- /dev/null
@@ -0,0 +1 @@
+DIST URLObject-2.4.0.tar.gz 12533 SHA256 f51272b12846db98af530b0a64f6593d2b1e8405f0aa580285b37ce8009b8d9c SHA512 1334c8d8dbb93f50fb6672ae5c2e1dbb8c880af65c18c96c7bc65bb46ae894ab0696d36236036c1e4434a6e75b692ecd0b37055ef9b55fb50ffbaf13197b1701 WHIRLPOOL 41de6cca4dccb45221d01d772ab7d5799a8ed8d797e2adc440e2b09f503f7ce324f647748318e85768f9528d75363a322e7030fd0056772443e1c18f0c52767e
diff --git a/dev-python/URLObject/URLObject-2.4.0.ebuild b/dev-python/URLObject/URLObject-2.4.0.ebuild
new file mode 100644 (file)
index 0000000..446ab1f
--- /dev/null
@@ -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=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django template library for manipulating URLs"
+HOMEPAGE="https://pypi.python.org/pypi/django-spurl"
+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/URLObject/metadata.xml b/dev-python/URLObject/metadata.xml
new file mode 100644 (file)
index 0000000..eb1042a
--- /dev/null
@@ -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>slis@gentoo.org</email>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">URLObject</remote-id>
+  </upstream>
+</pkgmetadata>