public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/
Date: Wed, 25 Jul 2018 01:44:34 +0000 (UTC)	[thread overview]
Message-ID: <1532483067.f8814383738a43e4d9c428f8fb733574382b4ff2.zmedico@gentoo> (raw)

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
+}


             reply	other threads:[~2018-07-25  1:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-25  1:44 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-26 20:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/ Zac Medico
2020-04-26  8:45 Zac Medico
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
2023-03-25 17:19 Michał Górny
2023-05-04  5:48 Zac Medico
2024-03-06 23:21 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1532483067.f8814383738a43e4d9c428f8fb733574382b4ff2.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox