dev-python/django-timezone-field: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-08-29 11:57:52 +02:00
parent 8968c5a9f2
commit d8a2b96742
3 changed files with 0 additions and 49 deletions

View File

@@ -1,3 +0,0 @@
DIST django-timezone-field-4.0.tar.gz 6866 BLAKE2B 1904dbdc6454109ab00df5008d36a9db9e8dc68215d1824c980ef82711871747d7b51a263d591968494511a33bc4325930dd7d87ba4b62d9386c78c5508d7680 SHA512 d928cc22d45f027b9d5776272cd8bc03b3d7e403d4ade293973e25a7ef96ab1ff6ccaa5bfce2900f579b52f5e8cd6c581054e944440d05b774457faf4ca9c9b1
EBUILD django-timezone-field-4.0-r2.ebuild 814 BLAKE2B d3245dd87428e439250af3514c3034f548b71ac942b1032b66b8efadce7aad41e1b0a5fd0623972c76b996b84d84216c9726f0368d8dee12f0d9a3e38163e8d7 SHA512 418a0191458ca0597832ee2586fde6935a781b55ca5cbd48590d7e52f1681d7f972a7afe696777f4ca5ab450d9881ed4b5024e57277e532510c86df97c88d1a4
MISC metadata.xml 457 BLAKE2B 870962dc9aef139a6da60bcd8d684b3d409371722f34eef54fd1f2de792b6e3bd1d478f7f30dec87377f525cb6f3eb3a23f49787033063588cb87df0c707b2a4 SHA512 d153c68a09a11855c31437133c9a160f83276ef9ba47a6516b521b926ba1ed8d2b403278f87f88e52970e8dd251473f8663d026ad231b91defbf96f886af75d5

View File

@@ -1,31 +0,0 @@
# 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 Django app providing database and form fields for pytz timezone objects."
HOMEPAGE="http://github.com/mfogel/django-timezone-field/ https://pypi.org/project/django-timezone-field/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">django-timezone-field</remote-id>
<maintainer status="unknown">
<email>mike@fogel.ca</email>
<name>Mike Fogel</name>
</maintainer>
</upstream>
</pkgmetadata>