* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2019-12-09 17:55 Rick Farina
0 siblings, 0 replies; 12+ messages in thread
From: Rick Farina @ 2019-12-09 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 0b27314452e187d6b08affdd077da6f77107fe7b
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 17:54:52 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 17:54:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b273144
dev-python/fleep: import from SpiderX Nest overlay
Package-Manager: Portage-2.3.81, Repoman-2.3.19
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/fleep/Manifest | 1 +
dev-python/fleep/fleep-1.0.1.ebuild | 23 +++++++++++++++++++++++
dev-python/fleep/fleep-9999.ebuild | 23 +++++++++++++++++++++++
dev-python/fleep/metadata.xml | 13 +++++++++++++
4 files changed, 60 insertions(+)
diff --git a/dev-python/fleep/Manifest b/dev-python/fleep/Manifest
new file mode 100644
index 00000000000..3e8410b5047
--- /dev/null
+++ b/dev-python/fleep/Manifest
@@ -0,0 +1 @@
+DIST fleep-1.0.1.tar.gz 6547 BLAKE2B 75ede77464e32404b3e1229adc9484d1d44b33323ed18f4be5275ffd1c8f63863459f46ff9cbf4f90d0e1387c0e5c967cce13ac8f6ce65710709dd227c04df89 SHA512 ba56f3a6c99f4c793e9f5c4ec04f7a96effabeadd92b18aeb7689a75d8504ccfca086db635d33e358ea9f67887e904c141e259ce2e9b9f3ea77f9e24c1b0eb27
diff --git a/dev-python/fleep/fleep-1.0.1.ebuild b/dev-python/fleep/fleep-1.0.1.ebuild
new file mode 100644
index 00000000000..3482940aec1
--- /dev/null
+++ b/dev-python/fleep/fleep-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5..7} )
+
+inherit distutils-r1
+
+DESCRIPTION="File format determination library for Python"
+HOMEPAGE="https://github.com/floyernick/fleep-py"
+
+if [ "${PV}" = "9999" ]; then
+ EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
new file mode 100644
index 00000000000..3482940aec1
--- /dev/null
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5..7} )
+
+inherit distutils-r1
+
+DESCRIPTION="File format determination library for Python"
+HOMEPAGE="https://github.com/floyernick/fleep-py"
+
+if [ "${PV}" = "9999" ]; then
+ EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ inherit git-r3
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
new file mode 100644
index 00000000000..70b5a06623e
--- /dev/null
+++ b/dev-python/fleep/metadata.xml
@@ -0,0 +1,13 @@
+<?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>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2019-12-10 20:16 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2019-12-10 20:16 UTC (permalink / raw
To: gentoo-commits
commit: 2f5bd14e5bcce7ed8248c875c796dc3a37469e07
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 20:16:39 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 20:16:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5bd14e
dev-python/fleep: fix metadata
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/fleep/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
index 70b5a06623e..c8ab1000c5b 100644
--- a/dev-python/fleep/metadata.xml
+++ b/dev-python/fleep/metadata.xml
@@ -8,6 +8,4 @@
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
- <longdescription lang="en">
- </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2020-12-03 1:35 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2020-12-03 1:35 UTC (permalink / raw
To: gentoo-commits
commit: 4cc841e2db8cf9fe71fa5cbb03f955e075ad845a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 01:26:27 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 01:35:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc841e2
dev-python/fleep: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1.ebuild | 2 +-
dev-python/fleep/fleep-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1.ebuild b/dev-python/fleep/fleep-1.0.1.ebuild
index 41bf60a740c..97acb64e66e 100644
--- a/dev-python/fleep/fleep-1.0.1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index 41bf60a740c..97acb64e66e 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2021-08-02 5:52 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2021-08-02 5:52 UTC (permalink / raw
To: gentoo-commits
commit: 44091f089945b33789f515a7e4a65133db3157cd
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Aug 2 04:59:31 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 05:51:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44091f08
dev-python/fleep: mark ALLARCHES
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
index 9e666fde371..a2c92bb2859 100644
--- a/dev-python/fleep/metadata.xml
+++ b/dev-python/fleep/metadata.xml
@@ -8,6 +8,7 @@
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">fleep</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2021-08-02 5:52 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2021-08-02 5:52 UTC (permalink / raw
To: gentoo-commits
commit: bfb8121c8d507905b9d823a02d1a477f61060093
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Aug 2 04:58:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 05:51:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb8121c
dev-python/fleep: drop 1.0.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/Manifest | 1 -
dev-python/fleep/fleep-1.0.1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/fleep/Manifest b/dev-python/fleep/Manifest
index a93cb40682f..0b83e6b8338 100644
--- a/dev-python/fleep/Manifest
+++ b/dev-python/fleep/Manifest
@@ -1,2 +1 @@
DIST fleep-1.0.1.gh.tar.gz 197438 BLAKE2B cf099a941d63443a9ee314727966ae95e143acc2f33f7760fe34772d4a2d371af534c029ad207b7727d34e7472c9396b3fc1e9c82066d98ae248dd4f7bd430d7 SHA512 ea287b9cec0f88f378b6c2f248938417e7e51b004a03bb4421611f9cbdae7b97cf1c02b5096c491df934922d906812daadab02d46ae49e64dc2a2a880ab4d87e
-DIST fleep-1.0.1.tar.gz 6547 BLAKE2B 75ede77464e32404b3e1229adc9484d1d44b33323ed18f4be5275ffd1c8f63863459f46ff9cbf4f90d0e1387c0e5c967cce13ac8f6ce65710709dd227c04df89 SHA512 ba56f3a6c99f4c793e9f5c4ec04f7a96effabeadd92b18aeb7689a75d8504ccfca086db635d33e358ea9f67887e904c141e259ce2e9b9f3ea77f9e24c1b0eb27
diff --git a/dev-python/fleep/fleep-1.0.1.ebuild b/dev-python/fleep/fleep-1.0.1.ebuild
deleted file mode 100644
index 0171f1ef752..00000000000
--- a/dev-python/fleep/fleep-1.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="File format determination library for Python"
-HOMEPAGE="https://github.com/floyernick/fleep-py"
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
- inherit git-r3
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2021-08-02 5:52 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2021-08-02 5:52 UTC (permalink / raw
To: gentoo-commits
commit: fb3e47f9966d09e5bc487e2e6629d46263cdb5ad
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Thu Jul 29 18:32:59 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 05:51:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3e47f9
dev-python/fleep: bump to python 3.10, EAPI=8, tests
use github direct download to use upstream small tests
upstream doesn't tag the releases, and uses version in commit title
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/Manifest | 1 +
dev-python/fleep/fleep-1.0.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-python/fleep/fleep-9999.ebuild | 27 ++++++++++++++++++---------
3 files changed, 52 insertions(+), 9 deletions(-)
diff --git a/dev-python/fleep/Manifest b/dev-python/fleep/Manifest
index 3e8410b5047..a93cb40682f 100644
--- a/dev-python/fleep/Manifest
+++ b/dev-python/fleep/Manifest
@@ -1 +1,2 @@
+DIST fleep-1.0.1.gh.tar.gz 197438 BLAKE2B cf099a941d63443a9ee314727966ae95e143acc2f33f7760fe34772d4a2d371af534c029ad207b7727d34e7472c9396b3fc1e9c82066d98ae248dd4f7bd430d7 SHA512 ea287b9cec0f88f378b6c2f248938417e7e51b004a03bb4421611f9cbdae7b97cf1c02b5096c491df934922d906812daadab02d46ae49e64dc2a2a880ab4d87e
DIST fleep-1.0.1.tar.gz 6547 BLAKE2B 75ede77464e32404b3e1229adc9484d1d44b33323ed18f4be5275ffd1c8f63863459f46ff9cbf4f90d0e1387c0e5c967cce13ac8f6ce65710709dd227c04df89 SHA512 ba56f3a6c99f4c793e9f5c4ec04f7a96effabeadd92b18aeb7689a75d8504ccfca086db635d33e358ea9f67887e904c141e259ce2e9b9f3ea77f9e24c1b0eb27
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..cce82c31af2
--- /dev/null
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -0,0 +1,33 @@
+# 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
+
+if [[ ${PV} == 9999 ]]; then
+ EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ inherit git-r3
+else
+ # upstream aren't tagging the releases, just as commit title
+ COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
+ # Note: On next bump, remove gh suffix from SRC_URI - was added just for tests
+ SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
+ -> ${P}.gh.tar.gz"
+ S="${WORKDIR}/fleep-py-${COMMIT}"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="File format determination library for Python"
+HOMEPAGE="https://github.com/floyernick/fleep-py"
+
+LICENSE="MIT"
+SLOT="0"
+
+python_test() {
+ cd tests || die
+ "${EPYTHON}" maintest.py || die "Tests fail with ${EPYTHON}"
+}
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index 0171f1ef752..68f31790d68 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -1,23 +1,32 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
-DESCRIPTION="File format determination library for Python"
-HOMEPAGE="https://github.com/floyernick/fleep-py"
-
-if [ "${PV}" = "9999" ]; then
+if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
inherit git-r3
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ # upstream aren't tagging the releases, just as commit title
+ COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
+ SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+ S="${WORKDIR}/fleep-py-${COMMIT}"
+
KEYWORDS="~amd64 ~x86"
fi
+DESCRIPTION="File format determination library for Python"
+HOMEPAGE="https://github.com/floyernick/fleep-py"
+
LICENSE="MIT"
SLOT="0"
-IUSE=""
+
+python_test() {
+ cd tests || die
+ "${EPYTHON}" maintest.py || die "Tests fail with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2021-08-02 5:52 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2021-08-02 5:52 UTC (permalink / raw
To: gentoo-commits
commit: c359f14be4517d7f37ac462ddf4e28cbac86d6fb
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Aug 2 04:59:53 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 05:51:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c359f14b
dev-python/fleep: add github upstream metadata
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21824
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
index a2c92bb2859..e0bb47d33be 100644
--- a/dev-python/fleep/metadata.xml
+++ b/dev-python/fleep/metadata.xml
@@ -11,5 +11,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">fleep</remote-id>
+ <remote-id type="github">floyernick/fleep-py</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2022-05-12 19:09 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-05-12 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 0fb2e03a8d5266f496ba422a503298407021e938
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 18:40:05 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 12 19:08:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2e03a
dev-python/fleep: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 7 +++----
dev-python/fleep/fleep-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index cce82c31af2c..921df3ab8fe3 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
@@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then
else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
- # Note: On next bump, remove gh suffix from SRC_URI - was added just for tests
SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index 68f31790d687..3504702d9333 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2023-08-19 22:40 Rick Farina
0 siblings, 0 replies; 12+ messages in thread
From: Rick Farina @ 2023-08-19 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 47dd71641a87634425de8491b2067822735e462e
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:27:30 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:40:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dd7164
dev-python/fleep: enable py3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 2 +-
dev-python/fleep/fleep-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index 0d83b6e7e8bc..ebd666269b9c 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index 63459c9106cb..0a6f6b209866 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2023-11-23 19:00 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2023-11-23 19:00 UTC (permalink / raw
To: gentoo-commits
commit: b5ec35bbc8ab6988b3b85eb8382a85c73ec461d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 18:59:51 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 18:59:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ec35bb
dev-python/fleep: Keyword 1.0.1-r1 arm64, #917913
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index ebd666269b9c..7c46bd0bd0e1 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -17,7 +17,7 @@ else
-> ${P}.gh.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
DESCRIPTION="File format determination library for Python"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2024-05-17 17:48 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2024-05-17 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 258e3cd83accd9fdc402340a3f29d8de47a9ed9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 17:46:26 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 17:47:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258e3cd8
dev-python/fleep: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 10 +++++++---
dev-python/fleep/fleep-9999.ebuild | 10 +++++++---
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index 7c46bd0bd0e1..b11c9948d6f9 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -1,10 +1,11 @@
-# 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_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
@@ -21,7 +22,10 @@ else
fi
DESCRIPTION="File format determination library for Python"
-HOMEPAGE="https://github.com/floyernick/fleep-py"
+HOMEPAGE="
+ https://github.com/floyernick/fleep-py/
+ https://pypi.org/project/fleep/
+"
LICENSE="MIT"
SLOT="0"
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index 0a6f6b209866..b17ae14409cf 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -1,10 +1,11 @@
-# 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_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
+
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
@@ -21,7 +22,10 @@ else
fi
DESCRIPTION="File format determination library for Python"
-HOMEPAGE="https://github.com/floyernick/fleep-py"
+HOMEPAGE="
+ https://github.com/floyernick/fleep-py/
+ https://pypi.org/project/fleep/
+"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
@ 2024-05-17 17:48 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2024-05-17 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 61fb71c20dd607c9de1ce32bdcea40e9bf18831e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 17:48:18 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 17:48:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fb71c2
dev-python/fleep: Update homepage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 6 +++---
dev-python/fleep/fleep-9999.ebuild | 6 +++---
dev-python/fleep/metadata.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index b11c9948d6f9..c697dad55e35 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -9,12 +9,12 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ EGIT_REPO_URI="https://github.com/ua-nick/fleep-py.git"
inherit git-r3
else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
- SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
+ SRC_URI="https://github.com/ua-nick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
@@ -23,7 +23,7 @@ fi
DESCRIPTION="File format determination library for Python"
HOMEPAGE="
- https://github.com/floyernick/fleep-py/
+ https://github.com/ua-nick/fleep-py/
https://pypi.org/project/fleep/
"
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
index b17ae14409cf..d7007f963039 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -9,12 +9,12 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
+ EGIT_REPO_URI="https://github.com/ua-nick/fleep-py.git"
inherit git-r3
else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
- SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
+ SRC_URI="https://github.com/ua-nick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
@@ -23,7 +23,7 @@ fi
DESCRIPTION="File format determination library for Python"
HOMEPAGE="
- https://github.com/floyernick/fleep-py/
+ https://github.com/ua-nick/fleep-py/
https://pypi.org/project/fleep/
"
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
index 34cefcfdb518..69a30fa8a583 100644
--- a/dev-python/fleep/metadata.xml
+++ b/dev-python/fleep/metadata.xml
@@ -11,6 +11,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">fleep</remote-id>
- <remote-id type="github">floyernick/fleep-py</remote-id>
+ <remote-id type="github">ua-nick/fleep-py</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-05-17 17:48 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-10 20:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2024-05-17 17:48 Michał Górny
2024-05-17 17:48 Michał Górny
2023-11-23 19:00 Michał Górny
2023-08-19 22:40 Rick Farina
2022-05-12 19:09 Arthur Zamarin
2021-08-02 5:52 Michał Górny
2021-08-02 5:52 Michał Górny
2021-08-02 5:52 Michał Górny
2021-08-02 5:52 Michał Górny
2020-12-03 1:35 Aaron Bauman
2019-12-09 17:55 Rick Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox