From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/django-spurl/Manifest | 4 ++++ dev-python/django-spurl/django-spurl-0.6.4.ebuild | 28 +++++++++++++++++++++++ dev-python/django-spurl/metadata.xml | 10 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/django-spurl/Manifest create mode 100644 dev-python/django-spurl/django-spurl-0.6.4.ebuild create mode 100644 dev-python/django-spurl/metadata.xml (limited to 'dev-python/django-spurl') diff --git a/dev-python/django-spurl/Manifest b/dev-python/django-spurl/Manifest new file mode 100644 index 000000000000..60923645b6fc --- /dev/null +++ b/dev-python/django-spurl/Manifest @@ -0,0 +1,4 @@ +DIST django-spurl-0.6.4.tar.gz 15076 SHA256 acc161f1242c2ea3746e700a015796d24f44ba811aedb0d69945e6524774b92f SHA512 8bf7c4d4e7e624280f87584f70e73504a11973a44294591d9dd58dd563d63dd1deb395e42bb1110e0a534ac16b59280d3b29f4293865cc465ee1fce20987d267 WHIRLPOOL d36c17bd9539a74bedc8523e519596dee87a1be39865bcfaea67026deceda8bdde8534c6eb9036e63830f66d0cac1e91d2167a26f5010613e856b115af5db54c +EBUILD django-spurl-0.6.4.ebuild 544 SHA256 89a209377280737e0fae63e42de5b41122ce441e07755c59a1f74a6c590ee0c3 SHA512 1599176c46f1aa7a0377cecaafb9e7f00763b8cc169c8ca87a691e1b9bc0b7d06093c854cfd0ce97849a55ddd6e038ec3096e418f109f1b666cd4b7329d52f2c WHIRLPOOL 76bf5bdedab70283a07e60bf8636e7738b498b491170269030aab8e2d0b6ea1a6c6339b4d0311e51026aefb4816364c4cb98a3ecd47bfc5001aba548f2ad065d +MISC ChangeLog 337 SHA256 e510965cef9179d51020a746fbeeef6333ccecc7f1a14fcdd01fef577c3c7b8b SHA512 c494755a4ed6ec2930209f645966710dd0cddb10e2db6f0e1d233a660d1ebb4bfa8d8585e72cc9fc6c53481dfd7d9a241882b0b0c8ab4c4d41522a51593c8544 WHIRLPOOL 86ef4e4807b5f92a67dfbcd21c77e63484128f2875b047fed67f2b9bb867925c0bb74ea973d27d35a835d004f932369fb2a8c0f1e37d4169bb3c12a905cdf9bb +MISC metadata.xml 298 SHA256 32c4a2243aa1b1e2efee3989b46609a2d44983700ca0f8869cea22d003f1a3c3 SHA512 d4efdf7bb5f359e28303f9f16453e8ba64a376bf0b084803f0fbee8983d86fdc3d273379f3feb59855949861efcb41a4320195dcf4e7b0831cf473c14b05c762 WHIRLPOOL 87462e86724aada83b9e279445cafabfe5dfde2ad24117240b36d2f43081ec9c2f9afd54e4f617e67603cf968243e89a554094d2411f37c735a7fd4ee90101f7 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..e8dac12e7d77 --- /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.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 @@ + + + + + slis@gentoo.org + + + django-spurl + + -- cgit v1.2.3