dev-python/django-extensions: new package, add 3.2.1

This commit is contained in:
Alarig Le Lay 2023-03-21 22:09:27 +01:00
parent ea568cda82
commit 5f35101d1d
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django-extensions-3.2.1.tar.gz 624971 BLAKE2B ac5c0337b7ea4073b6d51fdf8d8d34ae6a6dd62d30d0abd253e9504eefd70a025e6e39b02cb229f021705ef4c797aa14a84c535d090faf59cc459f855ae91a2c SHA512 570989844035d688684b524abc8a20b6043b7cd76fd14dde6b2efe7e32b295f8f3a39a8ecceaae7c86233a5e56b6a8d33381b8f7aa18f153c2d79d4b007d3e34

View File

@ -0,0 +1,22 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A collection of custom extensions for the Django Framework"
HOMEPAGE="https://github.com/django-extensions/django-extensions"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
DOCS=( README.rst CHANGELOG.md )

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
<upstream>
<remote-id type="pypi">django-extensions</remote-id>
<remote-id type="github">django-extensions/django-extensions</remote-id>
</upstream>
</pkgmetadata>