summaryrefslogtreecommitdiff
path: root/dev-python/django-sortedm2m
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/django-sortedm2m
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/django-sortedm2m')
-rw-r--r--dev-python/django-sortedm2m/Manifest4
-rw-r--r--dev-python/django-sortedm2m/django-sortedm2m-1.3.0.ebuild2
-rw-r--r--dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/django-sortedm2m/Manifest b/dev-python/django-sortedm2m/Manifest
index 56a913f52fe1..98f9471ee16f 100644
--- a/dev-python/django-sortedm2m/Manifest
+++ b/dev-python/django-sortedm2m/Manifest
@@ -1,5 +1,5 @@
DIST django-sortedm2m-1.3.0.tar.gz 35519 BLAKE2B 2905722c6ea2b571ac4c6b43e140d58f33a8578355bf7a5459b670434c338b23cadff073732858692574b3d2e3022e608204c849acba6e858b9d061f72423a03 SHA512 e829ad54fcc2ef6475864d6085ee011e5146da1821095d8e9abddacf45f71890c8bdf86b028086170b6a3d5c9cdb576fb6029aa7be379eba6b87460c2d93ee3d
DIST django-sortedm2m-1.3.2.tar.gz 36246 BLAKE2B c794373d3555010778727146717778130b311d3c1869f0539b07980de2222d69c1ad4dd508cf35da32f4f55af0ea6cbc0d322de40454548dc59f156ae7856f4f SHA512 3695cc0a565a6e1d47e3573dce1f8c860f78c8d11d248634a8ffd6534c621e7575b2333b7a83e6c521e6e737d7ffc67ce1bbcc8504542751d3cfb254b3d98584
-EBUILD django-sortedm2m-1.3.0.ebuild 485 BLAKE2B 3ed29d29d049d4efc412c58b5a3961d7209eb206cd9a79bc11d1ca6ef763326d4457a38130e9a8e6f149169ab3f5fc08251bedbf7bb98ea7a4b041b72d75ea45 SHA512 8b7a182926f7fcff8770ae9a7284da7a4467302f18bbb9d8a82b1958ad9d207d80323c70c465c1b82734103bd1043ac08a98e223935f6bc06f0770e96f6ecf6d
-EBUILD django-sortedm2m-1.3.2.ebuild 507 BLAKE2B f93e9812d61ad25c01c010bf38c1c81e1573f59950808d3ce769a13e928d27bcb28a6b515f65e691b55a451c84bb1f8461e673b889fa4838253e8940f901c83e SHA512 473876e7b5cf69611def2e9f61a18cf05db0f94dabbe941dd796c98e3c41707cc3c57ab4859ecb3a80ef2c288ca8082ac007c03d13db969ad5a337ea83ebc6d3
+EBUILD django-sortedm2m-1.3.0.ebuild 481 BLAKE2B 09ce0168508fbe7a57166ad99550119c04e467e4a5c4acf77e791484e172b0c0442889518fc778f7b1adfb05e1ada78dd5083a8e296640864fb4421e0a9a1b8e SHA512 ea01a26424bf2df4662909ad08b57661665fa3faab8529ccf25511eaf8abb6b62c4a89cd7a451d38fd721c85b96da8abeb5f401e318006703d4f98267327e788
+EBUILD django-sortedm2m-1.3.2.ebuild 503 BLAKE2B 9a83de873a8e455822b249765f375e1de1b42e760881a93f8934a6971706bbf2c50247d0a12834b1c88c85c8064448286b314604375887578b16028bb47efc4c SHA512 1ae1d9b4e34759ca5db0a95aa98381caac30fec972a43c7552ad401c02f08a3eed5ebc1ab254731d4e58ff501f3f7f5705f56b2fe032da749d03e5e28aa0cfd6
MISC metadata.xml 302 BLAKE2B 011925ae7b5f088db6f9d675c0a92d488d625dedb4a91fd9471e5806bff5f24b728db060c483305510bc816557285e7edbfec6e823069b76a981690758d50436 SHA512 6ba25bcd27645361c6a2d68c4d56e9d7043b03307a873b5e1fec765f6df54f35f82a74838c2126af3b523e9a4dfffa5cca433c96c09d57f68845aee5856d183a
diff --git a/dev-python/django-sortedm2m/django-sortedm2m-1.3.0.ebuild b/dev-python/django-sortedm2m/django-sortedm2m-1.3.0.ebuild
index 60cd3c081bdf..59aa4ba5f275 100644
--- a/dev-python/django-sortedm2m/django-sortedm2m-1.3.0.ebuild
+++ b/dev-python/django-sortedm2m/django-sortedm2m-1.3.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="Drop-in replacement for django's many to many field with sorted relations"
-HOMEPAGE="https://pypi.python.org/pypi/django-sortedm2m"
+HOMEPAGE="https://pypi.org/project/django-sortedm2m"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild b/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild
index e187efd0072d..a8999c83e18b 100644
--- a/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild
+++ b/dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Drop-in replacement for django's many to many field with sorted relations"
-HOMEPAGE="https://pypi.python.org/pypi/django-sortedm2m"
+HOMEPAGE="https://pypi.org/project/django-sortedm2m"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"