* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2017-11-19 20:48 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2017-11-19 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 9445e753d28a02e817e2178b23cb5ab6074dd6a0
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 20:46:40 2017 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 20:47:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9445e753
dev-python/funcy: Adding funcy to gentoo tree
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.8.ebuild | 19 +++++++++++++++++++
dev-python/funcy/metadata.xml | 14 ++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
new file mode 100644
index 00000000000..48ca8fd1f43
--- /dev/null
+++ b/dev-python/funcy/Manifest
@@ -0,0 +1 @@
+DIST funcy-1.8.tar.gz 25642 SHA256 b23d76972890f4e9c7cee540f522b318548b914992015dc5823f2484d46feadf SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839 WHIRLPOOL b1f2d54357054447c161cb272cfffcecb5c566899cac7ab60658f47b96c36a1f648c648bb7825084a356d64cf8a6226a6274e7c974a87b4995c0597b181a45f3
diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild
new file mode 100644
index 00000000000..4a4df9cd125
--- /dev/null
+++ b/dev-python/funcy/funcy-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
new file mode 100644
index 00000000000..449b68acee5
--- /dev/null
+++ b/dev-python/funcy/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ </maintainer>
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ A collection of fancy functional tools focused on practicality.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2017-11-20 20:55 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2017-11-20 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 69e74b64ffd9c16ac3c7c4999370910e6962a4dc
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 20:55:22 2017 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 20:55:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e74b64
dev-python/funcy: Changing license from BSD-3 to BSD
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/funcy/funcy-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild
index 4a4df9cd125..0172eaf6acc 100644
--- a/dev-python/funcy/funcy-1.8.ebuild
+++ b/dev-python/funcy/funcy-1.8.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A collection of fancy functional tools focused on practicality"
HOMEPAGE="https://github.com/Suor/funcy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="BSD-3"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2018-04-22 7:45 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2018-04-22 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 97b00694f7f308691f7b45dfb89a4e0eb6249614
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 07:45:26 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 07:45:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b00694
dev-python/funcy: amd64 and x86 stable
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/funcy/funcy-1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild
index 0172eaf6acc..73fe30f0071 100644
--- a/dev-python/funcy/funcy-1.8.ebuild
+++ b/dev-python/funcy/funcy-1.8.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2018-04-27 19:48 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2018-04-27 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 4c94b60701bf87fd7d36e7763463845927583878
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 19:47:27 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 19:48:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c94b607
dev-python/funcy: Remove python@ from primary maintainer
The Python project did not agree on becoming the primary maintainer
of this package.
dev-python/funcy/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
index 449b68acee5..e7e8d79d1f7 100644
--- a/dev-python/funcy/metadata.xml
+++ b/dev-python/funcy/metadata.xml
@@ -1,9 +1,6 @@
<?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>
- </maintainer>
<maintainer type="person">
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2018-05-03 6:37 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2018-05-03 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 359d81901720e2d81d3c874550d796c8a71dbe7b
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 06:37:20 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 3 06:37:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359d8190
dev-python/funcy: Bump to 1.10.1 adding support to python3.5
Closes: https://bugs.gentoo.org/654214
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.10.1.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index bf2dad97eeb..34f275df3e5 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
+DIST funcy-1.10.1.tar.gz 29657 BLAKE2B fb2de795a5564f7009ff5717b8eadc3cb24a2cd4c30b9b9627861d7c8bcffdc1ea27f480c2895b8733f6dd965fbf9ee0fd7f12f8bbd3cf5f0d291829bc852f4b SHA512 123a5a828bd3cdbd38926923eb3979c4e5bca246da93179321eb1619df22cf6f722b5971d1309a1bdee2eeb362fc7fa85c6769a60efdd668350bf6c7d95e184c
DIST funcy-1.8.tar.gz 25642 BLAKE2B 5365dd8b3428feb70e9b921008dc48b206b5ba1e5f083e67fb2f7f9677aa84499b15cb168911db7700d98ed5a911899bb5d9c4f94f70876d0da769ccad7594de SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
new file mode 100644
index 00000000000..209f30269b1
--- /dev/null
+++ b/dev-python/funcy/funcy-1.10.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2018-05-03 6:40 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2018-05-03 6:40 UTC (permalink / raw
To: gentoo-commits
commit: 68b606272e2f174eb12c79ec1b362cf867032199
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May 3 06:40:21 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May 3 06:40:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b60627
dev-python/funcy: Remove support to python3.4
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/funcy/funcy-1.10.1.ebuild | 2 +-
dev-python/funcy/funcy-1.8.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
index 209f30269b1..c94f09e0ac4 100644
--- a/dev-python/funcy/funcy-1.10.1.ebuild
+++ b/dev-python/funcy/funcy-1.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild
index 73fe30f0071..0ba7897cb81 100644
--- a/dev-python/funcy/funcy-1.8.ebuild
+++ b/dev-python/funcy/funcy-1.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2019-10-21 18:28 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2019-10-21 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 41e982afa78235cef0a098e6f4956f12a82f5b85
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 07:13:39 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 18:27:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e982af
dev-python/funcy: Stable version
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/funcy/funcy-1.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
index c94f09e0ac4..e77f54f8a1b 100644
--- a/dev-python/funcy/funcy-1.10.1.ebuild
+++ b/dev-python/funcy/funcy-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-01-26 19:37 William Hubbs
0 siblings, 0 replies; 46+ messages in thread
From: William Hubbs @ 2020-01-26 19:37 UTC (permalink / raw
To: gentoo-commits
commit: e9ac80ad50661777ae9015ef3cb93723706952cb
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 19:35:55 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 19:35:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ac80ad
dev-python/funcy: add python3_7 (approved by tupone)
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/funcy/funcy-1.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
index 1f8ab7fb85b..1223e2f48a5 100644
--- a/dev-python/funcy/funcy-1.10.1.ebuild
+++ b/dev-python/funcy/funcy-1.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-02-02 20:38 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2020-02-02 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 2df5ac3c6a65f595dabd9cff949555c16ae9a65d
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 20:37:58 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 20:38:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df5ac3c
dev-python/funcy: RedundantLongDescription
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/funcy/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
index e7e8d79d1f7..d0e866f244f 100644
--- a/dev-python/funcy/metadata.xml
+++ b/dev-python/funcy/metadata.xml
@@ -5,7 +5,4 @@
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
- <longdescription lang="en">
- A collection of fancy functional tools focused on practicality.
- </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-03-10 19:21 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2020-03-10 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 8d961695eac6cb0d36272589ee543fbbad35dfcf
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 19:20:36 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 19:21:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d961695
dev-python/funcy: bumped to 1.14, added python 3.8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.14.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 34f275df3e5..4745f4572e1 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1,3 @@
DIST funcy-1.10.1.tar.gz 29657 BLAKE2B fb2de795a5564f7009ff5717b8eadc3cb24a2cd4c30b9b9627861d7c8bcffdc1ea27f480c2895b8733f6dd965fbf9ee0fd7f12f8bbd3cf5f0d291829bc852f4b SHA512 123a5a828bd3cdbd38926923eb3979c4e5bca246da93179321eb1619df22cf6f722b5971d1309a1bdee2eeb362fc7fa85c6769a60efdd668350bf6c7d95e184c
+DIST funcy-1.14.tar.gz 548493 BLAKE2B fff352d0e0d685fb51fb30302542c2e8893209df1e01912efae06821fbc885b05ab3fea8786d6924b48ddf32cc6bdd6def5e90db1ff949b005437b5d3771c3c0 SHA512 0c7daf1a6d87f56663ae0d37cc65654c79646c313ec530ac57e6ee8de04849b8846556fda10dd762f92e44a5ffa54d32880bed4cd77cec99ae865de0203d123a
DIST funcy-1.8.tar.gz 25642 BLAKE2B 5365dd8b3428feb70e9b921008dc48b206b5ba1e5f083e67fb2f7f9677aa84499b15cb168911db7700d98ed5a911899bb5d9c4f94f70876d0da769ccad7594de SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
new file mode 100644
index 00000000000..da293bb086e
--- /dev/null
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-03-27 10:42 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2020-03-27 10:42 UTC (permalink / raw
To: gentoo-commits
commit: f3536661ea4fcde20b62c9097220d2a0fd98a70d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 10:25:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 10:42:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3536661
dev-python/funcy: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.8.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 4745f4572e1..cf683c3bbd6 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,3 +1,2 @@
DIST funcy-1.10.1.tar.gz 29657 BLAKE2B fb2de795a5564f7009ff5717b8eadc3cb24a2cd4c30b9b9627861d7c8bcffdc1ea27f480c2895b8733f6dd965fbf9ee0fd7f12f8bbd3cf5f0d291829bc852f4b SHA512 123a5a828bd3cdbd38926923eb3979c4e5bca246da93179321eb1619df22cf6f722b5971d1309a1bdee2eeb362fc7fa85c6769a60efdd668350bf6c7d95e184c
DIST funcy-1.14.tar.gz 548493 BLAKE2B fff352d0e0d685fb51fb30302542c2e8893209df1e01912efae06821fbc885b05ab3fea8786d6924b48ddf32cc6bdd6def5e90db1ff949b005437b5d3771c3c0 SHA512 0c7daf1a6d87f56663ae0d37cc65654c79646c313ec530ac57e6ee8de04849b8846556fda10dd762f92e44a5ffa54d32880bed4cd77cec99ae865de0203d123a
-DIST funcy-1.8.tar.gz 25642 BLAKE2B 5365dd8b3428feb70e9b921008dc48b206b5ba1e5f083e67fb2f7f9677aa84499b15cb168911db7700d98ed5a911899bb5d9c4f94f70876d0da769ccad7594de SHA512 21e3447426376cc3d9f06d57297fcef346431a33e0488f1cead2aa7d8c281dd65c2b33af3638c21639d2d7d667b9c1ea6c7e2eabefc5635d02ad92ce7107f839
diff --git a/dev-python/funcy/funcy-1.8.ebuild b/dev-python/funcy/funcy-1.8.ebuild
deleted file mode 100644
index 0ba7897cb81..00000000000
--- a/dev-python/funcy/funcy-1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-08-02 8:17 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2020-08-02 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 779f3e29854ea36c33813a62c0dd9e653ea5cc44
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 08:05:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 08:16:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779f3e29
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-1.10.1.ebuild | 2 +-
dev-python/funcy/funcy-1.14.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
index 1223e2f48a5..10053c85150 100644
--- a/dev-python/funcy/funcy-1.10.1.ebuild
+++ b/dev-python/funcy/funcy-1.10.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
index 9e8501191d4..dbae274d880 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-12-19 15:57 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2020-12-19 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 659820a2c00645639e49e058018df06fe1c23089
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 15:57:09 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 15:57:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659820a2
dev-python/funcy: Add test
Closes: https://bugs.gentoo.org/731832
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/funcy/funcy-1.14.ebuild | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
index dbae274d880..babc4c8350d 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -13,7 +13,19 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
DEPEND=""
RDEPEND="${DEPEND}"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/whatever[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ distutils_install_for_testing --via-root
+ pytest || die "Tests fail with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-12-20 15:03 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2020-12-20 15:03 UTC (permalink / raw
To: gentoo-commits
commit: f00075ee23204f2c1766ebc0d38e21493a5a0d93
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 14:58:44 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 15:02:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00075ee
dev-python/funcy: version bump and test added
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../funcy/{funcy-1.14.ebuild => funcy-1.14-r1.ebuild} | 4 ++--
dev-python/funcy/funcy-1.14.ebuild | 14 +-------------
2 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14-r1.ebuild
similarity index 95%
copy from dev-python/funcy/funcy-1.14.ebuild
copy to dev-python/funcy/funcy-1.14-r1.ebuild
index babc4c8350d..ac375d59f04 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
index babc4c8350d..dbae274d880 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -13,19 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/whatever[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- distutils_install_for_testing --via-root
- pytest || die "Tests fail with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-12-24 10:03 Agostino Sarubbo
0 siblings, 0 replies; 46+ messages in thread
From: Agostino Sarubbo @ 2020-12-24 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 3896966ba5a05a999aa5a8554a0168e69bd9677d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 10:01:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 10:01:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3896966b
dev-python/funcy: amd64 stable wrt bug #731386
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/funcy/funcy-1.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
index dbae274d880..fcde6d2638c 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2020-12-24 23:08 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2020-12-24 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 0bc4a1746009d442f924d1b76cb0b105e46de714
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 10:22:45 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 23:08:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc4a174
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.10.1.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index cf683c3bbd6..b7800498468 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.10.1.tar.gz 29657 BLAKE2B fb2de795a5564f7009ff5717b8eadc3cb24a2cd4c30b9b9627861d7c8bcffdc1ea27f480c2895b8733f6dd965fbf9ee0fd7f12f8bbd3cf5f0d291829bc852f4b SHA512 123a5a828bd3cdbd38926923eb3979c4e5bca246da93179321eb1619df22cf6f722b5971d1309a1bdee2eeb362fc7fa85c6769a60efdd668350bf6c7d95e184c
DIST funcy-1.14.tar.gz 548493 BLAKE2B fff352d0e0d685fb51fb30302542c2e8893209df1e01912efae06821fbc885b05ab3fea8786d6924b48ddf32cc6bdd6def5e90db1ff949b005437b5d3771c3c0 SHA512 0c7daf1a6d87f56663ae0d37cc65654c79646c313ec530ac57e6ee8de04849b8846556fda10dd762f92e44a5ffa54d32880bed4cd77cec99ae865de0203d123a
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild
deleted file mode 100644
index 10053c85150..00000000000
--- a/dev-python/funcy/funcy-1.10.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-01-12 8:03 Alfredo Tupone
0 siblings, 0 replies; 46+ messages in thread
From: Alfredo Tupone @ 2021-01-12 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 9dc80bc578aaef1a71ecb87cf596940b4d1ce39c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 08:03:37 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 08:03:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc80bc5
dev-python/funcy: version bump to 1.15
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.15.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index b7800498468..9b181f1cc7e 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
DIST funcy-1.14.tar.gz 548493 BLAKE2B fff352d0e0d685fb51fb30302542c2e8893209df1e01912efae06821fbc885b05ab3fea8786d6924b48ddf32cc6bdd6def5e90db1ff949b005437b5d3771c3c0 SHA512 0c7daf1a6d87f56663ae0d37cc65654c79646c313ec530ac57e6ee8de04849b8846556fda10dd762f92e44a5ffa54d32880bed4cd77cec99ae865de0203d123a
+DIST funcy-1.15.tar.gz 605884 BLAKE2B dbcfe02981a09b2914096c7df9e0f37582dd4250bced71df92a1b10ce655291470f5ecb32ea4557307ba075e121d3199e0928566f9c25256c391ab821363023b SHA512 6e54da954bf11de55251a2732e9cee5617947322ea16a6a918ff3c5d7cb448756d29a39c4e997186cadc30d24270ccf4e6d21af9f108ebaabaed68e0be96f624
diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild
new file mode 100644
index 00000000000..c6242b5bfe8
--- /dev/null
+++ b/dev-python/funcy/funcy-1.15.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-python/whatever[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ distutils_install_for_testing --via-root
+ pytest || die "Tests fail with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-01-27 3:06 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2021-01-27 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 2f509ada3029a066750a318ab766d1eb92b17974
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 03:06:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 03:06:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f509ada
dev-python/funcy: Stabilize 1.14-r1 amd64, #767079
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/funcy-1.14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.14-r1.ebuild b/dev-python/funcy/funcy-1.14-r1.ebuild
index ac375d59f04..dfd6ef53b7d 100644
--- a/dev-python/funcy/funcy-1.14-r1.ebuild
+++ b/dev-python/funcy/funcy-1.14-r1.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-01-30 20:27 Conrad Kostecki
0 siblings, 0 replies; 46+ messages in thread
From: Conrad Kostecki @ 2021-01-30 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 457165a7bc7c9dd1e5b0f1cf946a5f21ed755846
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 19:20:09 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 20:26:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457165a7
dev-python/funcy: add python3_9 support
Bug: https://bugs.gentoo.org/766992
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/funcy/funcy-1.15.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild
index c6242b5bfe8..204c3872a0d 100644
--- a/dev-python/funcy/funcy-1.15.ebuild
+++ b/dev-python/funcy/funcy-1.15.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
@@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND=""
-RDEPEND="${DEPEND}"
BDEPEND="
- ${RDEPEND}
test? (
- dev-python/whatever[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
- )"
+ dev-python/whatever[${PYTHON_USEDEP}]
+ )
+"
python_test() {
distutils_install_for_testing --via-root
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-01-31 18:48 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2021-01-31 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 2979bc6edfd001d54e34e33f067d63803537b549
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 18:48:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 18:48:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2979bc6e
dev-python/funcy: Stabilize 1.14-r1 x86, #767079
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/funcy-1.14-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.14-r1.ebuild b/dev-python/funcy/funcy-1.14-r1.ebuild
index c34039ea347..9b4748b8b25 100644
--- a/dev-python/funcy/funcy-1.14-r1.ebuild
+++ b/dev-python/funcy/funcy-1.14-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-01-31 20:04 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2021-01-31 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 787e883f0e9214a1d93778e0719bcf5a61166e73
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 19:53:18 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 20:04:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787e883f
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-1.14.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
deleted file mode 100644
index ac399ad0405..00000000000
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_7 python3_8 )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-03-02 1:19 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2021-03-02 1:19 UTC (permalink / raw
To: gentoo-commits
commit: e6ec9b30b556cf740f7745f07cea89e04d2392e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 01:04:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 01:19:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ec9b30
dev-python/funcy: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
index 4484fa7a80e..c5d6410f12f 100644
--- a/dev-python/funcy/metadata.xml
+++ b/dev-python/funcy/metadata.xml
@@ -5,6 +5,7 @@
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">funcy</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-03-02 4:39 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2021-03-02 4:39 UTC (permalink / raw
To: gentoo-commits
commit: 9660d566b72d3846e3e69709bde996a5135d2ea1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 04:39:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 04:39:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9660d566
dev-python/funcy: Stabilize 1.15 ALLARCHES, #773718
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/funcy-1.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild
index 204c3872a0d..d4c6fcabe83 100644
--- a/dev-python/funcy/funcy-1.15.ebuild
+++ b/dev-python/funcy/funcy-1.15.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-03-02 8:53 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2021-03-02 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 8446ea8c26cb16cb9048d66b259831dfe2b60c86
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 2 08:51:39 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 2 08:53:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8446ea8c
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.14-r1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 9b181f1cc7e..72cc98b61c0 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.14.tar.gz 548493 BLAKE2B fff352d0e0d685fb51fb30302542c2e8893209df1e01912efae06821fbc885b05ab3fea8786d6924b48ddf32cc6bdd6def5e90db1ff949b005437b5d3771c3c0 SHA512 0c7daf1a6d87f56663ae0d37cc65654c79646c313ec530ac57e6ee8de04849b8846556fda10dd762f92e44a5ffa54d32880bed4cd77cec99ae865de0203d123a
DIST funcy-1.15.tar.gz 605884 BLAKE2B dbcfe02981a09b2914096c7df9e0f37582dd4250bced71df92a1b10ce655291470f5ecb32ea4557307ba075e121d3199e0928566f9c25256c391ab821363023b SHA512 6e54da954bf11de55251a2732e9cee5617947322ea16a6a918ff3c5d7cb448756d29a39c4e997186cadc30d24270ccf4e6d21af9f108ebaabaed68e0be96f624
diff --git a/dev-python/funcy/funcy-1.14-r1.ebuild b/dev-python/funcy/funcy-1.14-r1.ebuild
deleted file mode 100644
index 9b4748b8b25..00000000000
--- a/dev-python/funcy/funcy-1.14-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 python3_8 )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/whatever[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- distutils_install_for_testing --via-root
- pytest || die "Tests fail with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 2c96338f31a13dff75d7450114b85cdd2fcd0185
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:22:30 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c96338f
dev-python/funcy: Bump to 1.16
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.16.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 72cc98b61c0..3dea9a75752 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
DIST funcy-1.15.tar.gz 605884 BLAKE2B dbcfe02981a09b2914096c7df9e0f37582dd4250bced71df92a1b10ce655291470f5ecb32ea4557307ba075e121d3199e0928566f9c25256c391ab821363023b SHA512 6e54da954bf11de55251a2732e9cee5617947322ea16a6a918ff3c5d7cb448756d29a39c4e997186cadc30d24270ccf4e6d21af9f108ebaabaed68e0be96f624
+DIST funcy-1.16.tar.gz 619331 BLAKE2B 55773e12356af6c7fac441cae186cb476f2acbba3b22efd902c2be460f0d021f829c5bf4351ce359fd2062ad47ad576bb74413152c64f2540a6a1b5f869f238e SHA512 e08397c49d66e6d0257b4b140483a139ffdb086dd98a277d499e5777474dc0c6d49055ca121fdc5a17964256d4970da495c09c50fdd2aef2af8839a9328a87ae
diff --git a/dev-python/funcy/funcy-1.16.ebuild b/dev-python/funcy/funcy-1.16.ebuild
new file mode 100644
index 00000000000..649fd752b30
--- /dev/null
+++ b/dev-python/funcy/funcy-1.16.ebuild
@@ -0,0 +1,24 @@
+# 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="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/whatever[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests --install pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 3af01ae82a9508635029a43b75a30fdb1b580589
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:26:40 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af01ae8
dev-python/funcy: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-1.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.16.ebuild b/dev-python/funcy/funcy-1.16.ebuild
index 649fd752b30..560dfe845b4 100644
--- a/dev-python/funcy/funcy-1.16.ebuild
+++ b/dev-python/funcy/funcy-1.16.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 1c68e45c45ed28df2919f75b348633d2d79d32d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:28:16 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c68e45c
dev-python/funcy: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
index c5d6410f12f..0204e0b82a3 100644
--- a/dev-python/funcy/metadata.xml
+++ b/dev-python/funcy/metadata.xml
@@ -5,6 +5,10 @@
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">funcy</remote-id>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-06-15 5:25 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2021-06-15 5:25 UTC (permalink / raw
To: gentoo-commits
commit: 232b4719d29bae380f02f814d4aec30a1f9240e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 05:22:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 05:22:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232b4719
dev-python/funcy: Stabilize 1.16 ALLARCHES, #796062
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/funcy-1.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.16.ebuild b/dev-python/funcy/funcy-1.16.ebuild
index 560dfe845b4..c53226e17ac 100644
--- a/dev-python/funcy/funcy-1.16.ebuild
+++ b/dev-python/funcy/funcy-1.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-06-15 5:40 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2021-06-15 5:40 UTC (permalink / raw
To: gentoo-commits
commit: 2cbbba929e03e63b0b07add413ddc79a6f9140eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 05:37:31 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 05:37:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbbba92
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.15.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 3dea9a75752..ce164b74988 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.15.tar.gz 605884 BLAKE2B dbcfe02981a09b2914096c7df9e0f37582dd4250bced71df92a1b10ce655291470f5ecb32ea4557307ba075e121d3199e0928566f9c25256c391ab821363023b SHA512 6e54da954bf11de55251a2732e9cee5617947322ea16a6a918ff3c5d7cb448756d29a39c4e997186cadc30d24270ccf4e6d21af9f108ebaabaed68e0be96f624
DIST funcy-1.16.tar.gz 619331 BLAKE2B 55773e12356af6c7fac441cae186cb476f2acbba3b22efd902c2be460f0d021f829c5bf4351ce359fd2062ad47ad576bb74413152c64f2540a6a1b5f869f238e SHA512 e08397c49d66e6d0257b4b140483a139ffdb086dd98a277d499e5777474dc0c6d49055ca121fdc5a17964256d4970da495c09c50fdd2aef2af8839a9328a87ae
diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild
deleted file mode 100644
index d4c6fcabe83..00000000000
--- a/dev-python/funcy/funcy-1.15.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/whatever[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- distutils_install_for_testing --via-root
- pytest || die "Tests fail with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-12-20 6:16 Arthur Zamarin
0 siblings, 0 replies; 46+ messages in thread
From: Arthur Zamarin @ 2021-12-20 6:16 UTC (permalink / raw
To: gentoo-commits
commit: 41e2f41bd1510c9f97e43443a2c31ef65f392779
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 05:55:57 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 05:55:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e2f41b
dev-python/funcy: add github upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/funcy/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/funcy/metadata.xml b/dev-python/funcy/metadata.xml
index 15aebf8628aa..823ca6d657c2 100644
--- a/dev-python/funcy/metadata.xml
+++ b/dev-python/funcy/metadata.xml
@@ -12,5 +12,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">funcy</remote-id>
+ <remote-id type="github">Suor/funcy</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2021-12-20 6:16 Arthur Zamarin
0 siblings, 0 replies; 46+ messages in thread
From: Arthur Zamarin @ 2021-12-20 6:16 UTC (permalink / raw
To: gentoo-commits
commit: 1d93cac2e0feedc96321ba6221e7c92387a74b4c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 05:54:54 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 05:55:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d93cac2
dev-python/funcy: add 1.17
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.17.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index ce164b749883..5e02c0d83cc4 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
DIST funcy-1.16.tar.gz 619331 BLAKE2B 55773e12356af6c7fac441cae186cb476f2acbba3b22efd902c2be460f0d021f829c5bf4351ce359fd2062ad47ad576bb74413152c64f2540a6a1b5f869f238e SHA512 e08397c49d66e6d0257b4b140483a139ffdb086dd98a277d499e5777474dc0c6d49055ca121fdc5a17964256d4970da495c09c50fdd2aef2af8839a9328a87ae
+DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05
diff --git a/dev-python/funcy/funcy-1.17.ebuild b/dev-python/funcy/funcy-1.17.ebuild
new file mode 100644
index 000000000000..48dcf0ae3ec6
--- /dev/null
+++ b/dev-python/funcy/funcy-1.17.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/funcy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-python/whatever[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests --install pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2022-01-20 9:13 Jakov Smolić
0 siblings, 0 replies; 46+ messages in thread
From: Jakov Smolić @ 2022-01-20 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 0f059b2e88c7c4b871cc607e5fd8913fa8949ce1
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 09:13:41 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 09:13:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f059b2e
dev-python/funcy: Stabilize 1.17 ALLARCHES, #831529
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/funcy/funcy-1.17.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.17.ebuild b/dev-python/funcy/funcy-1.17.ebuild
index 48dcf0ae3ec6..921111358ef5 100644
--- a/dev-python/funcy/funcy-1.17.ebuild
+++ b/dev-python/funcy/funcy-1.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="test? ( dev-python/whatever[${PYTHON_USEDEP}] )"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2022-01-20 14:20 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2022-01-20 14:20 UTC (permalink / raw
To: gentoo-commits
commit: db92bd83ba7ee69b6a808268981e163c50234ac8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 14:19:12 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 14:20:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db92bd83
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.16.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 5e02c0d83cc4..47857b4044a7 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.16.tar.gz 619331 BLAKE2B 55773e12356af6c7fac441cae186cb476f2acbba3b22efd902c2be460f0d021f829c5bf4351ce359fd2062ad47ad576bb74413152c64f2540a6a1b5f869f238e SHA512 e08397c49d66e6d0257b4b140483a139ffdb086dd98a277d499e5777474dc0c6d49055ca121fdc5a17964256d4970da495c09c50fdd2aef2af8839a9328a87ae
DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05
diff --git a/dev-python/funcy/funcy-1.16.ebuild b/dev-python/funcy/funcy-1.16.ebuild
deleted file mode 100644
index c53226e17ac5..000000000000
--- a/dev-python/funcy/funcy-1.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/whatever[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests --install pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-01-27 10:52 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-01-27 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 05c280e37d14568d7a5a24eec6513aff907b94e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 08:04:53 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 10:46:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c280e3
dev-python/funcy: Bump to 1.18
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-1.18.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 47857b4044a7..f2ddf8c3358b 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05
+DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
new file mode 100644
index 000000000000..9a149505ee00
--- /dev/null
+++ b/dev-python/funcy/funcy-1.18.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="
+ https://github.com/Suor/funcy/
+ https://pypi.org/project/funcy/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/whatever[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-01-29 10:10 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-01-29 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 7f25af2276826723ae23d4fae494723b06f5af7d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:05:34 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:05:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f25af22
dev-python/funcy: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-1.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
index 9a149505ee00..0d8188000de2 100644
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ b/dev-python/funcy/funcy-1.18.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-02-28 21:21 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2023-02-28 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 1daa1a88238147e4505e7726e094247b2af03c6e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 21:21:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 21:21:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daa1a88
dev-python/funcy: Stabilize 1.18 amd64, #898468
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/funcy-1.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
index 0d8188000de2..21cce3a26a74 100644
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ b/dev-python/funcy/funcy-1.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-02-28 21:21 Sam James
0 siblings, 0 replies; 46+ messages in thread
From: Sam James @ 2023-02-28 21:21 UTC (permalink / raw
To: gentoo-commits
commit: ed51953b8bf6ba59529cd319eb51f18a1c3faa80
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 21:21:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 21:21:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed51953b
dev-python/funcy: Stabilize 1.18 x86, #898468
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/funcy/funcy-1.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
index 21cce3a26a74..25585ead3b4b 100644
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ b/dev-python/funcy/funcy-1.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-03-01 6:33 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-03-01 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 005e29fa72241c36b9987b48c423fe4bd18f195d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 06:29:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 06:29:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005e29fa
dev-python/funcy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.17.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index f2ddf8c3358b..434d34412e0a 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05
DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
diff --git a/dev-python/funcy/funcy-1.17.ebuild b/dev-python/funcy/funcy-1.17.ebuild
deleted file mode 100644
index b18c07ac76ce..000000000000
--- a/dev-python/funcy/funcy-1.17.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="test? ( dev-python/whatever[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests --install pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-03-01 6:33 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-03-01 6:33 UTC (permalink / raw
To: gentoo-commits
commit: a5508e89d2eb16796ff7c8058a8ed4a1cf767c9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 06:33:32 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 06:33:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5508e89
dev-python/funcy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-1.18.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
index 25585ead3b4b..b9e11f377890 100644
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ b/dev-python/funcy/funcy-1.18.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A collection of fancy functional tools focused on practicality"
HOMEPAGE="
https://github.com/Suor/funcy/
https://pypi.org/project/funcy/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-03-28 13:23 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-03-28 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 73535f2c2aa2ba94745b94c94f0c100c0f26fa6f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 12:41:34 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 13:23:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73535f2c
dev-python/funcy: Bump to 2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/Manifest | 1 +
dev-python/funcy/funcy-2.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 434d34412e0a..61834fd28d93 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1 +1,2 @@
DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
+DIST funcy-2.0.tar.gz 537931 BLAKE2B cd5d56bba777b9fefff0088daa8ab903bf51520a9cc9ce856eaf4eddbe06a2916b09d2e9f023e32c77f6b308d4291c3154347e921f1c3b78a513f11390226149 SHA512 3abd76296aa03d6c3fa0583cd1c3912a47ce04c340f668d7321e2c4191a61a1679f1a419b787c92680cbbae5757e1fabc5918a6a80130c244b4018c28751e01e
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
new file mode 100644
index 000000000000..1b6b33de12f1
--- /dev/null
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="
+ https://github.com/Suor/funcy/
+ https://pypi.org/project/funcy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ test? (
+ >=dev-python/whatever-0.7[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-04-28 14:40 Arthur Zamarin
0 siblings, 0 replies; 46+ messages in thread
From: Arthur Zamarin @ 2023-04-28 14:40 UTC (permalink / raw
To: gentoo-commits
commit: a7468787fdd6f1824420e2a0e852af8feab42056
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:40:33 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:40:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7468787
dev-python/funcy: Stabilize 2.0 ALLARCHES, #905249
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/funcy/funcy-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
index 1b6b33de12f1..5b140a22e52d 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-04-28 14:50 Arthur Zamarin
0 siblings, 0 replies; 46+ messages in thread
From: Arthur Zamarin @ 2023-04-28 14:50 UTC (permalink / raw
To: gentoo-commits
commit: c16fc50a3c2049235c5c061b83e1a6ee5a644916
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:50:36 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:50:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16fc50a
dev-python/funcy: drop 1.18
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/funcy/Manifest | 1 -
dev-python/funcy/funcy-1.18.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 61834fd28d93..7ae997b987c3 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
DIST funcy-2.0.tar.gz 537931 BLAKE2B cd5d56bba777b9fefff0088daa8ab903bf51520a9cc9ce856eaf4eddbe06a2916b09d2e9f023e32c77f6b308d4291c3154347e921f1c3b78a513f11390226149 SHA512 3abd76296aa03d6c3fa0583cd1c3912a47ce04c340f668d7321e2c4191a61a1679f1a419b787c92680cbbae5757e1fabc5918a6a80130c244b4018c28751e01e
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
deleted file mode 100644
index b9e11f377890..000000000000
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="
- https://github.com/Suor/funcy/
- https://pypi.org/project/funcy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- test? (
- dev-python/whatever[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-05-31 16:17 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-05-31 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 417429e6aea8b68e91bc0050ea995213d2f3b909
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 16:10:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 16:10:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417429e6
dev-python/funcy: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
index 5b140a22e52d..0cf1d6e8d666 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-11-23 20:20 Michał Górny
0 siblings, 0 replies; 46+ messages in thread
From: Michał Górny @ 2023-11-23 20:20 UTC (permalink / raw
To: gentoo-commits
commit: 519624a893b33c61749b70a9d827b7e0ad7e2f99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 20:20:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 20:20:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519624a8
dev-python/funcy: Keyword 2.0 arm64, #917863
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/funcy/funcy-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
index 0cf1d6e8d666..3c5af06e64e9 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2023-11-24 15:22 Arthur Zamarin
0 siblings, 0 replies; 46+ messages in thread
From: Arthur Zamarin @ 2023-11-24 15:22 UTC (permalink / raw
To: gentoo-commits
commit: 983218b47f5adaf74a0e486ea7c2e33caca1c9cb
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 15:22:50 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 15:22:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983218b4
dev-python/funcy: Stabilize 2.0 arm64, #918250
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/funcy/funcy-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
index 3c5af06e64e9..1d410d996765 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/
@ 2024-06-10 12:19 Petr Vaněk
0 siblings, 0 replies; 46+ messages in thread
From: Petr Vaněk @ 2024-06-10 12:19 UTC (permalink / raw
To: gentoo-commits
commit: afeabcd4351fc8ec283d704e02601e669ece460b
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 12:12:33 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 12:18:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeabcd4
dev-python/funcy: enable py3.13
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/funcy/funcy-2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
index 1d410d996765..d8a103157f57 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 46+ messages in thread
end of thread, other threads:[~2024-06-10 12:19 UTC | newest]
Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10 19:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-06-10 12:19 Petr Vaněk
2023-11-24 15:22 Arthur Zamarin
2023-11-23 20:20 Michał Górny
2023-05-31 16:17 Michał Górny
2023-04-28 14:50 Arthur Zamarin
2023-04-28 14:40 Arthur Zamarin
2023-03-28 13:23 Michał Górny
2023-03-01 6:33 Michał Górny
2023-03-01 6:33 Michał Górny
2023-02-28 21:21 Sam James
2023-02-28 21:21 Sam James
2023-01-29 10:10 Michał Górny
2023-01-27 10:52 Michał Górny
2022-01-20 14:20 Michał Górny
2022-01-20 9:13 Jakov Smolić
2021-12-20 6:16 Arthur Zamarin
2021-12-20 6:16 Arthur Zamarin
2021-06-15 5:40 Michał Górny
2021-06-15 5:25 Sam James
2021-05-10 19:32 Michał Górny
2021-05-10 19:32 Michał Górny
2021-03-02 8:53 Michał Górny
2021-03-02 4:39 Sam James
2021-03-02 1:19 Sam James
2021-01-31 20:04 Michał Górny
2021-01-31 18:48 Sam James
2021-01-30 20:27 Conrad Kostecki
2021-01-27 3:06 Sam James
2021-01-12 8:03 Alfredo Tupone
2020-12-24 23:08 Michał Górny
2020-12-24 10:03 Agostino Sarubbo
2020-12-20 15:03 Alfredo Tupone
2020-12-19 15:57 Alfredo Tupone
2020-08-02 8:17 Michał Górny
2020-03-27 10:42 Michał Górny
2020-03-10 19:21 Alfredo Tupone
2020-02-02 20:38 Alfredo Tupone
2020-01-26 19:37 William Hubbs
2019-10-21 18:28 Alfredo Tupone
2018-05-03 6:40 Alfredo Tupone
2018-05-03 6:37 Alfredo Tupone
2018-04-27 19:48 Michał Górny
2018-04-22 7:45 Alfredo Tupone
2017-11-20 20:55 Alfredo Tupone
2017-11-19 20:48 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox