* [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/
@ 2024-01-30 15:15 Marek Szuba
0 siblings, 0 replies; 6+ messages in thread
From: Marek Szuba @ 2024-01-30 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 46c24bece113a3778cc868d1101097e7627a6f0d
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 12:32:35 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 15:14:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c24bec
dev-python/bincopy: new package, add 20.0.0
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/bincopy/Manifest | 1 +
dev-python/bincopy/bincopy-20.0.0.ebuild | 27 +++++++++++++++++++++++++++
dev-python/bincopy/metadata.xml | 17 +++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/bincopy/Manifest b/dev-python/bincopy/Manifest
new file mode 100644
index 000000000000..8cef475d4fe7
--- /dev/null
+++ b/dev-python/bincopy/Manifest
@@ -0,0 +1 @@
+DIST bincopy-20.0.0.tar.gz 750646 BLAKE2B 89f57cbf314aded9d9ac0d1ef51d1c7ed0f7e6aaa65236bb8daac72f98518b30974f62854f6dc64145a6615d636cddebefb8a09c42996ef33f6e64cb99fca486 SHA512 05cc54684c951ac209fa25ebdc2f60566ef93248cfa298439a2a4f6a4174e02f47476573aa580ae2d1e4b8e16e91ee8c4fee2097c375ca2c079dbbb0602b6153
diff --git a/dev-python/bincopy/bincopy-20.0.0.ebuild b/dev-python/bincopy/bincopy-20.0.0.ebuild
new file mode 100644
index 000000000000..1882e2a4f380
--- /dev/null
+++ b/dev-python/bincopy/bincopy-20.0.0.ebuild
@@ -0,0 +1,27 @@
+# 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} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Mangling of various file formats that conveys binary information"
+HOMEPAGE="
+ https://pypi.org/project/bincopy/
+ https://github.com/eerimoq/bincopy/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
+ dev-python/humanfriendly[${PYTHON_USEDEP}]
+ dev-python/pyelftools[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/bincopy/metadata.xml b/dev-python/bincopy/metadata.xml
new file mode 100644
index 000000000000..6623abb2ffdb
--- /dev/null
+++ b/dev-python/bincopy/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">bincopy</remote-id>
+ <remote-id type="github">eerimoq/bincopy</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/
@ 2024-02-14 16:44 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-02-14 16:44 UTC (permalink / raw
To: gentoo-commits
commit: a9aa9fa1a29315395cc5397eb90b7dad8e6768bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 16:43:00 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 16:43:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9aa9fa1
dev-python/bincopy: Stabilize 20.0.0 amd64, #924522
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/bincopy/bincopy-20.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bincopy/bincopy-20.0.0.ebuild b/dev-python/bincopy/bincopy-20.0.0.ebuild
index 1882e2a4f380..39510f7e824c 100644
--- a/dev-python/bincopy/bincopy-20.0.0.ebuild
+++ b/dev-python/bincopy/bincopy-20.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
>=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/
@ 2024-07-07 19:27 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-07-07 19:27 UTC (permalink / raw
To: gentoo-commits
commit: e558afa4ad44f1b6d6659e53dbd7593a62806d7c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 19:14:10 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 19:27:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e558afa4
dev-python/bincopy: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bincopy/bincopy-20.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bincopy/bincopy-20.0.0.ebuild b/dev-python/bincopy/bincopy-20.0.0.ebuild
index 39510f7e824c..9266af351b55 100644
--- a/dev-python/bincopy/bincopy-20.0.0.ebuild
+++ b/dev-python/bincopy/bincopy-20.0.0.ebuild
@@ -4,7 +4,7 @@
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] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/
@ 2025-01-23 5:39 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-01-23 5:39 UTC (permalink / raw
To: gentoo-commits
commit: 6ec8e9959988c8d60ccc8751772133db2643c56e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 05:05:42 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 05:08:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec8e995
dev-python/bincopy: Bump to 20.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bincopy/Manifest | 1 +
dev-python/bincopy/bincopy-20.1.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/bincopy/Manifest b/dev-python/bincopy/Manifest
index 8cef475d4fe7..70156d83c9a8 100644
--- a/dev-python/bincopy/Manifest
+++ b/dev-python/bincopy/Manifest
@@ -1 +1,2 @@
DIST bincopy-20.0.0.tar.gz 750646 BLAKE2B 89f57cbf314aded9d9ac0d1ef51d1c7ed0f7e6aaa65236bb8daac72f98518b30974f62854f6dc64145a6615d636cddebefb8a09c42996ef33f6e64cb99fca486 SHA512 05cc54684c951ac209fa25ebdc2f60566ef93248cfa298439a2a4f6a4174e02f47476573aa580ae2d1e4b8e16e91ee8c4fee2097c375ca2c079dbbb0602b6153
+DIST bincopy-20.1.0.tar.gz 750857 BLAKE2B 4d933a884e641ebac73d18e161775a54bdaff21f6a74f045f10f3de307b8ff21752750662b8197d35a996c906dd4bc73dc76c29c93ee8471b70aa85d7e3c85b8 SHA512 421a434fc806447814945941a71cddc499cd9ddbee290af0065f36ac3dc00df2aefa397023f20c0b4ecac1be781494cbf1357e42b146ce8ef6aedf829c45f075
diff --git a/dev-python/bincopy/bincopy-20.1.0.ebuild b/dev-python/bincopy/bincopy-20.1.0.ebuild
new file mode 100644
index 000000000000..32bf3075fbc7
--- /dev/null
+++ b/dev-python/bincopy/bincopy-20.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Mangling of various file formats that conveys binary information"
+HOMEPAGE="
+ https://pypi.org/project/bincopy/
+ https://github.com/eerimoq/bincopy/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
+ dev-python/humanfriendly[${PYTHON_USEDEP}]
+ dev-python/pyelftools[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/
@ 2025-02-08 18:04 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-02-08 18:04 UTC (permalink / raw
To: gentoo-commits
commit: 4eabfc1987e5104f5658dd326d51e8bc0126ed5d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 18:02:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 18:02:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eabfc19
dev-python/bincopy: Stabilize 20.1.0 ALLARCHES, #949446
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/bincopy/bincopy-20.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bincopy/bincopy-20.1.0.ebuild b/dev-python/bincopy/bincopy-20.1.0.ebuild
index 32bf3075fbc7..2bc3b92e9543 100644
--- a/dev-python/bincopy/bincopy-20.1.0.ebuild
+++ b/dev-python/bincopy/bincopy-20.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
>=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/
@ 2025-02-08 20:25 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-02-08 20:25 UTC (permalink / raw
To: gentoo-commits
commit: 5835beec2b3f741fc6c5ebc10a39ad7fc9063cde
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 19:30:52 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 19:30:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5835beec
dev-python/bincopy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bincopy/Manifest | 1 -
dev-python/bincopy/bincopy-20.0.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/bincopy/Manifest b/dev-python/bincopy/Manifest
index 70156d83c9a8..6c904cdc3eb9 100644
--- a/dev-python/bincopy/Manifest
+++ b/dev-python/bincopy/Manifest
@@ -1,2 +1 @@
-DIST bincopy-20.0.0.tar.gz 750646 BLAKE2B 89f57cbf314aded9d9ac0d1ef51d1c7ed0f7e6aaa65236bb8daac72f98518b30974f62854f6dc64145a6615d636cddebefb8a09c42996ef33f6e64cb99fca486 SHA512 05cc54684c951ac209fa25ebdc2f60566ef93248cfa298439a2a4f6a4174e02f47476573aa580ae2d1e4b8e16e91ee8c4fee2097c375ca2c079dbbb0602b6153
DIST bincopy-20.1.0.tar.gz 750857 BLAKE2B 4d933a884e641ebac73d18e161775a54bdaff21f6a74f045f10f3de307b8ff21752750662b8197d35a996c906dd4bc73dc76c29c93ee8471b70aa85d7e3c85b8 SHA512 421a434fc806447814945941a71cddc499cd9ddbee290af0065f36ac3dc00df2aefa397023f20c0b4ecac1be781494cbf1357e42b146ce8ef6aedf829c45f075
diff --git a/dev-python/bincopy/bincopy-20.0.0.ebuild b/dev-python/bincopy/bincopy-20.0.0.ebuild
deleted file mode 100644
index 9266af351b55..000000000000
--- a/dev-python/bincopy/bincopy-20.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Mangling of various file formats that conveys binary information"
-HOMEPAGE="
- https://pypi.org/project/bincopy/
- https://github.com/eerimoq/bincopy/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- >=dev-python/argparse-addons-0.4.0[${PYTHON_USEDEP}]
- dev-python/humanfriendly[${PYTHON_USEDEP}]
- dev-python/pyelftools[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-08 20:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-23 5:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/bincopy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 20:25 Michał Górny
2025-02-08 18:04 Sam James
2024-07-07 19:27 Michał Górny
2024-02-14 16:44 Sam James
2024-01-30 15:15 Marek Szuba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox