* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2020-12-19 15:56 Alfredo Tupone
0 siblings, 0 replies; 23+ messages in thread
From: Alfredo Tupone @ 2020-12-19 15:56 UTC (permalink / raw
To: gentoo-commits
commit: bb03f2de20b67af6a29cce7e1f80d95f9c7bde1a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 15:55:49 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 15:55:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb03f2de
dev-python/whatever: Add in the tree
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/whatever/Manifest | 1 +
dev-python/whatever/metadata.xml | 11 +++++++++++
dev-python/whatever/whatever-0.6.ebuild | 19 +++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
new file mode 100644
index 00000000000..0a13a32bb42
--- /dev/null
+++ b/dev-python/whatever/Manifest
@@ -0,0 +1 @@
+DIST whatever-0.6.tar.gz 4748 BLAKE2B c0a8b3bff715b61744ca5094c234c24558882d00b0dd8c375b90deef9d68155997cb97fb94435cb6dcfa0ba4674ce61fd6d030dd338409e8aaa5686c3bf9f3b1 SHA512 acdc145b81423908fd2d80bf0e8a0c02bad3a6156ec5a7724cf10b0f447c14354c34ac4ffa4e5a26788a79ce2a6b7bd65bb0ea281a6d8919dacd9a24ee1cde2d
diff --git a/dev-python/whatever/metadata.xml b/dev-python/whatever/metadata.xml
new file mode 100644
index 00000000000..7badce779b4
--- /dev/null
+++ b/dev-python/whatever/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+</pkgmetadata>
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
new file mode 100644
index 00000000000..de60a47ae9a
--- /dev/null
+++ b/dev-python/whatever/whatever-0.6.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=( python3_6 python3_7 python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="A collection of fancy functional tools focused on practicality"
+HOMEPAGE="https://github.com/Suor/whatever"
+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] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2020-12-20 15:03 Alfredo Tupone
0 siblings, 0 replies; 23+ messages in thread
From: Alfredo Tupone @ 2020-12-20 15:03 UTC (permalink / raw
To: gentoo-commits
commit: c4ea725b2fdda5909f03fe9bc970b239ccb0340c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 14:58:01 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 15:02:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ea725b
dev-python/whatever: remove python as maintainer
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-python/whatever/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/whatever/metadata.xml b/dev-python/whatever/metadata.xml
index 7badce779b4..d0e866f244f 100644
--- a/dev-python/whatever/metadata.xml
+++ b/dev-python/whatever/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] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-01-17 20:38 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-01-17 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 37b6ec7db6bad5f6bab97ecfa97ea16bdd383100
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 15:31:46 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 20:38:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b6ec7d
dev-python/whatever: Add pypi remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/whatever/metadata.xml b/dev-python/whatever/metadata.xml
index d0e866f244f..6d676f5f2ea 100644
--- a/dev-python/whatever/metadata.xml
+++ b/dev-python/whatever/metadata.xml
@@ -5,4 +5,7 @@
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
+ <upstream>
+ <remote-id type="pypi">whatever</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-01-27 3:06 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-01-27 3:06 UTC (permalink / raw
To: gentoo-commits
commit: a722c14f3f2370bc0954befeb15042f324081db0
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=a722c14f
dev-python/whatever: Stabilize 0.6 amd64, #767079
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/whatever/whatever-0.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index de60a47ae9a..9432f83430f 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.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=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] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-01-30 20:27 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2021-01-30 20:27 UTC (permalink / raw
To: gentoo-commits
commit: a4ab3366e5a0df038c800d582ece41b5bd48bfc1
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 19:18:13 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=a4ab3366
dev-python/whatever: 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/whatever/whatever-0.6.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index 9432f83430f..9a4bd665464 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-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"
@@ -13,7 +13,3 @@ 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] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-01-31 18:48 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-01-31 18:48 UTC (permalink / raw
To: gentoo-commits
commit: bbbfc286d8b1eb2413950e92e20f3c9278f2e382
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=bbbfc286
dev-python/whatever: Stabilize 0.6 x86, #767079
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/whatever/whatever-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index 9a4bd665464..f6c9bab53d1 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 4986e4f947348f2b3523d0cf20a695a75f779105
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:26:07 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4986e4f9
dev-python/whatever: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/whatever/metadata.xml b/dev-python/whatever/metadata.xml
index 6d676f5f2ea..46d302b3f22 100644
--- a/dev-python/whatever/metadata.xml
+++ b/dev-python/whatever/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>
<upstream>
<remote-id type="pypi">whatever</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: a5a2620c8e5799b0fcaea61e739d83208ff81ebb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:25:51 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a2620c
dev-python/whatever: Enable tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/Manifest | 2 +-
dev-python/whatever/whatever-0.6.ebuild | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
index 0a13a32bb42..dc2c8578b57 100644
--- a/dev-python/whatever/Manifest
+++ b/dev-python/whatever/Manifest
@@ -1 +1 @@
-DIST whatever-0.6.tar.gz 4748 BLAKE2B c0a8b3bff715b61744ca5094c234c24558882d00b0dd8c375b90deef9d68155997cb97fb94435cb6dcfa0ba4674ce61fd6d030dd338409e8aaa5686c3bf9f3b1 SHA512 acdc145b81423908fd2d80bf0e8a0c02bad3a6156ec5a7724cf10b0f447c14354c34ac4ffa4e5a26788a79ce2a6b7bd65bb0ea281a6d8919dacd9a24ee1cde2d
+DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b SHA512 f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index f6c9bab53d1..d658858e1c3 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.ebuild
@@ -1,15 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+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/whatever"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="
+ https://github.com/Suor/whatever/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 8804a0ffe6f10aab0197ba54ba3aa2a921e32e63
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:26:23 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8804a0ff
dev-python/whatever: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/whatever-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index d658858e1c3..39d60803512 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.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] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2021-05-10 19:32 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2021-05-10 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 4f1b60730155eb58a90a1f132c3890d2bd16e03a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:27:13 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1b6073
dev-python/whatever: Fix DESCRIPTION copy-pasted from another package
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/whatever-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index 39d60803512..7465513bb9a 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
+DESCRIPTION="Easy anonymous functions by partial application of operators"
HOMEPAGE="https://github.com/Suor/whatever"
SRC_URI="
https://github.com/Suor/whatever/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2022-06-17 11:22 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-06-17 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 33f9f22eecc24907b8b1e355cc2697c6d8006590
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 11:11:54 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 11:21:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f9f22e
dev-python/whatever: EAPI=8, PEP517
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/whatever/whatever-0.6-r1.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/whatever/whatever-0.6-r1.ebuild b/dev-python/whatever/whatever-0.6-r1.ebuild
new file mode 100644
index 000000000000..269e63debc39
--- /dev/null
+++ b/dev-python/whatever/whatever-0.6-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Easy anonymous functions by partial application of operators"
+HOMEPAGE="https://github.com/Suor/whatever"
+SRC_URI="
+ https://github.com/Suor/whatever/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2022-07-24 19:13 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-07-24 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 4839788619a0bf82d137c80aa12dfafbfdb6ea34
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 19:12:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 19:12:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48397886
dev-python/whatever: Stabilize 0.6-r1 x86, #860732
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/whatever/whatever-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.6-r1.ebuild b/dev-python/whatever/whatever-0.6-r1.ebuild
index 269e63debc39..1cadda669b26 100644
--- a/dev-python/whatever/whatever-0.6-r1.ebuild
+++ b/dev-python/whatever/whatever-0.6-r1.ebuild
@@ -16,6 +16,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2022-07-25 7:07 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2022-07-25 7:07 UTC (permalink / raw
To: gentoo-commits
commit: 9223bb256f395e44f9832f7493085940d37631a7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 07:05:39 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 07:05:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9223bb25
dev-python/whatever: amd64 stable wrt bug #860732
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/whatever/whatever-0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.6-r1.ebuild b/dev-python/whatever/whatever-0.6-r1.ebuild
index 1cadda669b26..6dbd0152240a 100644
--- a/dev-python/whatever/whatever-0.6-r1.ebuild
+++ b/dev-python/whatever/whatever-0.6-r1.ebuild
@@ -16,6 +16,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2022-07-25 7:17 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2022-07-25 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 21e2ef9ad9d81b688739b87c09856ff841ae0744
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 07:15:29 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 07:15:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e2ef9a
dev-python/whatever: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/whatever-0.6.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
deleted file mode 100644
index 7465513bb9a3..000000000000
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ /dev/null
@@ -1,18 +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="Easy anonymous functions by partial application of operators"
-HOMEPAGE="https://github.com/Suor/whatever"
-SRC_URI="
- https://github.com/Suor/whatever/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2022-10-29 14:32 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2022-10-29 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 90edee06c4314792ce10087a6c3a3379e7b8ce22
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 13:38:11 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 14:32:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90edee06
dev-python/whatever: add github upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/whatever/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/whatever/metadata.xml b/dev-python/whatever/metadata.xml
index 37b7834406f8..2693a8d24ef7 100644
--- a/dev-python/whatever/metadata.xml
+++ b/dev-python/whatever/metadata.xml
@@ -11,5 +11,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">whatever</remote-id>
+ <remote-id type="github">Suor/whatever</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-01-29 10:10 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2023-01-29 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 9c30ae7913dd20db4072d5173a47d61373384931
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:05:16 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:05:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c30ae79
dev-python/whatever: Bump to 0.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/Manifest | 1 +
dev-python/whatever/whatever-0.7.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
index dc2c8578b57f..11b9a3c92eeb 100644
--- a/dev-python/whatever/Manifest
+++ b/dev-python/whatever/Manifest
@@ -1 +1,2 @@
DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b SHA512 f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975
+DIST whatever-0.7.gh.tar.gz 6373 BLAKE2B 401edadee8379dda2a2a90d7e02b64e2c091b4ad6a9ae3c25b9513b3953f09c89b7cad5bf48fc96713a332a8e3891f2bbca755c7f6d4817578eeab1f986e8640 SHA512 7641957f6eabad0d8485dac9b9cfaf0c6a8426ec9817c4e0748e669561fb5fbe21932f9bb864362ee34f5a5bff8ce6f6803c428130c1af3aabef3d583d7a582e
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
new file mode 100644
index 000000000000..24b4808c54e5
--- /dev/null
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -0,0 +1,25 @@
+# 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
+
+DESCRIPTION="Easy anonymous functions by partial application of operators"
+HOMEPAGE="
+ https://github.com/Suor/whatever/
+ https://pypi.org/project/whatever/
+"
+SRC_URI="
+ https://github.com/Suor/whatever/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-02-28 19:11 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-02-28 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 2bcf797f0eb6dd5c3e6a28e76926594801851abe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 19:11:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 19:11:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcf797f
dev-python/whatever: Stabilize 0.7 amd64, #898466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/whatever/whatever-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
index 24b4808c54e5..ac57a483df48 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-02-28 19:11 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2023-02-28 19:11 UTC (permalink / raw
To: gentoo-commits
commit: a9800d8f8e267134d5d38cd12c97eaa8b23ce39e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 19:11:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 19:11:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9800d8f
dev-python/whatever: Stabilize 0.7 x86, #898466
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/whatever/whatever-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
index ac57a483df48..e662527bfda6 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-02-28 19:47 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2023-02-28 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 0c453bcf0533e956959bc089737c4003e24a1b85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 19:43:32 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 19:43:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c453bcf
dev-python/whatever: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/Manifest | 1 -
dev-python/whatever/whatever-0.6-r1.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
index 11b9a3c92eeb..56de536a49fd 100644
--- a/dev-python/whatever/Manifest
+++ b/dev-python/whatever/Manifest
@@ -1,2 +1 @@
-DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b SHA512 f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975
DIST whatever-0.7.gh.tar.gz 6373 BLAKE2B 401edadee8379dda2a2a90d7e02b64e2c091b4ad6a9ae3c25b9513b3953f09c89b7cad5bf48fc96713a332a8e3891f2bbca755c7f6d4817578eeab1f986e8640 SHA512 7641957f6eabad0d8485dac9b9cfaf0c6a8426ec9817c4e0748e669561fb5fbe21932f9bb864362ee34f5a5bff8ce6f6803c428130c1af3aabef3d583d7a582e
diff --git a/dev-python/whatever/whatever-0.6-r1.ebuild b/dev-python/whatever/whatever-0.6-r1.ebuild
deleted file mode 100644
index 8f64b4f30626..000000000000
--- a/dev-python/whatever/whatever-0.6-r1.ebuild
+++ /dev/null
@@ -1,21 +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..10} )
-inherit distutils-r1
-
-DESCRIPTION="Easy anonymous functions by partial application of operators"
-HOMEPAGE="https://github.com/Suor/whatever"
-SRC_URI="
- https://github.com/Suor/whatever/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-05-26 21:12 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2023-05-26 21:12 UTC (permalink / raw
To: gentoo-commits
commit: d2e49fdd47b8168d86c06bc5aed5a99a88b0e5ae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 21:02:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 21:02:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e49fdd
dev-python/whatever: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/whatever/whatever-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
index e662527bfda6..d4904e36b722 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-11-23 19:38 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2023-11-23 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 21538d68eba612683f1faa34243b23799c8c842a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 19:38:12 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 19:38:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21538d68
dev-python/whatever: Keyword 0.7 arm64, #917862
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/whatever-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
index d4904e36b722..66cf810b6a23 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2023-11-24 14:19 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2023-11-24 14:19 UTC (permalink / raw
To: gentoo-commits
commit: 98f3c8910237070046181dc31ee1498ecb98b9b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 14:18:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 14:18:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f3c891
dev-python/whatever: Stabilize 0.7 arm64, #918249
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/whatever-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
index 66cf810b6a23..cd741e55978d 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
@ 2024-05-18 11:11 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2024-05-18 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 70b5d5f95849f8d3435f1fb681ddb122a89f8544
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 10:44:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 11:11:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b5d5f9
dev-python/whatever: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/whatever/whatever-0.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/whatever/whatever-0.7.ebuild b/dev-python/whatever/whatever-0.7.ebuild
index cd741e55978d..774978105774 100644
--- a/dev-python/whatever/whatever-0.7.ebuild
+++ b/dev-python/whatever/whatever-0.7.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
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2024-05-18 11:11 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29 10:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 11:11 Michał Górny
2023-11-24 14:19 Michał Górny
2023-11-23 19:38 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-02-28 19:47 Michał Górny
2023-02-28 19:11 Sam James
2023-02-28 19:11 Sam James
2022-10-29 14:32 Arthur Zamarin
2022-07-25 7:17 Michał Górny
2022-07-25 7:07 Agostino Sarubbo
2022-07-24 19:13 Sam James
2022-06-17 11:22 Arthur Zamarin
2021-05-10 19:32 Michał Górny
2021-05-10 19:32 Michał Górny
2021-05-10 19:32 Michał Górny
2021-05-10 19:32 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-17 20:38 Michał Górny
2020-12-20 15:03 Alfredo Tupone
2020-12-19 15:56 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox