dev-python/pyroute2: 0.4.18 bup
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 30 Aug 2017 18:51:08 +0000 (13:51 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 30 Aug 2017 19:46:24 +0000 (14:46 -0500)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/pyroute2/Manifest
dev-python/pyroute2/pyroute2-0.4.18.ebuild [new file with mode: 0644]

index fd600ffac587d6caf0e143961d2052429b7732fc..94d8da097258440a92828588619c43aba68e216f 100644 (file)
@@ -1 +1,2 @@
 DIST pyroute2-0.4.12.tar.gz 562555 SHA256 98e2e4841541aa180d14e301c5bfbc2d258e697e6dc76c88855cbf8b86375733 SHA512 d666c29cfb8da1e13748976030dc5ec153d2740f6df7f279a6e9fc4ec9b6ad60462c2a2b57905c4a4c8566da1de30dca0bb24b3b6c5a97bb729c074584270e2a WHIRLPOOL 7c26309bd6118bde2ee901a270b3494411f208695e924a96ec623c1a81c02f76e1d915bfc2620cfd21e7d2d935f97dfc963e5bf66de2523f3127b7033ca44e55
+DIST pyroute2-0.4.18.tar.gz 568152 SHA256 bdcff9f598ff4dda7420675ee387426cd9cc79d795ea73eb684a4314d4b00b9e SHA512 cf8345c68aa2af2180cdecd398a12cdb4c849105b57298f01eba6afd3364e5c90ea3838e2cf319c8bfc50e12283ef19a191ac1a533ee35135b7d6977395a067d WHIRLPOOL 0cf3e0bc70fe92f16eed0a8cdeb27a10dbcca958aa150a07380178bc7343851bb5464f8f9668d93202e33c52ee29566a754e50c771b73c788d3e70a6cd9f898b
diff --git a/dev-python/pyroute2/pyroute2-0.4.18.ebuild b/dev-python/pyroute2/pyroute2-0.4.18.ebuild
new file mode 100644 (file)
index 0000000..229407b
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure Python netlink and Linux network configuration library."
+HOMEPAGE="https://github.com/svinota/pyroute2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND=""