summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-06-20 14:58:03 +0200
committerSlawomir Lis <slis@gentoo.org>2016-06-20 15:05:49 +0200
commitd6933f3f506adfbec555c36e47ecde1817587b2e (patch)
tree06c26650cb9dfba542b59d620a695df31ef8a707 /dev-python/django-spurl
parentadded django-standard-form package (diff)
downloadgentoo-d6933f3f506adfbec555c36e47ecde1817587b2e.tar.gz
gentoo-d6933f3f506adfbec555c36e47ecde1817587b2e.tar.bz2
gentoo-d6933f3f506adfbec555c36e47ecde1817587b2e.zip
added django-spurl package
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/django-spurl')
-rw-r--r--dev-python/django-spurl/Manifest1
-rw-r--r--dev-python/django-spurl/django-spurl-0.6.4.ebuild29
-rw-r--r--dev-python/django-spurl/metadata.xml10
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/django-spurl/Manifest b/dev-python/django-spurl/Manifest
new file mode 100644
index 000000000000..a558998391f9
--- /dev/null
+++ b/dev-python/django-spurl/Manifest
@@ -0,0 +1 @@
+DIST django-spurl-0.6.4.tar.gz 15076 SHA256 acc161f1242c2ea3746e700a015796d24f44ba811aedb0d69945e6524774b92f SHA512 8bf7c4d4e7e624280f87584f70e73504a11973a44294591d9dd58dd563d63dd1deb395e42bb1110e0a534ac16b59280d3b29f4293865cc465ee1fce20987d267 WHIRLPOOL d36c17bd9539a74bedc8523e519596dee87a1be39865bcfaea67026deceda8bdde8534c6eb9036e63830f66d0cac1e91d2167a26f5010613e856b115af5db54c
diff --git a/dev-python/django-spurl/django-spurl-0.6.4.ebuild b/dev-python/django-spurl/django-spurl-0.6.4.ebuild
new file mode 100644
index 000000000000..6d3987c91de7
--- /dev/null
+++ b/dev-python/django-spurl/django-spurl-0.6.4.ebuild
@@ -0,0 +1,29 @@
+# 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="
+ >=dev-python/django-1.4
+ dev-python/six
+ dev-python/nose
+ dev-python/URLObject
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
diff --git a/dev-python/django-spurl/metadata.xml b/dev-python/django-spurl/metadata.xml
new file mode 100644
index 000000000000..0764416afcdc
--- /dev/null
+++ b/dev-python/django-spurl/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>slis@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">django-spurl</remote-id>
+ </upstream>
+</pkgmetadata>