summaryrefslogtreecommitdiff
path: root/dev-python/django-sortedm2m
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-28 20:02:04 +0100
commita4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch)
tree852c90a4bf354c30ea66504f70bfab5401fba18d /dev-python/django-sortedm2m
parent5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff)
gentoo resync : 28.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 98f9471ee16f..c057ffca0b90 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 481 BLAKE2B 09ce0168508fbe7a57166ad99550119c04e467e4a5c4acf77e791484e172b0c0442889518fc778f7b1adfb05e1ada78dd5083a8e296640864fb4421e0a9a1b8e SHA512 ea01a26424bf2df4662909ad08b57661665fa3faab8529ccf25511eaf8abb6b62c4a89cd7a451d38fd721c85b96da8abeb5f401e318006703d4f98267327e788
-EBUILD django-sortedm2m-1.3.2.ebuild 503 BLAKE2B 9a83de873a8e455822b249765f375e1de1b42e760881a93f8934a6971706bbf2c50247d0a12834b1c88c85c8064448286b314604375887578b16028bb47efc4c SHA512 1ae1d9b4e34759ca5db0a95aa98381caac30fec972a43c7552ad401c02f08a3eed5ebc1ab254731d4e58ff501f3f7f5705f56b2fe032da749d03e5e28aa0cfd6
+EBUILD django-sortedm2m-1.3.0.ebuild 482 BLAKE2B 1c2b8b81a9d7d0f5b810b693a052a13772232b0e1bd63798bddabb4aafbf23d3dad1b6942fef6fc3a3a19f552af566bb01573185508e9417a769171e17266986 SHA512 ab5da254ea813ec1313bf44e2866ea50fd495479fc83bd678743c22ee55306d6e61604ee0a9c9db70bddffb76f202e48ec9c4272d36376e5f830712f99526b10
+EBUILD django-sortedm2m-1.3.2.ebuild 504 BLAKE2B c6747a2f59d3b235a806e40d7ea9799f20d31c25c9c4a44ae6a18ab305922b8e026a1e356fb4dee52cc565ca1308dd2c0ffed9b2190c484448aa209194485511 SHA512 e687485aed9c8158e25701471d1bdf5da8f4a6193c8d88fda0a8742df0b0f4b198862502897fba59017d43cdebe7749fa3ece0b668a1812fd1babf677ea32f57
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 59aa4ba5f275..13e0e6e74fce 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.org/project/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 a8999c83e18b..fed14f2cec10 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.org/project/django-sortedm2m"
+HOMEPAGE="https://pypi.org/project/django-sortedm2m/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"