* [gentoo-commits] repo/gentoo:master commit in: dev-python/jonpy/
@ 2016-01-03 16:41 Patrick Lauer
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer @ 2016-01-03 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 8c54fe7db7084e5ca7eb9b64ca5a9154929344ae
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 3 16:13:33 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 16:40:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c54fe7d
dev-python/jonpy: Bump
Package-Manager: portage-2.2.26
dev-python/jonpy/Manifest | 1 +
dev-python/jonpy/jonpy-0.12.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/jonpy/Manifest b/dev-python/jonpy/Manifest
index 142ad24..68e482e 100644
--- a/dev-python/jonpy/Manifest
+++ b/dev-python/jonpy/Manifest
@@ -1,2 +1,3 @@
DIST jonpy-0.10.tar.gz 51672 SHA256 33f43845b6403a2596d89e2210ba043d73facd39937e04eb59d0b7ef683b9456 SHA512 2dcea6798e186a1bfd767f3a0b331ee5ca56e2c0df63b8ac1f3ac53c9906ca98387a0d47166c11057cee62dc669de0771eba6e72d59d5ecd0e88b2fcd5b70281 WHIRLPOOL 8a9e7334d31f822bab462cee321bb520922f070ca569588881ed741ebf0580967d2222f1caf521941a3db3bd8b801f825e485c11dd481a5c66975e293878666f
DIST jonpy-0.11.tar.gz 51496 SHA256 983f0af78c6a4cdf843da8449a297681be358476764a06ccdd0cb838a6979a7c SHA512 9fa925259a5d56347b71845fc0ed00f16f4b411b350a08f0779f8f867fc34d0c6164cb0dc107410b6b88d1565fc504cabd102a0c7fcbb86e7163319a235d89ee WHIRLPOOL f3166d7cf06c64cde822baee35c15449eedf31b342a5eea5786eb5ee83645fcc6a93537ec0654e5d851ab9ab5880a17039eaa367708ee13df0d36208bc0cba86
+DIST jonpy-0.12.tar.gz 52094 SHA256 29b12dc0a2564d61ae80b92e4d2e90dfeaa5003e58d0803e5b0b6fe64d17534d SHA512 27cd15ac7eae88e5287267fa178cc699ebbb4e3d2c81106d2d7714ad25472abd7189c1fbab8e948eb179a4b261a1983ae897d3424b84aa70245122663e311b75 WHIRLPOOL 8618cae1446375001c1e86c274a01b1b3c7d6b5fd3511977b60be31ac24b0cb16c420694d8ec0627efce661a8131882fbd30bf861604137ff82f7b4b37e8c625
diff --git a/dev-python/jonpy/jonpy-0.12.ebuild b/dev-python/jonpy/jonpy-0.12.ebuild
new file mode 100644
index 0000000..9d22404
--- /dev/null
+++ b/dev-python/jonpy/jonpy-0.12.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities"
+HOMEPAGE="http://jonpy.sourceforge.net/ https://pypi.python.org/pypi/jonpy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+python_install_all() {
+ use doc && local HTML_DOCS=( doc/. )
+ use examples && local EXAMPLES=( example/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jonpy/
@ 2016-06-29 9:02 Patrick Lauer
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer @ 2016-06-29 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 899f8cf80298ed100b514c16407b192cd4ca8d48
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 08:55:16 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 08:55:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899f8cf8
dev-python/jonpy: Bump
Package-Manager: portage-2.3.0
dev-python/jonpy/Manifest | 1 +
dev-python/jonpy/jonpy-0.13.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/jonpy/Manifest b/dev-python/jonpy/Manifest
index 68e482e..e205862 100644
--- a/dev-python/jonpy/Manifest
+++ b/dev-python/jonpy/Manifest
@@ -1,3 +1,4 @@
DIST jonpy-0.10.tar.gz 51672 SHA256 33f43845b6403a2596d89e2210ba043d73facd39937e04eb59d0b7ef683b9456 SHA512 2dcea6798e186a1bfd767f3a0b331ee5ca56e2c0df63b8ac1f3ac53c9906ca98387a0d47166c11057cee62dc669de0771eba6e72d59d5ecd0e88b2fcd5b70281 WHIRLPOOL 8a9e7334d31f822bab462cee321bb520922f070ca569588881ed741ebf0580967d2222f1caf521941a3db3bd8b801f825e485c11dd481a5c66975e293878666f
DIST jonpy-0.11.tar.gz 51496 SHA256 983f0af78c6a4cdf843da8449a297681be358476764a06ccdd0cb838a6979a7c SHA512 9fa925259a5d56347b71845fc0ed00f16f4b411b350a08f0779f8f867fc34d0c6164cb0dc107410b6b88d1565fc504cabd102a0c7fcbb86e7163319a235d89ee WHIRLPOOL f3166d7cf06c64cde822baee35c15449eedf31b342a5eea5786eb5ee83645fcc6a93537ec0654e5d851ab9ab5880a17039eaa367708ee13df0d36208bc0cba86
DIST jonpy-0.12.tar.gz 52094 SHA256 29b12dc0a2564d61ae80b92e4d2e90dfeaa5003e58d0803e5b0b6fe64d17534d SHA512 27cd15ac7eae88e5287267fa178cc699ebbb4e3d2c81106d2d7714ad25472abd7189c1fbab8e948eb179a4b261a1983ae897d3424b84aa70245122663e311b75 WHIRLPOOL 8618cae1446375001c1e86c274a01b1b3c7d6b5fd3511977b60be31ac24b0cb16c420694d8ec0627efce661a8131882fbd30bf861604137ff82f7b4b37e8c625
+DIST jonpy-0.13.tar.gz 22107 SHA256 906ded54f6ed77f3ccf0ea37f2f4b57a31889dc2e6931f050e80d46bf8f2b693 SHA512 b46942ce186c325feb2483425a9163f2e871eec3b6cac79ed20e6cab15e22c8fcb4a9e7829ba4dddbe5ee3bd5c2e38c12ae0115ed2456dc3957a4e5a4564dfbb WHIRLPOOL c166b090729e239d1be1d334f048b952b904dcacbd26b6e5de545aa8eafc88880ecd4c2bd1cacb90a9573370c45e023d7d20d7f00c19a4f131bbc3c4d62d2b01
diff --git a/dev-python/jonpy/jonpy-0.13.ebuild b/dev-python/jonpy/jonpy-0.13.ebuild
new file mode 100644
index 0000000..b3a0f3b
--- /dev/null
+++ b/dev-python/jonpy/jonpy-0.13.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities"
+HOMEPAGE="http://jonpy.sourceforge.net/ https://pypi.python.org/pypi/jonpy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+python_install_all() {
+ use doc && local HTML_DOCS=( doc/. )
+ use examples && local EXAMPLES=( example/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jonpy/
@ 2017-05-02 8:47 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-05-02 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 05d0729757d8386447b3d351fb48a61b2ff23e82
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 08:13:54 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 08:47:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d07297
dev-python/jonpy: Clean old versions up
dev-python/jonpy/Manifest | 2 --
dev-python/jonpy/jonpy-0.10-r1.ebuild | 25 -------------------------
dev-python/jonpy/jonpy-0.12.ebuild | 22 ----------------------
3 files changed, 49 deletions(-)
diff --git a/dev-python/jonpy/Manifest b/dev-python/jonpy/Manifest
index e205862307c..1cd0996e64c 100644
--- a/dev-python/jonpy/Manifest
+++ b/dev-python/jonpy/Manifest
@@ -1,4 +1,2 @@
-DIST jonpy-0.10.tar.gz 51672 SHA256 33f43845b6403a2596d89e2210ba043d73facd39937e04eb59d0b7ef683b9456 SHA512 2dcea6798e186a1bfd767f3a0b331ee5ca56e2c0df63b8ac1f3ac53c9906ca98387a0d47166c11057cee62dc669de0771eba6e72d59d5ecd0e88b2fcd5b70281 WHIRLPOOL 8a9e7334d31f822bab462cee321bb520922f070ca569588881ed741ebf0580967d2222f1caf521941a3db3bd8b801f825e485c11dd481a5c66975e293878666f
DIST jonpy-0.11.tar.gz 51496 SHA256 983f0af78c6a4cdf843da8449a297681be358476764a06ccdd0cb838a6979a7c SHA512 9fa925259a5d56347b71845fc0ed00f16f4b411b350a08f0779f8f867fc34d0c6164cb0dc107410b6b88d1565fc504cabd102a0c7fcbb86e7163319a235d89ee WHIRLPOOL f3166d7cf06c64cde822baee35c15449eedf31b342a5eea5786eb5ee83645fcc6a93537ec0654e5d851ab9ab5880a17039eaa367708ee13df0d36208bc0cba86
-DIST jonpy-0.12.tar.gz 52094 SHA256 29b12dc0a2564d61ae80b92e4d2e90dfeaa5003e58d0803e5b0b6fe64d17534d SHA512 27cd15ac7eae88e5287267fa178cc699ebbb4e3d2c81106d2d7714ad25472abd7189c1fbab8e948eb179a4b261a1983ae897d3424b84aa70245122663e311b75 WHIRLPOOL 8618cae1446375001c1e86c274a01b1b3c7d6b5fd3511977b60be31ac24b0cb16c420694d8ec0627efce661a8131882fbd30bf861604137ff82f7b4b37e8c625
DIST jonpy-0.13.tar.gz 22107 SHA256 906ded54f6ed77f3ccf0ea37f2f4b57a31889dc2e6931f050e80d46bf8f2b693 SHA512 b46942ce186c325feb2483425a9163f2e871eec3b6cac79ed20e6cab15e22c8fcb4a9e7829ba4dddbe5ee3bd5c2e38c12ae0115ed2456dc3957a4e5a4564dfbb WHIRLPOOL c166b090729e239d1be1d334f048b952b904dcacbd26b6e5de545aa8eafc88880ecd4c2bd1cacb90a9573370c45e023d7d20d7f00c19a4f131bbc3c4d62d2b01
diff --git a/dev-python/jonpy/jonpy-0.10-r1.ebuild b/dev-python/jonpy/jonpy-0.10-r1.ebuild
deleted file mode 100644
index 811cf40001d..00000000000
--- a/dev-python/jonpy/jonpy-0.10-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities"
-HOMEPAGE="http://jonpy.sourceforge.net/ https://pypi.python.org/pypi/jonpy"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND=""
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/. )
- use examples && local EXAMPLES=( example/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/jonpy/jonpy-0.12.ebuild b/dev-python/jonpy/jonpy-0.12.ebuild
deleted file mode 100644
index 1cab1aefdaf..00000000000
--- a/dev-python/jonpy/jonpy-0.12.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities"
-HOMEPAGE="http://jonpy.sourceforge.net/ https://pypi.python.org/pypi/jonpy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/. )
- use examples && local EXAMPLES=( example/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-02 8:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 16:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/jonpy/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2016-06-29 9:02 Patrick Lauer
2017-05-02 8:47 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox