public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2015-12-06 16:18 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2015-12-06 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     75e6bca4089e67b44510ee102aebe54da78f213b
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 16:17:36 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 16:18:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e6bca4

dev-perl/Inline-Python: Update PYTHON_COMPAT, remove old

Package-Manager: portage-2.2.26

 .../Inline-Python/Inline-Python-0.460.0.ebuild     | 35 ----------------------
 ...90.0.ebuild => Inline-Python-0.490.0-r1.ebuild} |  2 +-
 dev-perl/Inline-Python/Manifest                    |  1 -
 3 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild
deleted file mode 100644
index 49aac01..0000000
--- a/dev-perl/Inline-Python/Inline-Python-0.460.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-# Feel free to add more targets after testing.
-
-MODULE_AUTHOR=NINE
-MODULE_VERSION=0.46
-inherit python-single-r1 perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Data-Dumper
-	virtual/perl-Digest-MD5
-	>=dev-perl/Inline-0.46
-	${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( virtual/perl-Test-Simple )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=( "${FILESDIR}/${P}-insanepython.patch" )
-
-SRC_TEST="do"

diff --git a/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.490.0-r1.ebuild
similarity index 94%
rename from dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild
rename to dev-perl/Inline-Python/Inline-Python-0.490.0-r1.ebuild
index d5a569f..62bc1d5 100644
--- a/dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild
+++ b/dev-perl/Inline-Python/Inline-Python-0.490.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 # Feel free to add more targets after testing.
 
 MODULE_AUTHOR=NINE

diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
index a1b878d..0a0f390 100644
--- a/dev-perl/Inline-Python/Manifest
+++ b/dev-perl/Inline-Python/Manifest
@@ -1,2 +1 @@
-DIST Inline-Python-0.46.tar.gz 55436 SHA256 f6332ddd2e8069a2c20f7f6528bc4f44643611ef4cff66d90e5b48dfdca5db0d SHA512 d7c26faf386ac74dddc0298d5d572117a9b0b9a604bf23d253e154f5cea7a3911b426cff9bae9cca2730ec1948a40a919bdef26c048035d2367f3e463581a68c WHIRLPOOL 4ad4dcccc889c6ff1a9352cc238c3d03866fe2bec498b5f63932fc7ceb20d02e315b6f6918aa2bec71059782ac476107e19192c84bef9b07463e518e28562266
 DIST Inline-Python-0.49.tar.gz 56811 SHA256 10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3 SHA512 5495e8d4d22472ff0b58b8dcae4e12cb037a8629dcd059e3d2509d85c1e405be645ab9499480248a978e7b25004fd1fe65436f34f9f92bdd9150ea1401fa4720 WHIRLPOOL 62fc439c78c03ad24d310ac8749b8c0733072b1adc3d4a5c44fb20231134d4c8e792c883bccd12bba3f183be239be60723dba02819617ece9f98792823d77da4


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2016-12-05 15:15 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2016-12-05 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7f27cf108e25144d91fe9569a9c07ab3476238aa
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 15:14:33 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 15:14:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f27cf10

dev-perl/Inline-Python: Bump to version 0.520.0

- EAPI6
- Parallel Tests

Upstream:
- Fix memory corruption after passing python dicts with non-string
  keys to Perl
- Fix memory leaks passing python dicts with unicode keys to Perl

Package-Manager: portage-2.3.2

 .../Inline-Python/Inline-Python-0.520.0.ebuild     | 38 ++++++++++++++++++++++
 dev-perl/Inline-Python/Manifest                    |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild
new file mode 100644
index 00000000..465a895
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+# Feel free to add more targets after testing.
+
+DIST_AUTHOR=NINE
+DIST_VERSION=0.52
+inherit python-single-r1 perl-module
+
+DESCRIPTION="Easy implementation of Python extensions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Data-Dumper
+	>=virtual/perl-Digest-MD5-2.500.0
+	>=dev-perl/Inline-0.460.0
+	${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Proc-ProcessTable-0.530.0
+		virtual/perl-Test-Simple
+		dev-perl/Test-Deep
+		virtual/perl-Test
+	)
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )

diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
index 0a0f390..354d8e4 100644
--- a/dev-perl/Inline-Python/Manifest
+++ b/dev-perl/Inline-Python/Manifest
@@ -1 +1,2 @@
 DIST Inline-Python-0.49.tar.gz 56811 SHA256 10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3 SHA512 5495e8d4d22472ff0b58b8dcae4e12cb037a8629dcd059e3d2509d85c1e405be645ab9499480248a978e7b25004fd1fe65436f34f9f92bdd9150ea1401fa4720 WHIRLPOOL 62fc439c78c03ad24d310ac8749b8c0733072b1adc3d4a5c44fb20231134d4c8e792c883bccd12bba3f183be239be60723dba02819617ece9f98792823d77da4
+DIST Inline-Python-0.52.tar.gz 57345 SHA256 9c946e1c9ac308d4431f07bbd3965a945850d69eab33aced6c81e674729e2ff4 SHA512 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa WHIRLPOOL ab2114881997791226b4e9005cc3d7daec553c21b0f595945abb941638b64ff85b31692c3c882edc523603c167e9dee16c8e75f5f84b8759a6f1d525b3f8755a


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2017-04-29 15:28 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-04-29 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     331ce8382fe9d11a00fe576faa74e001a9fb88ac
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 15:27:27 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 15:27:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331ce838

dev-perl/Inline-Python: Cleanup old

Remove old versions with failing tests

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Inline-Python/Inline-Python-0.490.0-r1.ebuild  | 37 ----------------------
 dev-perl/Inline-Python/Manifest                    |  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.490.0-r1.ebuild b/dev-perl/Inline-Python/Inline-Python-0.490.0-r1.ebuild
deleted file mode 100644
index 4d1d9b048b7..00000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.490.0-r1.ebuild
+++ /dev/null
@@ -1,37 +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,3_5} )
-# Feel free to add more targets after testing.
-
-MODULE_AUTHOR=NINE
-MODULE_VERSION=0.49
-inherit python-single-r1 perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Data-Dumper
-	>=virtual/perl-Digest-MD5-2.500.0
-	>=dev-perl/Inline-0.46
-	${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-		virtual/perl-Test
-	)
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )
-
-SRC_TEST="do"

diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
index 354d8e41775..baa004fe0bd 100644
--- a/dev-perl/Inline-Python/Manifest
+++ b/dev-perl/Inline-Python/Manifest
@@ -1,2 +1 @@
-DIST Inline-Python-0.49.tar.gz 56811 SHA256 10c9419651c7b345fa7ec922f4a9d6287fd5a69761f4240f9e0b21f0944f8bf3 SHA512 5495e8d4d22472ff0b58b8dcae4e12cb037a8629dcd059e3d2509d85c1e405be645ab9499480248a978e7b25004fd1fe65436f34f9f92bdd9150ea1401fa4720 WHIRLPOOL 62fc439c78c03ad24d310ac8749b8c0733072b1adc3d4a5c44fb20231134d4c8e792c883bccd12bba3f183be239be60723dba02819617ece9f98792823d77da4
 DIST Inline-Python-0.52.tar.gz 57345 SHA256 9c946e1c9ac308d4431f07bbd3965a945850d69eab33aced6c81e674729e2ff4 SHA512 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa WHIRLPOOL ab2114881997791226b4e9005cc3d7daec553c21b0f595945abb941638b64ff85b31692c3c882edc523603c167e9dee16c8e75f5f84b8759a6f1d525b3f8755a


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2017-10-26  3:38 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-10-26  3:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ad76cf72f2135dfe4b83b55f23aad26a5f696552
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 03:37:37 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 03:37:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad76cf72

dev-perl/Inline-Python: Bump to version 0.560.0

Upstream:
- Better support for serializing booleans with JSON
- Support calling perl objects with overloaded code deref
- Support overloaded stringification on perl objects
- Pass python floats as floats to perl instead of strings
- Fix floating point test failures

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Inline-Python/Inline-Python-0.560.0.ebuild     | 38 ++++++++++++++++++++++
 dev-perl/Inline-Python/Manifest                    |  1 +
 dev-perl/Inline-Python/metadata.xml                |  1 +
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
new file mode 100644
index 00000000000..575cfddc122
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+# Feel free to add more targets after testing.
+
+DIST_AUTHOR=NINE
+DIST_VERSION=0.56
+inherit python-single-r1 perl-module
+
+DESCRIPTION="Easy implementation of Python extensions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Data-Dumper
+	>=virtual/perl-Digest-MD5-2.500.0
+	>=dev-perl/Inline-0.460.0
+	${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Proc-ProcessTable-0.530.0
+		virtual/perl-Test-Simple
+		dev-perl/Test-Deep
+		dev-perl/Test-Number-Delta
+		virtual/perl-Test
+	)
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )

diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
index baa004fe0bd..8a1abcbc72e 100644
--- a/dev-perl/Inline-Python/Manifest
+++ b/dev-perl/Inline-Python/Manifest
@@ -1 +1,2 @@
 DIST Inline-Python-0.52.tar.gz 57345 SHA256 9c946e1c9ac308d4431f07bbd3965a945850d69eab33aced6c81e674729e2ff4 SHA512 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa WHIRLPOOL ab2114881997791226b4e9005cc3d7daec553c21b0f595945abb941638b64ff85b31692c3c882edc523603c167e9dee16c8e75f5f84b8759a6f1d525b3f8755a
+DIST Inline-Python-0.56.tar.gz 58224 SHA256 ae2c437f367160ecfd6f8d6c6fe027ea6754feaa27648971c4a74e7fe934d95f SHA512 d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d WHIRLPOOL f3ab40c765a0d6d6eeaef8c2ced24613fedf1e5bc8bccc6258dbab54f03d9f4edb63faabbcf5984d3dcaa02e3bec3ccf85209ab8c71e1e0306d78ef8f3974eb9

diff --git a/dev-perl/Inline-Python/metadata.xml b/dev-perl/Inline-Python/metadata.xml
index b1f32aff849..7639860e78f 100644
--- a/dev-perl/Inline-Python/metadata.xml
+++ b/dev-perl/Inline-Python/metadata.xml
@@ -8,6 +8,7 @@
   <upstream>
     <remote-id type="cpan">Inline-Python</remote-id>
     <remote-id type="cpan-module">Inline::Python</remote-id>
+    <remote-id type="cpan-module">Inline::Python::Boolean</remote-id>
     <remote-id type="cpan-module">Inline::Python::Function</remote-id>
     <remote-id type="cpan-module">Inline::Python::Object</remote-id>
     <remote-id type="cpan-module">Inline::Python::Object::Data</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2018-06-10  1:50 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2018-06-10  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f11a5363e7cdd58cdc2adb0e7e2c23c40a9a5268
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 01:43:59 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 01:50:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11a5363

dev-perl/Inline-Python: Cleanup old version 0.520.0

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../Inline-Python/Inline-Python-0.520.0.ebuild     | 37 ----------------------
 dev-perl/Inline-Python/Manifest                    |  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild
deleted file mode 100644
index dab6c487862..00000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.520.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-# Feel free to add more targets after testing.
-
-DIST_AUTHOR=NINE
-DIST_VERSION=0.52
-inherit python-single-r1 perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Data-Dumper
-	>=virtual/perl-Digest-MD5-2.500.0
-	>=dev-perl/Inline-0.460.0
-	${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=dev-perl/Proc-ProcessTable-0.530.0
-		virtual/perl-Test-Simple
-		dev-perl/Test-Deep
-		virtual/perl-Test
-	)
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )

diff --git a/dev-perl/Inline-Python/Manifest b/dev-perl/Inline-Python/Manifest
index 473a77a875f..1cc1ed5fe73 100644
--- a/dev-perl/Inline-Python/Manifest
+++ b/dev-perl/Inline-Python/Manifest
@@ -1,2 +1 @@
-DIST Inline-Python-0.52.tar.gz 57345 BLAKE2B 1c09d3ff4db55cff560aa45ac2923304097322558aee2d85af40af53aa6be148f764a288968bb43012fd12e84fd9a37eaeab7622354914d61dea2fcde0bc747f SHA512 5b097740e149ae5a1a51d068f2732bff06daa03279ea3ad009b34fc72f0baccf0304989a3b9c3d9b8cadca1bb897693d48fb1a91ed3dc412c61463256a9bcaaa
 DIST Inline-Python-0.56.tar.gz 58224 BLAKE2B e422c46cfaaaf77a0a683ccf2818db62e5f2c726b9ede71f446bd2bb4fe66ba8ab8d99b30ce26168bf47cc23f06afc5b9839a403cd6b52781aa288a29cbedea3 SHA512 d5fffec8a377ec10c8b21ed9324e2de5a77d10304fc2a89196df89984e55869e3e4e0ef970f1aa4651068b8a6d834fa8eb18d70a052c646ddd98ef338f772e7d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2018-06-27 20:32 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2018-06-27 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     871aa75fe6665b267e12c14150b31b5e86388c22
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 19:48:32 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 20:32:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871aa75f

dev-perl/Inline-Python: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
index 575cfddc122..6c071e0b894 100644
--- a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
+++ b/dev-perl/Inline-Python/Inline-Python-0.560.0.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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 # Feel free to add more targets after testing.
 
 DIST_AUTHOR=NINE


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2020-02-10 11:54 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-02-10 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     62cfb063dba0d9c0e55c74bb626542a46684ba5a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:34:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:54:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cfb063

dev-perl/Inline-Python: Remove py2

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

 dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
index 06c75359171..9dad8f2464f 100644
--- a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
+++ b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 # Feel free to add more targets after testing.
 
 DIST_AUTHOR=NINE


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2020-05-21  9:53 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2020-05-21  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1993d3d63137627f7e7ae4be98ddd2209c93663f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 09:35:04 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu May 21 09:53:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1993d3d6

dev-perl/Inline-Python: Add support up to python3_8

- EAPI7 conversion
- Add python3_7 and python3_8 support

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Inline-Python/Inline-Python-0.560.0-r1.ebuild  | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
new file mode 100644
index 00000000000..08eec205768
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+# Feel free to add more targets after testing.
+
+DIST_AUTHOR=NINE
+DIST_VERSION=0.56
+inherit python-single-r1 perl-module
+
+DESCRIPTION="Easy implementation of Python extensions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Data-Dumper
+	>=virtual/perl-Digest-MD5-2.500.0
+	>=dev-perl/Inline-0.460.0
+	${PYTHON_DEPS}
+"
+DEPEND="${PYTHON_DEPS}"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Proc-ProcessTable-0.530.0
+		virtual/perl-Test-Simple
+		dev-perl/Test-Deep
+		dev-perl/Test-Number-Delta
+		virtual/perl-Test
+	)
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2021-01-01  0:59 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2021-01-01  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     529a5e5f2e62acc49a8a7941ef80b77d2e07a65a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 00:54:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 00:54:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529a5e5f

dev-perl/Inline-Python: Remove old (py3.6)

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

 .../Inline-Python/Inline-Python-0.560.0.ebuild     | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
deleted file mode 100644
index 9dad8f2464f..00000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.560.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-# Feel free to add more targets after testing.
-
-DIST_AUTHOR=NINE
-DIST_VERSION=0.56
-inherit python-single-r1 perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Data-Dumper
-	>=virtual/perl-Digest-MD5-2.500.0
-	>=dev-perl/Inline-0.460.0
-	${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=dev-perl/Proc-ProcessTable-0.530.0
-		virtual/perl-Test-Simple
-		dev-perl/Test-Deep
-		dev-perl/Test-Number-Delta
-		virtual/perl-Test
-	)
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/
@ 2021-06-06 23:53 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-06-06 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b2b320c36ca172b6672a0b6fa982e454cd9547aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 23:26:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 23:53:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b320c3

dev-perl/Inline-Python: add Python 3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild b/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
index 852d12601a4..13f4bff8038 100644
--- a/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
+++ b/dev-perl/Inline-Python/Inline-Python-0.560.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
 # Feel free to add more targets after testing.
 
 DIST_AUTHOR=NINE


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

end of thread, other threads:[~2021-06-06 23:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21  9:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-Python/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-06-06 23:53 Sam James
2021-01-01  0:59 Michał Górny
2020-02-10 11:54 Michał Górny
2018-06-27 20:32 Pacho Ramos
2018-06-10  1:50 Kent Fredric
2017-10-26  3:38 Kent Fredric
2017-04-29 15:28 Kent Fredric
2016-12-05 15:15 Kent Fredric
2015-12-06 16:18 Andreas Hüttel

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