From 1d9015f3e55dab1db93bccc93e2423724ce63022 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Sat, 20 Jun 2020 21:37:28 +0200 Subject: [PATCH] django-ranged-response: fix repoman issues --- .../django-ranged-response-0.2.0.ebuild | 8 +++----- dev-python/django-ranged-response/metadata.xml | 8 ++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 dev-python/django-ranged-response/metadata.xml diff --git a/dev-python/django-ranged-response/django-ranged-response-0.2.0.ebuild b/dev-python/django-ranged-response/django-ranged-response-0.2.0.ebuild index a9d8e2d5c..fee4696c8 100644 --- a/dev-python/django-ranged-response/django-ranged-response-0.2.0.ebuild +++ b/dev-python/django-ranged-response/django-ranged-response-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 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 @@ -14,7 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-ranged-response/metadata.xml b/dev-python/django-ranged-response/metadata.xml new file mode 100644 index 000000000..ace7c2d3a --- /dev/null +++ b/dev-python/django-ranged-response/metadata.xml @@ -0,0 +1,8 @@ + + + + + unknown@pentoo.ch + Author Unknown + +