* [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/
@ 2016-08-08 7:50 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2016-08-08 7:50 UTC (permalink / raw
To: gentoo-commits
commit: 005ce75d9dcdf0d51eab5fe6c2033e0d7ee2f9c1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 19:22:56 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 07:49:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005ce75d
dev-python/Coffin: Add py3.5 support
Package-Manager: portage-2.3.0
dev-python/Coffin/Coffin-2.0.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild b/dev-python/Coffin/Coffin-2.0.1.ebuild
index 702af4d..cf60989 100644
--- a/dev-python/Coffin/Coffin-2.0.1.ebuild
+++ b/dev-python/Coffin/Coffin-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
@@ -25,4 +25,4 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-# Tests attempt to import an abandonned module
+# Tests attempt to import an abandoned module
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/
@ 2017-05-02 14:02 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-05-02 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 5885611faf639e43e57d8757fe81572a5319b5a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 13:36:35 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 14:02:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5885611f
dev-python/Coffin: Clean old versions up
dev-python/Coffin/Coffin-0.3.8.ebuild | 26 --------------------------
dev-python/Coffin/Manifest | 1 -
2 files changed, 27 deletions(-)
diff --git a/dev-python/Coffin/Coffin-0.3.8.ebuild b/dev-python/Coffin/Coffin-0.3.8.ebuild
deleted file mode 100644
index c967f950b94..00000000000
--- a/dev-python/Coffin/Coffin-0.3.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Jinja2 adapter for Django"
-HOMEPAGE="https://github.com/coffin/coffin"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_prepare_all() {
- # Req'd to avoid file collisions
- sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/Coffin/Manifest b/dev-python/Coffin/Manifest
index 0d48379a866..cbb9a54775b 100644
--- a/dev-python/Coffin/Manifest
+++ b/dev-python/Coffin/Manifest
@@ -1,2 +1 @@
-DIST Coffin-0.3.8.tar.gz 35269 SHA256 be3e804ea1c740d8f09c0f811253eee4c6aeeb993455521cac6e95e1e4d6151b SHA512 e3e0b9855e14b7fc57cd164aa3ba50f84847eb8a324d4ceaf52513224d235889407c061d542a894b82d6cdc96fc378fd44856d46f471333017d7a6ac6427c7d3 WHIRLPOOL c8105e5900e0f07a461689ca0c7295bb483991ec86466f4e72b8e837631fe6135a5db9192598d1f763bbfff773a06d5b611e391620a9ac76f3313f475802d978
DIST Coffin-2.0.1.tar.gz 9858 SHA256 b1cfb44b1ef7daabc7c607a937f85e4b89b63bd9536ee3b817461747a476a65c SHA512 e618c74a91f84e7f41411c8e34b2c97fad1a59bc5124f0f5b3439abf1b0c2972d5f59d4b71f49393e843cd588ec143c08d659e90d2cfd006d55b5244b5727ccc WHIRLPOOL a1c745eca498ac5e7877c0ce20433d22c647d9e419b5269eb1a167d9ab478c068acfd6d2d59f485e8cb2f2fe7b440aa84c34ccefdc7595fb43a9d320e08d12cd
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/
@ 2017-09-03 1:04 Mike Gilbert
0 siblings, 0 replies; 6+ messages in thread
From: Mike Gilbert @ 2017-09-03 1:04 UTC (permalink / raw
To: gentoo-commits
commit: 4f48b7f1af3d75512fd0198e7d52e254b3bb8eaa
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug 20 13:41:19 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 01:03:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f48b7f1
dev-python/Coffin: fix HOMEPAGE
dev-python/Coffin/Coffin-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild b/dev-python/Coffin/Coffin-2.0.1.ebuild
index f1bfe98cc6b..757933b9c61 100644
--- a/dev-python/Coffin/Coffin-2.0.1.ebuild
+++ b/dev-python/Coffin/Coffin-2.0.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Jinja2 adapter for Django"
-HOMEPAGE="https://github.com/coffin/coffin"
+HOMEPAGE="https://pypi.python.org/pypi/Coffin"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/
@ 2018-06-27 20:52 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-06-27 20:52 UTC (permalink / raw
To: gentoo-commits
commit: f699f43ec8f242d514360ec40f1aeb12bcc97b6b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 20:51:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 20:52:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f699f43e
dev-python/Coffin: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/Coffin/Coffin-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild b/dev-python/Coffin/Coffin-2.0.1.ebuild
index cc7340f5fd3..eecd59328f9 100644
--- a/dev-python/Coffin/Coffin-2.0.1.ebuild
+++ b/dev-python/Coffin/Coffin-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# 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=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/
@ 2018-07-30 16:23 Virgil Dupras
0 siblings, 0 replies; 6+ messages in thread
From: Virgil Dupras @ 2018-07-30 16:23 UTC (permalink / raw
To: gentoo-commits
commit: b14a3d68bc99bff0a036f35dd5eb123a74d86591
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 16:22:03 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 16:22:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14a3d68
dev-python/Coffin: maintainer needed
The only revdep for this package is dev-python/django-compressor which
is now maintainer-needed.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/Coffin/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/Coffin/metadata.xml b/dev-python/Coffin/metadata.xml
index 4573224f605..24ceccaaf4d 100644
--- a/dev-python/Coffin/metadata.xml
+++ b/dev-python/Coffin/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="pypi">Coffin</remote-id>
<remote-id type="github">coffin/coffin</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/
@ 2018-09-03 13:33 Virgil Dupras
0 siblings, 0 replies; 6+ messages in thread
From: Virgil Dupras @ 2018-09-03 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 672f79ed8c47e65ce59dcd330437ba2d700b6761
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 3 13:25:09 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Mon Sep 3 13:33:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672f79ed
dev-python/Coffin: remove last-rited package
Bug: https://bugs.gentoo.org/662632
dev-python/Coffin/Coffin-2.0.1.ebuild | 27 ---------------------------
dev-python/Coffin/Manifest | 1 -
dev-python/Coffin/metadata.xml | 9 ---------
3 files changed, 37 deletions(-)
diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild b/dev-python/Coffin/Coffin-2.0.1.ebuild
deleted file mode 100644
index eecd59328f9..00000000000
--- a/dev-python/Coffin/Coffin-2.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 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} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Jinja2 adapter for Django"
-HOMEPAGE="https://pypi.org/project/Coffin/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_prepare_all() {
- # Req'd to avoid file collisions
- sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die
-
- distutils-r1_python_prepare_all
-}
-# Tests attempt to import an abandoned module
diff --git a/dev-python/Coffin/Manifest b/dev-python/Coffin/Manifest
deleted file mode 100644
index c498b6b40fb..00000000000
--- a/dev-python/Coffin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Coffin-2.0.1.tar.gz 9858 BLAKE2B 9ea2e80cff1edfb4b40d69831184c116bb83c710bdf9234ae1df56d7a4255d8d8c57013f8e97ea4a5b8f4fb4ea02ecbe32f30e0b3bb4164ea56904c6e96fdbab SHA512 e618c74a91f84e7f41411c8e34b2c97fad1a59bc5124f0f5b3439abf1b0c2972d5f59d4b71f49393e843cd588ec143c08d659e90d2cfd006d55b5244b5727ccc
diff --git a/dev-python/Coffin/metadata.xml b/dev-python/Coffin/metadata.xml
deleted file mode 100644
index 24ceccaaf4d..00000000000
--- a/dev-python/Coffin/metadata.xml
+++ /dev/null
@@ -1,9 +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="pypi">Coffin</remote-id>
- <remote-id type="github">coffin/coffin</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-09-03 13:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-02 14:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/Coffin/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2018-09-03 13:33 Virgil Dupras
2018-07-30 16:23 Virgil Dupras
2018-06-27 20:52 Pacho Ramos
2017-09-03 1:04 Mike Gilbert
2016-08-08 7:50 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox