dev-python/django-tree-queries: new package, add 0.19.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-01-07 13:50:49 +01:00
parent 85d3def095
commit 7c086a94a8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST django_tree_queries-0.19.0.tar.gz 11541 BLAKE2B 53bb1ab05d62e2baf0c4553b10252ac061d1238373e8babf427de7acea6f9beb38e384ab2731da1b94ee98c41ee1b8420885e1e9d7980bfb8ab022fa65e1c774 SHA512 03d8bae363f141bc2edbfefc29b1d8d677cc652137dc629352814037da069cc1ae85fe34149a44ed67dbd80728bda362f9e2aa7acd1683504efba5d1d266981e
EBUILD django-tree-queries-0.19.0.ebuild 464 BLAKE2B d4b055cab974a6cbc35cac7534502dc71dcf1042eed1270709daf0cee6bb601c82a5207d5a8ab75b06661df75a89ef1a8c8d090d0c2b87145ec6dbcce8d21242 SHA512 1213bf0226885670b3384330a7796ab1449677395c03026a923d727dcd9a600d67bfa621cd09f3c7cb64d0cfa265a579ac398a607346beb7391d336c1bf211c4
MISC metadata.xml 536 BLAKE2B 059f495ad9477789d0f74f1394fee2c44668153f0ca90b731167168b7457e9e63a21d0f6b93665038e146c8d4670d0b84ba2245824ef5aca190c172e1a9ba473 SHA512 7d526c26afef2a14bb5a18271f4fb9725aefc07469e7aaca5361d61507f024aa77e0f849981a70d9eb8c31863ff2c7dc7653daabab9a7fd449efbaebbe3847d4

View File

@ -0,0 +1,19 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Tree queries with explicit opt-in, without configurability"
HOMEPAGE="https://github.com/feincms/django-tree-queries/"
LICENSE="BSD-3-Clause"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"

View File

@ -0,0 +1,16 @@
<?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-tree-queries</remote-id>
<remote-id type="github">matthiask/django-tree-queries</remote-id>
<maintainer status="unknown">
<email>mk@feinheit.ch</email>
<name>Matthias Kestenholz</name>
</maintainer>
</upstream>
</pkgmetadata>