* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2015-11-20 11:29 Justin Lecher
0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2015-11-20 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 01e2fb3b44265d98de10900adc35179c44abfee1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 07:44:19 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 11:29:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e2fb3b
virtual/python-cffi: New virtual
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-cffi/metadata.xml | 8 ++++++++
virtual/python-cffi/python-cffi-0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/virtual/python-cffi/metadata.xml b/virtual/python-cffi/metadata.xml
new file mode 100644
index 0000000..6c90e34
--- /dev/null
+++ b/virtual/python-cffi/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
new file mode 100644
index 0000000..261af87
--- /dev/null
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit python-r1
+
+DESCRIPTION="A Virtual for Python foreign function interface"
+HOMEPAGE=""
+SRC_URI=""
+
+SLOT="0"
+LICENSE=""
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/cffi' 'python*')"
+DEPEND=""
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2015-11-20 11:29 Justin Lecher
0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2015-11-20 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 287d5b342f83ab5e29f75a030631a82b77c887ca
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 08:20:22 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 11:29:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287d5b34
Drop virtual
cffi virtual doesn't work, as packages need to rebuilt on bump of
dev-python/cffi
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
virtual/python-cffi/metadata.xml | 8 --------
virtual/python-cffi/python-cffi-0.ebuild | 25 -------------------------
2 files changed, 33 deletions(-)
diff --git a/virtual/python-cffi/metadata.xml b/virtual/python-cffi/metadata.xml
deleted file mode 100644
index 6c90e34..0000000
--- a/virtual/python-cffi/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>
- <herd>python</herd>
- <maintainer>
- <email>jlec@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
deleted file mode 100644
index 261af87..0000000
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A Virtual for Python foreign function interface"
-HOMEPAGE=""
-SRC_URI=""
-
-SLOT="0"
-LICENSE=""
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/cffi' 'python*')"
-DEPEND=""
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2016-11-30 18:05 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2016-11-30 18:05 UTC (permalink / raw
To: gentoo-commits
commit: 32a430d6f3c1cf269dd0582e08074513549121e2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 15:10:01 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:05:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a430d6
virtual/python-cffi: Introduce a virtual for cffi package
virtual/python-cffi/metadata.xml | 8 ++++++++
virtual/python-cffi/python-cffi-0.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/virtual/python-cffi/metadata.xml b/virtual/python-cffi/metadata.xml
new file mode 100644
index 00000000..7f4f33c
--- /dev/null
+++ b/virtual/python-cffi/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
new file mode 100644
index 00000000..d5af52c
--- /dev/null
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+
+inherit python-r1
+
+DESCRIPTION="A virtual for the Python cffi package"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# built-in in PyPy and PyPy3
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2017-01-06 14:33 Tobias Klausmann
0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2017-01-06 14:33 UTC (permalink / raw
To: gentoo-commits
commit: a10ea64b923380bfa5018087bbcf39d0d63b68ba
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 6 14:22:09 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 14:32:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10ea64b
virtual/python-cffi-0-r0: stable on alpha
Gentoo-Bug: 599742
virtual/python-cffi/python-cffi-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index d5af52c..8cc7e1f 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2017-01-08 9:52 Aaron Bauman
0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2017-01-08 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 7e00f8165c9495f06daccb3e2191ab6c5e052d79
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 09:49:18 2017 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 09:52:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e00f816
virtual/python-cffi: amd64 stable
Gentoo-bug: 599742
Package-Manager: portage-2.3.0
virtual/python-cffi/python-cffi-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index 8cc7e1f..2f77ffc 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2017-01-09 2:38 Mike Gilbert
0 siblings, 0 replies; 18+ messages in thread
From: Mike Gilbert @ 2017-01-09 2:38 UTC (permalink / raw
To: gentoo-commits
commit: afc0790aaeade75570552e432409b8902f70a88c
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 02:38:24 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 02:38:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc0790a
virtual/python-cffi: stable for all
Package-Manager: Portage-2.3.3_p19, Repoman-2.3.1_p12
virtual/python-cffi/python-cffi-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index 2f77ffc..adef4d9 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2017-05-19 13:37 Michael Weber
0 siblings, 0 replies; 18+ messages in thread
From: Michael Weber @ 2017-05-19 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 310e8bdad05cace2a3eaee45a7989d792f9354e8
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 13:22:14 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri May 19 13:36:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310e8bda
virtual/python-cffi: arm64 stable (bug 617258).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
virtual/python-cffi/python-cffi-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index b59da4e03e2..516695acf78 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python cffi package"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# built-in in PyPy and PyPy3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2018-02-21 22:11 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2018-02-21 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 6ab24b6dbcf66537c23e970cebf926ee49d76abc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 20:47:27 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 22:11:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab24b6d
virtual/python-cffi: Keyword ~amd64-fbsd
virtual/python-cffi/python-cffi-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index 516695acf78..d5b81b28a56 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python cffi package"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# built-in in PyPy and PyPy3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2018-08-20 5:28 Mikle Kolyada
0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2018-08-20 5:28 UTC (permalink / raw
To: gentoo-commits
commit: 6f543a887913652f32e5702c31c3225d4b2fba7b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 05:28:04 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 05:28:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f543a88
virtual/python-cffi: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
virtual/python-cffi/python-cffi-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index 6faf6e87d47..e9570a9af0e 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python cffi package"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# built-in in PyPy and PyPy3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2019-11-19 7:02 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2019-11-19 7:02 UTC (permalink / raw
To: gentoo-commits
commit: ca305a00d3ed33cf1d60688db51e4e7627866320
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 06:53:15 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 07:02:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca305a00
virtual/python-cffi: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-cffi/python-cffi-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index e5eac6d28cb..dcf236bb4a8 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit python-r1
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2020-05-25 19:48 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-05-25 19:48 UTC (permalink / raw
To: gentoo-commits
commit: b99b407de511e5b6c2ee38bc425ee85f08173bf0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 19:28:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 19:48:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99b407d
virtual/python-cffi: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-cffi/python-cffi-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-0.ebuild
index 4c6293743c1..01c7f68dacf 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2020-09-20 14:15 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-09-20 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 9d66aef423d36517b8522cf6a67ec29d49eb32e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 14:14:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:15:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d66aef4
virtual/python-cffi: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-cffi/{python-cffi-0.ebuild => python-cffi-1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-0.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
similarity index 91%
rename from virtual/python-cffi/python-cffi-0.ebuild
rename to virtual/python-cffi/python-cffi-1.ebuild
index 8f345d399ad..46dd20bde9d 100644
--- a/virtual/python-cffi/python-cffi-0.ebuild
+++ b/virtual/python-cffi/python-cffi-1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2020-12-20 5:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2020-12-20 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 866492cac04660dc7c76d697d3071ac331d4ad6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 05:18:59 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 05:18:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866492ca
virtual/python-cffi: fix MissingVirtualKeywords
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/python-cffi/python-cffi-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
index 46dd20bde9d..3fbcc24aa76 100644
--- a/virtual/python-cffi/python-cffi-1.ebuild
+++ b/virtual/python-cffi/python-cffi-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python cffi package"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# built-in in PyPy and PyPy3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2021-01-06 12:42 Fabian Groffen
0 siblings, 0 replies; 18+ messages in thread
From: Fabian Groffen @ 2021-01-06 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 051670b55951971df4908442f183e48cfd94bf87
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:38:38 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:41:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051670b5
virtual/python-cffi: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
virtual/python-cffi/python-cffi-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
index 3fbcc24aa76..e583997c7a4 100644
--- a/virtual/python-cffi/python-cffi-1.ebuild
+++ b/virtual/python-cffi/python-cffi-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ inherit python-r1
DESCRIPTION="A virtual for the Python cffi package"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# built-in in PyPy and PyPy3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2021-05-05 19:14 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-05-05 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 2ff8cd79c2be5731b337579998e34185936750d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 5 19:10:53 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 5 19:13:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff8cd79
virtual/python-cffi: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-cffi/python-cffi-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
index a0c5152fd18..893a6e8d682 100644
--- a/virtual/python-cffi/python-cffi-1.ebuild
+++ b/virtual/python-cffi/python-cffi-1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2021-05-13 15:19 David Seifert
0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2021-05-13 15:19 UTC (permalink / raw
To: gentoo-commits
commit: eb1fb9cb6b25031125e8aed7964adfc1c478c619
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 15:18:44 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 15:18:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1fb9cb
virtual/python-cffi: Mark ALLARCHES
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
virtual/python-cffi/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/python-cffi/metadata.xml b/virtual/python-cffi/metadata.xml
index 7f4f33c6dbc..4c43a15ce6f 100644
--- a/virtual/python-cffi/metadata.xml
+++ b/virtual/python-cffi/metadata.xml
@@ -5,4 +5,5 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2021-08-13 6:58 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-08-13 6:58 UTC (permalink / raw
To: gentoo-commits
commit: de596953dc1e282e6aa7c2a166e9ddd2a5f71354
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 06:42:13 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 06:58:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de596953
virtual/python-cffi: Add EAPI upgrade note
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-cffi/python-cffi-1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
index 893a6e8d682..0e9e4b1fccf 100644
--- a/virtual/python-cffi/python-cffi-1.ebuild
+++ b/virtual/python-cffi/python-cffi-1.ebuild
@@ -1,6 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
EAPI=7
PYTHON_COMPAT=( python3_{7..10} pypy3 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
@ 2022-05-16 19:59 Andrew Ammerlaan
0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2022-05-16 19:59 UTC (permalink / raw
To: gentoo-commits
commit: be81d6075059eaffb04f9e5d789c547bda9e8239
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 19:56:10 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 16 19:59:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be81d607
virtual/python-cffi: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
virtual/python-cffi/python-cffi-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
index 49d3fe77d23b..ab6f4a42aba4 100644
--- a/virtual/python-cffi/python-cffi-1.ebuild
+++ b/virtual/python-cffi/python-cffi-1.ebuild
@@ -4,7 +4,7 @@
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit python-r1
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2022-05-16 19:59 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-20 14:15 [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-05-16 19:59 Andrew Ammerlaan
2021-08-13 6:58 Michał Górny
2021-05-13 15:19 David Seifert
2021-05-05 19:14 Michał Górny
2021-01-06 12:42 Fabian Groffen
2020-12-20 5:19 Sam James
2020-05-25 19:48 Michał Górny
2019-11-19 7:02 Michał Górny
2018-08-20 5:28 Mikle Kolyada
2018-02-21 22:11 Michał Górny
2017-05-19 13:37 Michael Weber
2017-01-09 2:38 Mike Gilbert
2017-01-08 9:52 Aaron Bauman
2017-01-06 14:33 Tobias Klausmann
2016-11-30 18:05 Michał Górny
2015-11-20 11:29 Justin Lecher
2015-11-20 11:29 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox