public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2018-07-25  1:44 Zac Medico
  0 siblings, 0 replies; 10+ messages in thread
From: Zac Medico @ 2018-07-25  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f8814383738a43e4d9c428f8fb733574382b4ff2
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 01:28:22 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 01:44:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8814383

dev-python/python-netlink: new package

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-netlink/Manifest                 |  1 +
 dev-python/python-netlink/metadata.xml             | 11 ++++++++++
 .../python-netlink/python-netlink-0.1.ebuild       | 25 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/python-netlink/Manifest b/dev-python/python-netlink/Manifest
new file mode 100644
index 00000000000..7dcc123b3c5
--- /dev/null
+++ b/dev-python/python-netlink/Manifest
@@ -0,0 +1 @@
+DIST python-netlink-0.1.tar.gz 21664 BLAKE2B 09a920256adeebee6762fc8ee7dcdabb38fe7e603d196b8b0cb8210023ee297eec26ed94b5171db2b180b7496c4c8f98aaaf7e3ad55c965051aa73f8709fe0c6 SHA512 ae4a55f7a12b4eab48d4696e41a90a47b4f3a298bee953d5234b47b4889fee61190a6cf30f4ed529f378f05231584116fbd85ebc0aeaf1e14307316edf16043a

diff --git a/dev-python/python-netlink/metadata.xml b/dev-python/python-netlink/metadata.xml
new file mode 100644
index 00000000000..7e8045c80cc
--- /dev/null
+++ b/dev-python/python-netlink/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="person">
+		<email>zmedico@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">NetLink</remote-id>
+		<doc>https://xmine128.tk/Software/Python/netlink/docs/</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
new file mode 100644
index 00000000000..2043501dc66
--- /dev/null
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_PN="NetLink"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Pure-Python client for the Linux NetLink interface"
+HOMEPAGE="https://pypi.org/project/NetLink/ https://xmine128.tk/Software/Python/netlink/docs/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+	# setuptools-markdown is not needed.
+	sed -e "s:'setuptools-markdown'::" -i setup.py || die
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2018-07-26 20:35 Zac Medico
  0 siblings, 0 replies; 10+ messages in thread
From: Zac Medico @ 2018-07-26 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     eb57a6cdd3e0df3c3a82741498675889c9462f88
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 20:30:24 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 20:35:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb57a6cd

dev-python/python-netlink: block dev-libs/libnl[python]

 * Detected file collision(s):
 *
 * 	/usr/lib64/python3.6/site-packages/netlink/__init__.py

Closes: https://bugs.gentoo.org/662204
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/python-netlink/python-netlink-0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index 2043501dc66..3ce39a389a6 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -16,6 +16,7 @@ LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="!dev-libs/libnl[python]"
 S=${WORKDIR}/${MY_P}
 
 python_prepare_all() {


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2020-04-26  8:45 Zac Medico
  0 siblings, 0 replies; 10+ messages in thread
From: Zac Medico @ 2020-04-26  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6e4b1e903924149f4a28352ccfa789a6c49eec29
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 08:42:39 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:45:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4b1e90

dev-python/python-netlink: Update PYTHON_COMPAT

Closes: https://bugs.gentoo.org/719492
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/python-netlink/python-netlink-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index e8268a3cf5d..3ff964520de 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2021-08-21  6:54 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-08-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     de8ad7d8aa28097b2b4fe09e77754193c0d9cd6c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 04:55:27 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 06:32:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8ad7d8

dev-python/python-netlink: update maintainers

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/python-netlink/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-netlink/metadata.xml b/dev-python/python-netlink/metadata.xml
index b9aa766ba7e..55d6e9395dd 100644
--- a/dev-python/python-netlink/metadata.xml
+++ b/dev-python/python-netlink/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>zmedico@gentoo.org</email>
+		<name>Zac Medico</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="pypi">NetLink</remote-id>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2021-08-21  6:54 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-08-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     122b063afa106d50103f9c8e64bcc176bc7e73e7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 05:08:20 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 06:32:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122b063a

dev-python/python-netlink: mark ALLARCHES

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/python-netlink/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-netlink/metadata.xml b/dev-python/python-netlink/metadata.xml
index 55d6e9395dd..d9d908c7533 100644
--- a/dev-python/python-netlink/metadata.xml
+++ b/dev-python/python-netlink/metadata.xml
@@ -5,6 +5,7 @@
 		<email>zmedico@gentoo.org</email>
 		<name>Zac Medico</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">NetLink</remote-id>
 		<remote-id type="gitlab">ntninja/python-netlink</remote-id>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2021-08-21  6:54 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-08-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cd12908b11c71bb557907d78c3c0cb20e93e79e5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 04:54:29 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 06:32:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd12908b

dev-python/python-netlink: add gitlab upstream metadata

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/python-netlink/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-netlink/metadata.xml b/dev-python/python-netlink/metadata.xml
index 7e8045c80cc..b9aa766ba7e 100644
--- a/dev-python/python-netlink/metadata.xml
+++ b/dev-python/python-netlink/metadata.xml
@@ -6,6 +6,7 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="pypi">NetLink</remote-id>
+		<remote-id type="gitlab">ntninja/python-netlink</remote-id>
 		<doc>https://xmine128.tk/Software/Python/netlink/docs/</doc>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2021-08-21  6:54 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-08-21  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bf0e40786f570c47d0f0b00185d9afdade9bf63e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 05:07:56 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 06:32:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0e4078

dev-python/python-netlink: enable py3.{9,10}

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/python-netlink/python-netlink-0.1.ebuild | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index 84b05e228be..8a754076023 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python3_7 python3_8 )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
-MY_PN="NetLink"
-MY_P="${MY_PN}-${PV}"
+MY_P="NetLink-${PV}"
+
 DESCRIPTION="Pure-Python client for the Linux NetLink interface"
 HOMEPAGE="https://pypi.org/project/NetLink/ https://xmine128.tk/Software/Python/netlink/docs/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_P:0:1}/NetLink/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="!dev-libs/libnl[python]"
-S=${WORKDIR}/${MY_P}
+
+RDEPEND="!dev-libs/libnl[python(-)]"
 
 python_prepare_all() {
 	distutils-r1_python_prepare_all


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2023-03-25 17:19 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-03-25 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     dd47e19b726872cf28b377948e87b81dbc3f66eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 13:53:50 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 17:18:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd47e19b

dev-python/python-netlink: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-netlink/Manifest                  | 2 +-
 dev-python/python-netlink/python-netlink-0.1.ebuild | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/python-netlink/Manifest b/dev-python/python-netlink/Manifest
index 7dcc123b3c55..7c709d85bfe2 100644
--- a/dev-python/python-netlink/Manifest
+++ b/dev-python/python-netlink/Manifest
@@ -1 +1 @@
-DIST python-netlink-0.1.tar.gz 21664 BLAKE2B 09a920256adeebee6762fc8ee7dcdabb38fe7e603d196b8b0cb8210023ee297eec26ed94b5171db2b180b7496c4c8f98aaaf7e3ad55c965051aa73f8709fe0c6 SHA512 ae4a55f7a12b4eab48d4696e41a90a47b4f3a298bee953d5234b47b4889fee61190a6cf30f4ed529f378f05231584116fbd85ebc0aeaf1e14307316edf16043a
+DIST NetLink-0.1.tar.gz 21664 BLAKE2B 09a920256adeebee6762fc8ee7dcdabb38fe7e603d196b8b0cb8210023ee297eec26ed94b5171db2b180b7496c4c8f98aaaf7e3ad55c965051aa73f8709fe0c6 SHA512 ae4a55f7a12b4eab48d4696e41a90a47b4f3a298bee953d5234b47b4889fee61190a6cf30f4ed529f378f05231584116fbd85ebc0aeaf1e14307316edf16043a

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index eb5b6090ea1c..380332ef4a4a 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -4,14 +4,13 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+PYPI_PN="NetLink"
 
-MY_P="NetLink-${PV}"
+inherit distutils-r1 pypi
 
 DESCRIPTION="Pure-Python client for the Linux NetLink interface"
 HOMEPAGE="https://pypi.org/project/NetLink/ https://xmine128.tk/Software/Python/netlink/docs/"
-SRC_URI="mirror://pypi/${MY_P:0:1}/NetLink/${MY_P}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-3+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2023-05-04  5:48 Zac Medico
  0 siblings, 0 replies; 10+ messages in thread
From: Zac Medico @ 2023-05-04  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a0457a24a60a5ebd5d39ec7d43af4e47da9d31f3
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 05:47:48 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu May  4 05:47:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0457a24

dev-python/python-netlink: enable py3.11

Closes: https://bugs.gentoo.org/896856
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/python-netlink/python-netlink-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index 380332ef4a4a..6f79613e74d4 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYPI_NO_NORMALIZE=1
 PYPI_PN="NetLink"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
@ 2024-03-06 23:21 Zac Medico
  0 siblings, 0 replies; 10+ messages in thread
From: Zac Medico @ 2024-03-06 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d16a0ef2967fc22628b8da2e49441724c6e28642
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 23:18:21 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 23:21:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16a0ef2

dev-python/python-netlink: enable PEP517 build

Closes: https://bugs.gentoo.org/909958
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/python-netlink/python-netlink-0.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild
index 6f79613e74d4..986639b51678 100644
--- a/dev-python/python-netlink/python-netlink-0.1.ebuild
+++ b/dev-python/python-netlink/python-netlink-0.1.ebuild
@@ -1,9 +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
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="NetLink"
 
@@ -16,6 +17,7 @@ LICENSE="LGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+BDEPEND="${DISTUTILS_DEPS}"
 RDEPEND="!dev-libs/libnl[python(-)]"
 
 python_prepare_all() {


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-03-06 23:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 20:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06 23:21 Zac Medico
2023-05-04  5:48 Zac Medico
2023-03-25 17:19 Michał Górny
2021-08-21  6:54 Arthur Zamarin
2021-08-21  6:54 Arthur Zamarin
2021-08-21  6:54 Arthur Zamarin
2021-08-21  6:54 Arthur Zamarin
2020-04-26  8:45 Zac Medico
2018-07-25  1:44 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox