summaryrefslogtreecommitdiff
path: root/dev-python/django-spurl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/django-spurl
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/django-spurl')
-rw-r--r--dev-python/django-spurl/Manifest3
-rw-r--r--dev-python/django-spurl/django-spurl-0.6.4.ebuild28
-rw-r--r--dev-python/django-spurl/metadata.xml10
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/django-spurl/Manifest b/dev-python/django-spurl/Manifest
new file mode 100644
index 000000000000..d8ff8787624e
--- /dev/null
+++ b/dev-python/django-spurl/Manifest
@@ -0,0 +1,3 @@
+DIST django-spurl-0.6.4.tar.gz 15076 BLAKE2B e576d6b309c0ff03cbc095363083c7a71c9ae764bc3f92d0f8790d458e2173f5df8a4e89d6999c672180408b443b0d4f84617719cc4ff06cec24156c472c2584 SHA512 8bf7c4d4e7e624280f87584f70e73504a11973a44294591d9dd58dd563d63dd1deb395e42bb1110e0a534ac16b59280d3b29f4293865cc465ee1fce20987d267
+EBUILD django-spurl-0.6.4.ebuild 541 BLAKE2B 94c59dbca541d9d19888f3a43bdb9bc185334e73113772f956f1f64e1319b5dfb50c0f03225528d86aedd0abdb27400b1ac06cb6fddd784f8e45bfe7ea7f913c SHA512 6155f773e80dcad1152693257426a704437d95730d8037152723b5b154f22ce6b931be649b276d28e3011d91442f3a3b89503e08edf8e44b91990c21173943f3
+MISC metadata.xml 298 BLAKE2B 7095175b4202b68a2cc1cef0a7bff2fa3adeb4fe3827f0687f46c3c443c741362f714893081383a28f9970a5957d9f3e889ffea2443e329ab80cffe7022b0eb7 SHA512 d4efdf7bb5f359e28303f9f16453e8ba64a376bf0b084803f0fbee8983d86fdc3d273379f3feb59855949861efcb41a4320195dcf4e7b0831cf473c14b05c762
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..9a14c9ac695c
--- /dev/null
+++ b/dev-python/django-spurl/django-spurl-0.6.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django template library for manipulating URLs"
+HOMEPAGE="https://pypi.org/project/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>