django-post_office-haiwen: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-20 21:35:10 +02:00
parent 2f9bea287f
commit 74a4f401ce
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 11 additions and 4 deletions

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} )
inherit distutils-r1
@ -16,7 +16,6 @@ SRC_URI="https://github.com/haiwen/django-post_office/archive/${HASH_COMMIT}.tar
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
CDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
dev-python/jsonfield[${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>