dev-python/django-tables2: New package

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2021-05-27 13:32:27 +02:00
parent b694e716cc
commit 60f1287e0e
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django-tables2-2.4.0.tar.gz 77919 BLAKE2B 78d8d8377e2b33998b14bfed55edf07b5458d84b68c287c0b9746a8e85880d0eceb85e1df94728955d86d813a5ab81843620b5427161c45c893ebc2130f5195f SHA512 f147878b8bad78060bc3699d57c40d7347d0aa06c4907ac6fa2f73cb0539ab95a378ec16d75e3c9d205fcf4493df4a77caf447be52f77af94c4bc9480dcb803c

View File

@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9})
inherit distutils-r1
DESCRIPTION="Table/data-grid framework for Django"
HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND=">=dev-python/django-1.11"
DEPEND="${RDEPEND}"

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">django-tables2</remote-id>
<remote-id type="github">bradleyayers/django-tables2</remote-id>
</upstream>
</pkgmetadata>