diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/django-mptt | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/django-mptt')
-rw-r--r-- | dev-python/django-mptt/Manifest | 2 | ||||
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.9.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest index 79ffb8f0da25..dccfe247f2a7 100644 --- a/dev-python/django-mptt/Manifest +++ b/dev-python/django-mptt/Manifest @@ -1,3 +1,3 @@ DIST django-mptt-0.9.1.tar.gz 95615 BLAKE2B 980bd2165a66da0af8e5cb877e42cb9e7deaf7c2bfc09ff0125753127a07f4bd546ba98e10831878fb9c5fd254bb95d5e2be0c2d574d35f4eb06fa6d4f9db74b SHA512 54e0d36fe4893846491cc253d9010024b53eff4c6570e77cde33257844dba36406ad56f4dc13a586806abbc4e53d4864101002227d5c5819c72926b45100914d -EBUILD django-mptt-0.9.1.ebuild 565 BLAKE2B 68f180c0c178e6845f211e2ce8660fd9aaf897c6d9698bcc4fc71f1d47698853a195e5389164fb1fc77f8304899ae6d58db01fbeaefc9fece1488e65378269ff SHA512 bdb93db0d84e738feb0ba438b19b6d699060fc45e75c4a1e02fd81ba92eed53ecde2ffbc77f0c2ced6ef49e7a8298cb86682bd90b88e3fcab28af351a43f9d11 +EBUILD django-mptt-0.9.1.ebuild 561 BLAKE2B 4019b54e38fda09487ee155d7749c9711bcbdd9df27313379dd5b07877cb98599f7b214972145b69a4b4016e476b2a80215f8cf5d6ce868bbc53e05bbc0baf32 SHA512 7dd7055b9a3260f9a99a3e7d74059f1b117c4651a681073673120eaf6ec902362c0746e59f4890e3c4ef4172e23014b3dd26877190d8554f0c4593495d98bb42 MISC metadata.xml 248 BLAKE2B 5d9c3678c604aac0f24c5d5015e28f02b9ce83bb6a179755a44adeb3d69e4dd50be4acc30a6317649f5be23bcf13ac210bbe4712aa403e9c4cf2de351b39c941 SHA512 dc5b06a888be6367909895d5891a08189f4657bcee602e5ff0021be2ad3677e58ec7387ff244625be66a142138666e7eac790d2a7b1e298f0ad644725b5e57e0 diff --git a/dev-python/django-mptt/django-mptt-0.9.1.ebuild b/dev-python/django-mptt/django-mptt-0.9.1.ebuild index b091eb73e430..05f63059c92b 100644 --- a/dev-python/django-mptt/django-mptt-0.9.1.ebuild +++ b/dev-python/django-mptt/django-mptt-0.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" |