[gentoo-commits] repo/gentoo:master commit in: dev-python/django-standard-form/, profiles/

2018-12-16 Thread Michał Górny
commit: fcd19e8e58db25e0999c02e79114dfda0aed941c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 16 15:50:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 16 15:56:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd19e8e

dev-python/django-standard-form: Remove last-rited pkg

Closes: https://bugs.gentoo.org/664012
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-standard-form/Manifest   |  1 -
 .../django-standard-form-1.1.1.ebuild  | 26 --
 dev-python/django-standard-form/metadata.xml   | 10 -
 profiles/package.mask  |  1 -
 4 files changed, 38 deletions(-)

diff --git a/dev-python/django-standard-form/Manifest 
b/dev-python/django-standard-form/Manifest
deleted file mode 100644
index c2283bc4fdc..000
--- a/dev-python/django-standard-form/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-standard-form-1.1.1.tar.gz 7504 BLAKE2B 
219cd66a99a1818ead067db67d58830324cb9afb932479b7eb2b41189d6a7bd6ca91f2489fa8aa29d7fa47fee3aa56e3c5d88090559908b4adca93e21f570796
 SHA512 
284ca81ff34f8e6344163a00043e7c23dcb7b98341b07a3113627bd9a8848e75a1adb0ae3b458d3e63bf229d301abe36315d30e65ee9edb5472aede1a5c3

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
deleted file mode 100644
index 170d16f3ef7..000
--- a/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Quick and simple django templatetags for displaying forms"
-HOMEPAGE="https://pypi.org/project/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[${PYTHON_USEDEP}]
-   >=dev-python/django-classy-tags-0.3.3[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/django-standard-form/metadata.xml 
b/dev-python/django-standard-form/metadata.xml
deleted file mode 100644
index 4543b354f15..000
--- a/dev-python/django-standard-form/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-s...@gentoo.org
-  
-  
-django-standard-form
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index f1c463386fa..aac19e3652f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -155,7 +155,6 @@ dev-python/aldryn-search
 dev-python/aldryn-bootstrap3
 dev-python/django-filer
 dev-python/django-mptt
-dev-python/django-standard-form
 
 # Mike Gilbert  (10 Nov 2018)
 # Open bugs and no Gentoo maintainer.



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-standard-form/

2017-05-23 Thread Slawek Lis
commit: 064db584b71a1f82db004197ad36861293a1ec34
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue May 23 06:28:23 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue May 23 10:37:17 2017 +
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}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-standard-form/

2016-06-20 Thread Slawek Lis
commit: 315b5cd4cb0a99556cc9d6dd5717423f09b659a1
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Jun 20 12:56:50 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Jun 20 13:05:45 2016 +
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 000..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 
284ca81ff34f8e6344163a00043e7c23dcb7b98341b07a3113627bd9a8848e75a1adb0ae3b458d3e63bf229d301abe36315d30e65ee9edb5472aede1a5c3
 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 000..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 000..4543b35
--- /dev/null
+++ b/dev-python/django-standard-form/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+  
+  
+django-standard-form
+  
+