* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-standard-form/
@ 2016-06-20 13:05 Slawek Lis
0 siblings, 0 replies; 2+ messages in thread
From: Slawek Lis @ 2016-06-20 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 315b5cd4cb0a99556cc9d6dd5717423f09b659a1
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 12:56:50 2016 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 13:05:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315b5cd4
added django-standard-form package
Package-Manager: portage-2.3.0_rc1
dev-python/django-standard-form/Manifest | 1 +
.../django-standard-form-1.1.1.ebuild | 27 ++++++++++++++++++++++
dev-python/django-standard-form/metadata.xml | 10 ++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-python/django-standard-form/Manifest b/dev-python/django-standard-form/Manifest
new file mode 100644
index 0000000..4d4d10b
--- /dev/null
+++ b/dev-python/django-standard-form/Manifest
@@ -0,0 +1 @@
+DIST django-standard-form-1.1.1.tar.gz 7504 SHA256 33d338e891ecf47ce2c6c892261ec2d62ae763c6b65a216e04edd9e69ccce3e4 SHA512 284ca81ff34f8e6344163a00043e7c23dcb7b98341b07a3113627bd9a8848e733335a1adb0ae3b458d3e63bf229d301abe36315d30e65ee9edb5472aede1a5c3 WHIRLPOOL 6d4fff57f159d8efbb2bfaa13c79f7c07a700417e0a7fc20d51cd37495ac44fedd8bdbf9e5a140b931c62efdb9306c8fc63bfb40ff6c4d3ef6999400f80ed8e8
diff --git a/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild b/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
new file mode 100644
index 0000000..01d5e71
--- /dev/null
+++ b/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Quick and simple django templatetags for displaying forms"
+HOMEPAGE="https://pypi.python.org/pypi/django-standard-form"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/django-1.3
+ >=dev-python/django-classy-tags-0.3.3
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
diff --git a/dev-python/django-standard-form/metadata.xml b/dev-python/django-standard-form/metadata.xml
new file mode 100644
index 0000000..4543b35
--- /dev/null
+++ b/dev-python/django-standard-form/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-standard-form</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-standard-form/
@ 2017-05-23 10:43 Slawek Lis
0 siblings, 0 replies; 2+ messages in thread
From: Slawek Lis @ 2017-05-23 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 064db584b71a1f82db004197ad36861293a1ec34
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 06:28:23 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064db584
dev-python/django-standard-form: Updated to use PYTHON_USEDEP
Affected by bug 618924
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../django-standard-form/django-standard-form-1.1.1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild b/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
index ecb2526d2a7..c5c4fd68c8d 100644
--- a/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
+++ b/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_{6,7} )
inherit distutils-r1
@@ -17,10 +17,10 @@ SLOT="0"
IUSE=""
RDEPEND="
- >=dev-python/django-1.3
- >=dev-python/django-classy-tags-0.3.3
+ >=dev-python/django-1.3[${PYTHON_USEDEP}]
+ >=dev-python/django-classy-tags-0.3.3[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
- dev-python/setuptools
+ dev-python/setuptools[${PYTHON_USEDEP}]
"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-23 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 13:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-standard-form/ Slawek Lis
-- strict thread matches above, loose matches on Subject: below --
2017-05-23 10:43 Slawek Lis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox