jango_compressor: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-20 21:42:24 +02:00
parent 1d9015f3e5
commit c8f28f0756
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 13 additions and 6 deletions

View file

@ -1 +1 @@
DIST django_compressor-2.3.tar.gz 110714 BLAKE2B 529274341d6e0805389f92ba2a7e0fce60d9b6b6d0d555c24fbcf31458137a5091d0845d81e46908232a3fade10475e71b012d2a94693f0eb665ca6423831a3b SHA512 ea7b7b897ecd34159839924ff6ac422cb5b3b55858e6d7892903c6dd532d58f0ef75291012f7558a6855994ffb28613eea3550dfa441f431b333eff0bd599bfc
DIST django_compressor-2.4.tar.gz 111853 BLAKE2B ace3796d85d654c1c22b51cdd1331e28e735659be6c724a29c722fb9aa5cf0ebeb737a3f5c43abe1f057a015689f39ff5f8ca5a28141cb7369c5ec9edb7447a1 SHA512 b4dd43ab4ad13872138c9b9be3012e2675db2131b384350c5aa13ac7859b1aa93760cc3b9c91393f51bac404eb66ae04f35b187e0b0ebacf5f0da457dd42e727

View file

@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@ -13,8 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#KEYWORDS="~amd64 ~x86" # Requires dev-python/django-appconf which is not in Gentoo, nor Pentoo
CDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
>=dev-python/django-appconf-1.0[${PYTHON_USEDEP}]

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>