dev-python/dpkt: bump to 1.8.8
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 03:23:03 +0000 (22:23 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 03:26:25 +0000 (22:26 -0500)
Package-Manager: portage-2.3.2_p8

dev-python/dpkt/Manifest
dev-python/dpkt/dpkt-1.8-r1.ebuild
dev-python/dpkt/dpkt-1.8.8.ebuild [new file with mode: 0644]
dev-python/dpkt/metadata.xml

index 9d1547fc93ef70832ccdb19371d87f1f96969529..1d291e33eeece70d28208aa35c3a34d6663c1461 100644 (file)
@@ -1 +1,2 @@
+DIST dpkt-1.8.8.tar.gz 102074 SHA256 d99525e534266818ecd122052f4086c684a88491c8073a848193bbf13ed69800 SHA512 c557b3b22462273ce40119ef045a2b15df1b87538de13de9b2183545e16cc4200545e08f2efe42a5af01d820cc48fde28e1155cc78b1d06a44482706ab485392 WHIRLPOOL 2c415c56e0c6ab700b930dfb8233d76d8beb2fadff243e76b0098f2be2e8bd6f749e9d655a4b0524d9ea8560dafa31131520d7374f6c19b34a7eae04fdca9b6a
 DIST dpkt-1.8.tar.gz 76311 SHA256 c56de2f9dc2f4654a356de0f0d458bb7b1c86c374988e8b4f358556f7dbe0507 SHA512 25af49a7b79d192382103e056e762e2933f37b6c72f490c9c6740883e18fdde6c983d640aa27514f15f77ac27e2f037b1943adcaa6046872f53d92e08de73cb3 WHIRLPOOL ede240f2a30f8fe9176784feb40b69e1f1f07ce8b88f75817b12c18193b1f6d227fab95f2f57e475c69aa137466863172dda07221cc203cc0d0e816f4a5c4962
index f91848b607954f53bdabf231e0c50dbd7f656bc3..7a078dad87431c0b0c54a41547b1ddc2d0a91984 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols"
+DESCRIPTION="Fast, simple packet creation / parsing"
 HOMEPAGE="https://github.com/kbandla/dpkt"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
diff --git a/dev-python/dpkt/dpkt-1.8.8.ebuild b/dev-python/dpkt/dpkt-1.8.8.ebuild
new file mode 100644 (file)
index 0000000..65890ff
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Fast, simple packet creation / parsing"
+HOMEPAGE="https://github.com/kbandla/dpkt"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
index 8be13a46582e69ba5466c92bd2fb89e565696ec7..5f0fe01232a8b4803eabe98e065fb40d44d30dfa 100644 (file)
@@ -6,7 +6,6 @@
                <name>Python</name>
        </maintainer>
        <upstream>
-               <remote-id type="google-code">dpkt</remote-id>
                <remote-id type="github">kbandla/dpkt</remote-id>
        </upstream>
 </pkgmetadata>