public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2017-07-12 19:00 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2017-07-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9549c03a9329e496832bf95c807a6b5890718809
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 18:46:48 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 19:00:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9549c03a

dev-python/django-compressor: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-compressor/django-compressor-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
index 2a922f3896f..9b054db211e 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2017-07-31 10:30 Tobias Klausmann
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2017-07-31 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     da62ece5bfcfe1bdb8a57ef74a13ee84fafa6c81
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 10:29:53 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 10:30:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da62ece5

dev-python/django-compressor-1.5-r0: amd64 stable

Gentoo-Bug: 625000

 dev-python/django-compressor/django-compressor-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
index 9b054db211e..c3040b1be85 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN/-/_}"
 DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file"
 HOMEPAGE="https://github.com/django-compressor/django-compressor"
 SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2017-09-25 13:44 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-09-25 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     92e9ea869b4ad8cf7c073cbcca157f54e2b2945d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 13:29:25 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 13:44:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e9ea86

dev-python/django-compressor: stabilise 1.5 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/django-compressor/django-compressor-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
index c3040b1be85..2ddab7862b4 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
@@ -12,7 +12,7 @@ MY_PN="${PN/-/_}"
 DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file"
 HOMEPAGE="https://github.com/django-compressor/django-compressor"
 SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2018-01-03  9:11 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2018-01-03  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     5d16c01786b1352bf3f8b8e4bea1808ee24f1a5f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 22:52:15 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 09:11:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d16c017

dev-python/django-compressor: Clean old up

 dev-python/django-compressor/Manifest              |  1 -
 .../django-compressor/django-compressor-1.4.ebuild | 61 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
index 2f7771974bf..33a69120e34 100644
--- a/dev-python/django-compressor/Manifest
+++ b/dev-python/django-compressor/Manifest
@@ -1,2 +1 @@
-DIST django-compressor-1.4.tar.gz 103414 BLAKE2B b9ba72dff76a621e47533c220175c01bd31612d53a75ced3c900201337697af254e86fb69394a12eab400f022e1a70d524467619e0ecfeace50c6552418a2f91 SHA512 620618675585248a38040d91e3c33a534758cc87c4b2cab16ac3d55f82e37be6d4d7058226f6366e14305465a29235e89acba937019cd28fe4285614797179e2
 DIST django-compressor-1.5.tar.gz 105855 BLAKE2B 18cd7d664a683c44674d89f714e36dc4c7c8f9412567c12b31bc563a16340a11ffc3c4e686fa8d360a40553989ed41aa208e71aa31d0bb2c5fe31f5d7c3261e7 SHA512 d6c7a04263895a4195754a49bd4831053186c99d6fdd07977c26059eb931c982bd3b60848311e8469ad0e0298204a5fc3f0e63697a5af5608abf0b76e521c797

diff --git a/dev-python/django-compressor/django-compressor-1.4.ebuild b/dev-python/django-compressor/django-compressor-1.4.ebuild
deleted file mode 100644
index ddef2f2c9f7..00000000000
--- a/dev-python/django-compressor/django-compressor-1.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-
-DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file"
-HOMEPAGE="https://github.com/django-compressor/django-compressor"
-SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	dev-python/django[${PYTHON_USEDEP}]
-	>=dev-python/django-appconf-0.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/versiontools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/django[${PYTHON_USEDEP}]
-		dev-python/django-discover-runner[${PYTHON_USEDEP}]
-		dev-python/unittest2[${PYTHON_USEDEP}]
-		dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-		dev-python/html5lib[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/jinja[${PYTHON_USEDEP}]
-		dev-python/lxml[${PYTHON_USEDEP}]
-		dev-python/Coffin[${PYTHON_USEDEP}]
-		dev-python/jingo[${PYTHON_USEDEP}]
-	)"
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	# https://github.com/django-compressor/django-compressor/issues/531 532
-	pushd "${BUILD_DIR}/lib" > /dev/null || die
-	if python_is_python3; then
-		sed -e s':test_cachekey:_&:' -e s':test_css:_&:g' \
-			 -i compressor/tests/test_base.py || die
-	fi
-	set -- django-admin.py test compressor --settings=compressor.test_settings
-	echo "$@"
-	"$@" || die "Tests failed with ${EPYTHON}"
-	popd > /dev/null || die
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-	distutils-r1_python_install_all
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2018-06-27 20:52 Pacho Ramos
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2018-06-27 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e150efd517c9fb459c133dff3f0d21c5815ccc3c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 20:52:03 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 20:52:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e150efd5

dev-python/django-compressor: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/django-compressor/django-compressor-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
index 2ddab7862b4..97c17be2b6d 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2018-07-30 16:23 Virgil Dupras
  0 siblings, 0 replies; 11+ messages in thread
From: Virgil Dupras @ 2018-07-30 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     04d892445cbf312b91cbe37aace494d4288110a3
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 16:15:59 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 16:15:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d89244

dev-python/django-compressor: maintainer needed

The package hasn't been updated in a while and has no revdev. Nobody in
the Python team is interested in maintaining it. It depends on an
unsupported version of django and unless maintained will go away soon.

In this commit, I make the <django-1.9 dependency explicit and drop
support for python3_6 (not supported by django 1.8)

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/django-compressor/django-compressor-1.5.ebuild | 4 ++--
 dev-python/django-compressor/metadata.xml                 | 5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
index 97c17be2b6d..df8a9a524ca 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-	dev-python/django[${PYTHON_USEDEP}]
+	<dev-python/django-1.9[${PYTHON_USEDEP}]
 	>=dev-python/django-appconf-0.4[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/django-compressor/metadata.xml b/dev-python/django-compressor/metadata.xml
index 6e566e0fb33..52740466c04 100644
--- a/dev-python/django-compressor/metadata.xml
+++ b/dev-python/django-compressor/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <upstream>
     <remote-id type="github">jezdez/django_compressor</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2018-09-03 13:33 Virgil Dupras
  0 siblings, 0 replies; 11+ messages in thread
From: Virgil Dupras @ 2018-09-03 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b82b9c9189034fc72b04887ef04c67a7f0bc9f1d
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  3 13:27:56 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 13:33:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82b9c91

dev-python/django-compressor: remove last-rited package

Bug: https://bugs.gentoo.org/662632

 dev-python/django-compressor/Manifest              |  1 -
 .../django-compressor/django-compressor-1.5.ebuild | 61 ----------------------
 dev-python/django-compressor/metadata.xml          |  8 ---
 3 files changed, 70 deletions(-)

diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
deleted file mode 100644
index 33a69120e34..00000000000
--- a/dev-python/django-compressor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-compressor-1.5.tar.gz 105855 BLAKE2B 18cd7d664a683c44674d89f714e36dc4c7c8f9412567c12b31bc563a16340a11ffc3c4e686fa8d360a40553989ed41aa208e71aa31d0bb2c5fe31f5d7c3261e7 SHA512 d6c7a04263895a4195754a49bd4831053186c99d6fdd07977c26059eb931c982bd3b60848311e8469ad0e0298204a5fc3f0e63697a5af5608abf0b76e521c797

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild b/dev-python/django-compressor/django-compressor-1.5.ebuild
deleted file mode 100644
index df8a9a524ca..00000000000
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-
-DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file"
-HOMEPAGE="https://github.com/django-compressor/django-compressor"
-SRC_URI="https://github.com/jezdez/django_compressor/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	<dev-python/django-1.9[${PYTHON_USEDEP}]
-	>=dev-python/django-appconf-0.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/versiontools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/django[${PYTHON_USEDEP}]
-		dev-python/django-discover-runner[${PYTHON_USEDEP}]
-		dev-python/unittest2[${PYTHON_USEDEP}]
-		dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-		dev-python/html5lib[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/jinja[${PYTHON_USEDEP}]
-		dev-python/lxml[${PYTHON_USEDEP}]
-		dev-python/Coffin[${PYTHON_USEDEP}]
-		dev-python/jingo[${PYTHON_USEDEP}]
-	)"
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	# https://github.com/django-compressor/django-compressor/issues/531 532
-	pushd "${BUILD_DIR}/lib" > /dev/null || die
-	if python_is_python3; then
-		sed -e s':test_cachekey:_&:' -e s':test_css:_&:g' \
-			 -i compressor/tests/test_base.py || die
-	fi
-	set -- django-admin.py test compressor --settings=compressor.test_settings
-	echo "$@"
-	"$@" || die "Tests failed with ${EPYTHON}"
-	popd > /dev/null || die
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/_build/html/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/django-compressor/metadata.xml b/dev-python/django-compressor/metadata.xml
deleted file mode 100644
index 52740466c04..00000000000
--- a/dev-python/django-compressor/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">jezdez/django_compressor</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2020-09-16 17:22 Hanno Böck
  0 siblings, 0 replies; 11+ messages in thread
From: Hanno Böck @ 2020-09-16 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dfdfe54b5c173b9ca5dc37b1d8d79e978ac0bc4f
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 17:22:16 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 17:22:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdfe54b

dev-python/django-compressor: Initial commit.

Needed for mailman 3.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.7, Repoman-3.0.1

 dev-python/django-compressor/Manifest               |  1 +
 .../django-compressor/django-compressor-2.4.ebuild  | 21 +++++++++++++++++++++
 dev-python/django-compressor/metadata.xml           | 10 ++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
new file mode 100644
index 00000000000..8389ec94591
--- /dev/null
+++ b/dev-python/django-compressor/Manifest
@@ -0,0 +1 @@
+DIST django_compressor-2.4.tar.gz 111853 BLAKE2B ace3796d85d654c1c22b51cdd1331e28e735659be6c724a29c722fb9aa5cf0ebeb737a3f5c43abe1f057a015689f39ff5f8ca5a28141cb7369c5ec9edb7447a1 SHA512 b4dd43ab4ad13872138c9b9be3012e2675db2131b384350c5aa13ac7859b1aa93760cc3b9c91393f51bac404eb66ae04f35b187e0b0ebacf5f0da457dd42e727

diff --git a/dev-python/django-compressor/django-compressor-2.4.ebuild b/dev-python/django-compressor/django-compressor-2.4.ebuild
new file mode 100644
index 00000000000..a5e17a0a973
--- /dev/null
+++ b/dev-python/django-compressor/django-compressor-2.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Compresses linked and inline JavaScript or CSS into single cached files."
+HOMEPAGE="https://django-compressor.readthedocs.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND="dev-python/django-appconf[${PYTHON_USEDEP}]
+	dev-python/rcssmin[${PYTHON_USEDEP}]
+	dev-python/rjsmin[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${P/-/_}"

diff --git a/dev-python/django-compressor/metadata.xml b/dev-python/django-compressor/metadata.xml
new file mode 100644
index 00000000000..9e65d7b28d9
--- /dev/null
+++ b/dev-python/django-compressor/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>hanno@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">django-compressor</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2021-04-18  6:41 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2021-04-18  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c326c77877c1c47516f5a15d9f4d6983eecf11c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:39:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:41:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c326c778

dev-python/django-compressor: Bump to 2.4.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-compressor/Manifest              |  1 +
 .../django-compressor-2.4.1.ebuild                 | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
index 8389ec94591..b09f7e77691 100644
--- a/dev-python/django-compressor/Manifest
+++ b/dev-python/django-compressor/Manifest
@@ -1 +1,2 @@
+DIST django_compressor-2.4.1.tar.gz 123800 BLAKE2B 455938c328c787e6ca48b3c413f005f9ba3cfc186587b821afb804c0de6259702060d4493e34f240bd721e547ce496a1b0de7a478eb8c9b7ac8e4ba49be755fa SHA512 d59fc8b97f9f87b26e53a9822a9b467df77449cc480a7145d7fedf020a85516dee6f3bc04519fc2e2b751134fb10ce4ddbd4ffe394b5817b973db8d90b9ccda7
 DIST django_compressor-2.4.tar.gz 111853 BLAKE2B ace3796d85d654c1c22b51cdd1331e28e735659be6c724a29c722fb9aa5cf0ebeb737a3f5c43abe1f057a015689f39ff5f8ca5a28141cb7369c5ec9edb7447a1 SHA512 b4dd43ab4ad13872138c9b9be3012e2675db2131b384350c5aa13ac7859b1aa93760cc3b9c91393f51bac404eb66ae04f35b187e0b0ebacf5f0da457dd42e727

diff --git a/dev-python/django-compressor/django-compressor-2.4.1.ebuild b/dev-python/django-compressor/django-compressor-2.4.1.ebuild
new file mode 100644
index 00000000000..1d529ff0153
--- /dev/null
+++ b/dev-python/django-compressor/django-compressor-2.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Compresses linked and inline JavaScript or CSS into single cached files."
+HOMEPAGE="https://django-compressor.readthedocs.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+S="${WORKDIR}/${P/-/_}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+# missing test deps, package does not handle them gracefully, also seem
+# broken or whatever
+RESTRICT="test"
+
+RDEPEND="dev-python/django-appconf[${PYTHON_USEDEP}]
+	dev-python/rcssmin[${PYTHON_USEDEP}]
+	dev-python/rjsmin[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
+
+python_test() {
+	django-admin.py test --settings=compressor.test_settings compressor ||
+		die "Tests failed with ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2021-10-17  7:41 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2021-10-17  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0dadc01bf88cdc1070fa5c8b14620675bc8e03d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 07:37:43 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 07:41:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dadc01b

dev-python/django-compressor: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-compressor/Manifest               |  1 -
 .../django-compressor/django-compressor-2.4.ebuild  | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
index b09f7e77691..57e5e230480 100644
--- a/dev-python/django-compressor/Manifest
+++ b/dev-python/django-compressor/Manifest
@@ -1,2 +1 @@
 DIST django_compressor-2.4.1.tar.gz 123800 BLAKE2B 455938c328c787e6ca48b3c413f005f9ba3cfc186587b821afb804c0de6259702060d4493e34f240bd721e547ce496a1b0de7a478eb8c9b7ac8e4ba49be755fa SHA512 d59fc8b97f9f87b26e53a9822a9b467df77449cc480a7145d7fedf020a85516dee6f3bc04519fc2e2b751134fb10ce4ddbd4ffe394b5817b973db8d90b9ccda7
-DIST django_compressor-2.4.tar.gz 111853 BLAKE2B ace3796d85d654c1c22b51cdd1331e28e735659be6c724a29c722fb9aa5cf0ebeb737a3f5c43abe1f057a015689f39ff5f8ca5a28141cb7369c5ec9edb7447a1 SHA512 b4dd43ab4ad13872138c9b9be3012e2675db2131b384350c5aa13ac7859b1aa93760cc3b9c91393f51bac404eb66ae04f35b187e0b0ebacf5f0da457dd42e727

diff --git a/dev-python/django-compressor/django-compressor-2.4.ebuild b/dev-python/django-compressor/django-compressor-2.4.ebuild
deleted file mode 100644
index 5a203e51a3a..00000000000
--- a/dev-python/django-compressor/django-compressor-2.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Compresses linked and inline JavaScript or CSS into single cached files."
-HOMEPAGE="https://django-compressor.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-DEPEND="dev-python/django-appconf[${PYTHON_USEDEP}]
-	dev-python/rcssmin[${PYTHON_USEDEP}]
-	dev-python/rjsmin[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${P/-/_}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/
@ 2021-12-27 16:39 Hanno Böck
  0 siblings, 0 replies; 11+ messages in thread
From: Hanno Böck @ 2021-12-27 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9f42dae9312771c6daa7b45f07f9d2747b16a332
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 16:39:27 2021 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 16:39:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f42dae9

dev-python/django-compressor: Remove myself as maintainer

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 dev-python/django-compressor/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/django-compressor/metadata.xml b/dev-python/django-compressor/metadata.xml
index 1e8235896311..ef2705aa7567 100644
--- a/dev-python/django-compressor/metadata.xml
+++ b/dev-python/django-compressor/metadata.xml
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>hanno@gentoo.org</email>
-	</maintainer>
+	<!--maintainer-needed-->
 	<upstream>
 		<remote-id type="pypi">django-compressor</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-27 16:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 19:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-compressor/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-07-31 10:30 Tobias Klausmann
2017-09-25 13:44 Michael Palimaka
2018-01-03  9:11 Michał Górny
2018-06-27 20:52 Pacho Ramos
2018-07-30 16:23 Virgil Dupras
2018-09-03 13:33 Virgil Dupras
2020-09-16 17:22 Hanno Böck
2021-04-18  6:41 Michał Górny
2021-10-17  7:41 Michał Górny
2021-12-27 16:39 Hanno Böck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox