commit: 3557837e6b51411411003a78f502a7fa960abbe4 Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Sat Jul 18 10:29:12 2015 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sat Jul 18 10:29:12 2015 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=3557837e
Version bump Package-Manager: portage-2.2.20 Manifest-Sign-Key: 62EEF090 dev-python/pyroute2/ChangeLog | 5 +++++ dev-python/pyroute2/Manifest | 1 + dev-python/pyroute2/pyroute2-0.3.9.ebuild | 20 ++++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/dev-python/pyroute2/ChangeLog b/dev-python/pyroute2/ChangeLog index 8a557ce..7323845 100644 --- a/dev-python/pyroute2/ChangeLog +++ b/dev-python/pyroute2/ChangeLog @@ -1,3 +1,8 @@ +*pyroute2-0.3.9 (18 Jul 2015) + + 18 Jul 2015; Michael Weber <[email protected]> +pyroute2-0.3.9.ebuild: + Version bump + *pyroute2-0.3.1 (21 Oct 2014) 21 Oct 2014; Michael Weber <[email protected]> +metadata.xml, diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest index 7669273..11d40b0 100644 --- a/dev-python/pyroute2/Manifest +++ b/dev-python/pyroute2/Manifest @@ -1 +1,2 @@ DIST pyroute2-0.3.1.tar.gz 87287 SHA256 29c067855cb0fc2752a8ba47b93aac50bff03ca7579bcb1a1a4f66126c0a5fb1 SHA512 e4a4e50487801a12b29c5bdec95467e1fc8d31a073ade5528854ed7a3476823ce8a70e28f125f011765a5ee99ee01d8447d158b006a3933c95f30ae953d3aa67 WHIRLPOOL 56ae8f213d89ae81403a2d4dc0a4286de55293946adb025c11b2ee9a4f755640b2ebf729f673b49d11a13583e9d01b83a5d8a370f7a34c557010c7de43377e59 +DIST pyroute2-0.3.9.tar.gz 126592 SHA256 3752b486a97abe816bf626c5b073f7cbbf7e6be511d8006f8276bbc5f6d8a5be SHA512 7d1bc7bfa4c835ea5f64594eb08adc0a6aaa5116755be0d7e81d61bd241726bf2ecf8b2f69102c76d52d58d09052a7b4df4add0528b54b639d6263bceece7e2e WHIRLPOOL 1b8904a8cef1c70c4a5624f0c855e2f94b0bb84a5b8186248192890839ba8e624758f1f0a7759bb080606f861b6f15c763e4e46eca8298acd4ac4ee24529002b diff --git a/dev-python/pyroute2/pyroute2-0.3.9.ebuild b/dev-python/pyroute2/pyroute2-0.3.9.ebuild new file mode 100644 index 0000000..0c746ce --- /dev/null +++ b/dev-python/pyroute2/pyroute2-0.3.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Pure Python netlink library" +HOMEPAGE="https://github.com/svinota/pyroute2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"
