summaryrefslogtreecommitdiff
path: root/dev-python/construct
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /dev-python/construct
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'dev-python/construct')
-rw-r--r--dev-python/construct/Manifest4
-rw-r--r--dev-python/construct/construct-2.8.21.ebuild4
-rw-r--r--dev-python/construct/construct-2.9.45.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest
index 270fb3e5cb2e..b9a0fb9b0fc9 100644
--- a/dev-python/construct/Manifest
+++ b/dev-python/construct/Manifest
@@ -1,5 +1,5 @@
DIST construct-2.8.21.tar.gz 706022 BLAKE2B a7fb81185b380b444bede5dffce11158d93f0076cc3fbd836cdef3cf8425e2bcce0cf7b8e2d2654effc8beac3d3d0f722dd2786103f9b85f05b98216fc7684cb SHA512 f8e2c8d0f437cce760b1439fc68e2b10dccf852e1bf3c42e0569a3e32fe218d2a4d4cc662229455a910fa8a7cf0fc0500cb0d38ad0485f1b9fd954334f343562
DIST construct-2.9.45.tar.gz 1042299 BLAKE2B 4d646c3a340b969e83e15436422732f4f4380ef24cd0e9f258f3d3666f17b08ab628d19db39bb8fcd3f370c2b0c93a8329fba56727f28d7a23d868d001610927 SHA512 78d64f3e567e6c9cef842d3e15f416d48856d229a8c6f21e282d3123a86fdd243b20dba5040c6e1d28b67422881351b303262132263efdf94bb73adde0d5dfc1
-EBUILD construct-2.8.21.ebuild 707 BLAKE2B 0e09aac84537b73ace39640bf2efbabe674648e967835494902a6f8e8128b3a875aaf725ad0692434a091583b8bcb7cb2c607071e18c5886a36cb3fea7806aac SHA512 7f5cac789374c33634d1d6087bf42caff51be9b2fb4d1e96ce111c6379aaa52565bb3569cc57e443531e6219d9ed26e64feea9aa7097df69f0bc2f14d806ad49
-EBUILD construct-2.9.45.ebuild 979 BLAKE2B ff167dfaa966aea94c15f487afca3933fa2bf52df193852bbefcb8791b322ec9f74fb084679646623e317b996d33c1d98522fe433a9c512182ba4b9ed4f249f9 SHA512 ea324d13cc112a15d42699ae855f586eb8649f3ef3b8710db0f63aae0bcfc296319ae1db1952295f91048c86175bb04ae305f40ab1768b7d2e6d38b9a0fcd7fa
+EBUILD construct-2.8.21.ebuild 715 BLAKE2B 4e43747c868baa5df069f9764342e745ecb75af15e752e8a7f356473bc63b57ec049e8a0ae5107312612e3a6873e54345f7ed65b06514f257852582bd379437c SHA512 f1835685864e4a6cdb0cb468f30fcabba9908f26f73f5c28cb622e718fe6401f006e795ac6c0c5a981b59e0c2d6c43b3ea1edc1a9747615586826ad5a836b27c
+EBUILD construct-2.9.45.ebuild 987 BLAKE2B 0cdf478f05d11028578a127d8f0f23c1ae8ae2d2ca0a0e28c023553bfc20f2ede7ad827da18b39ce374f5a38453040bb874db92b6138cfa821a57c6c6c0929e6 SHA512 ea98d72639801db478ac144411cc58e16c916ccad61828b7a2d370de65ea8255a04e4555a8e465a23a3289dcfcc8df25df43fece3823e60b7b8185df3a8863d1
MISC metadata.xml 491 BLAKE2B bf8f7729988a0a4c39c9f8081a4b05560d1596a69c8670e378ea1f1f81b8dd5a2c366e8211c36e07f809378c6ae769b01181a4ceaf3f82ec8eb2b1879d874a87 SHA512 a8a85937bda8fb36a51bd6e0c0bcb1ce721073ee07a8e198c88b64ee484e8fd1c813e937443885e5ea2e532cda3971e8eb59385797a7a8f44ec9524a57acbbf9
diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild
index 2e90888369a6..1b79847440dd 100644
--- a/dev-python/construct/construct-2.8.21.ebuild
+++ b/dev-python/construct/construct-2.8.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A powerful declarative parser for binary data"
-HOMEPAGE="http://construct.readthedocs.io/ https://pypi.org/project/construct/"
+HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-python/construct/construct-2.9.45.ebuild b/dev-python/construct/construct-2.9.45.ebuild
index d1968273fd4a..1a9b1fe799b2 100644
--- a/dev-python/construct/construct-2.9.45.ebuild
+++ b/dev-python/construct/construct-2.9.45.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A powerful declarative parser for binary data"
-HOMEPAGE="http://construct.readthedocs.io/ https://pypi.org/project/construct/"
+HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"