dev-python/ipcalc: Bump v.1.99.0
authorGeaaru <geaaru@gmail.com>
Thu, 15 Mar 2018 14:23:14 +0000 (15:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Apr 2018 09:21:59 +0000 (11:21 +0200)
Closes: https://github.com/gentoo/gentoo/pull/7464
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/ipcalc/Manifest
dev-python/ipcalc/ipcalc-1.99.0.ebuild [new file with mode: 0644]
dev-python/ipcalc/metadata.xml

index d1e7212b079a7aa241df2aa800b366b667442260..02a9a15b7999f6d7619daccaea0523f0f1c5bbe4 100644 (file)
@@ -1 +1,2 @@
 DIST ipcalc-1.1.3.tar.gz 8099 BLAKE2B 27ffef8ca70db237c4d22a8ee1f91a167446e6135d70d7ca435222a52a0451557c8c60fca64655535679fdd231585a50b2322c3e5b87447f5699d1021d5201c0 SHA512 f852e93bfa4994e424a8aafc74a1e8ec9488d4c60085fbc53e0587abcf8fbfdc7a35d7a20e67cd4dbe0d8484c0e7bfb11b5fe3d6934f322dd818273e3d64c2c6
+DIST ipcalc-1.99.0.tar.gz 12120 BLAKE2B 43afe713c32eae9465e4baacbea24205e73cea989921a27e56fa2182108bac46e4c7f3376bacc5b891e441fc23f502ed4248121d27a565a0f28eca197ad5f9a6 SHA512 a7d9633fd464a0d5c5cdae9552edfe42a55906f5d378c676dba14552d4214590d88f32cb43cad14181d55ed3c3efd95a2fad1535ab7a8bc2bbb092b2bb4748cd
diff --git a/dev-python/ipcalc/ipcalc-1.99.0.ebuild b/dev-python/ipcalc/ipcalc-1.99.0.ebuild
new file mode 100644 (file)
index 0000000..6186c84
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="IP subnet calculator"
+HOMEPAGE="https://pypi.python.org/pypi/ipcalc/"
+SRC_URI="https://github.com/tehmaze/${PN}/archive/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${P}"
index fe44936ddc63a2936aa30557accc2edafaf6d9fd..8858b18db9ab237ee1411b11469bbe91a68d0855 100644 (file)
@@ -2,13 +2,17 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="person">
-               <email>ercpe@gentoo.org</email>
-               <name>Johann Schmitz</name>
+               <email>geaaru@gmail.com</email>
+               <name>Geaaru</name>
        </maintainer>
        <maintainer type="project">
                <email>python@gentoo.org</email>
                <name>Python</name>
        </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
        <upstream>
                <remote-id type="pypi">ipcalc</remote-id>
        </upstream>