summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-23 22:23:03 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-23 22:26:25 -0500
commit8e887f69887581844f38cb65a1179ef81838e676 (patch)
tree9341aeb23ca1b75118ab3529f2ce2dc92bf9a848 /dev-python/dpkt
parentprofiles: fixed two typos (diff)
downloadgentoo-8e887f69887581844f38cb65a1179ef81838e676.tar.gz
gentoo-8e887f69887581844f38cb65a1179ef81838e676.tar.bz2
gentoo-8e887f69887581844f38cb65a1179ef81838e676.zip
dev-python/dpkt: bump to 1.8.8
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'dev-python/dpkt')
-rw-r--r--dev-python/dpkt/Manifest1
-rw-r--r--dev-python/dpkt/dpkt-1.8-r1.ebuild6
-rw-r--r--dev-python/dpkt/dpkt-1.8.8.ebuild16
-rw-r--r--dev-python/dpkt/metadata.xml1
4 files changed, 20 insertions, 4 deletions
diff --git a/dev-python/dpkt/Manifest b/dev-python/dpkt/Manifest
index 9d1547fc93ef..1d291e33eeec 100644
--- a/dev-python/dpkt/Manifest
+++ b/dev-python/dpkt/Manifest
@@ -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
diff --git a/dev-python/dpkt/dpkt-1.8-r1.ebuild b/dev-python/dpkt/dpkt-1.8-r1.ebuild
index f91848b60795..7a078dad8743 100644
--- a/dev-python/dpkt/dpkt-1.8-r1.ebuild
+++ b/dev-python/dpkt/dpkt-1.8-r1.ebuild
@@ -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
index 000000000000..65890ffffa83
--- /dev/null
+++ b/dev-python/dpkt/dpkt-1.8.8.ebuild
@@ -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"
diff --git a/dev-python/dpkt/metadata.xml b/dev-python/dpkt/metadata.xml
index 8be13a46582e..5f0fe01232a8 100644
--- a/dev-python/dpkt/metadata.xml
+++ b/dev-python/dpkt/metadata.xml
@@ -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>