dev-python/django-pglocks: add 1.0.4
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
51a2881142
commit
085797b2fb
3
dev-python/django-pglocks/Manifest
Normal file
3
dev-python/django-pglocks/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-pglocks-1.0.4.tar.gz 4085 BLAKE2B 8aaaaaf3b6ace4fb179117dd7b5064245ed9bcc44d0a613e3fd8a048196a15c9d9243bd683388b318c5ebab68b81b111c214ae3a7c3575ac86dcfe6e34a65403 SHA512 bb0a7dc18142fb668cb2f47acf48e62118c17b824d1d04407d253b1bcb3e572a38341e851f53f5e44e48fb6241d4c977e4971686e1f1feca191b27f6e9d7b133
|
||||
EBUILD django-pglocks-1.0.4.ebuild 603 BLAKE2B 48b3b1d63a5b594f9d64356f32c8131d2069a281022693180579d6dece59c57aeb627aefadaa78f440b865809889159546534e55e802748e585e17bf8f954f72 SHA512 f8888fb4647cf1a1a37aec9d993c510ab3ff46f1b1df1590ca9a4113c2d3d48f8a1649d16e79a8f2fa938a1173e589bd5677e4462536d05eaff331494d57e92f
|
||||
MISC metadata.xml 520 BLAKE2B 1524c9c696e84cd2090cd36baef730ee9060ed6ca02585af56cb6c988d05b95f77e09071a62a6689f821bd07e2ef6e693f31d2b16d63a50bb82443663b65b8b1 SHA512 355cafc2e13c1a207204a2a9501fb16045ace487924816ad6acbb30b82a6e03a7d5902e27361e236ba5b4108a24fc9cf35c56a825fdfea86353f546073c8460c
|
24
dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
Normal file
24
dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="django_pglocks provides useful context managers for advisory locks for PostgreSQL."
|
||||
HOMEPAGE="https://github.com/Xof/django-pglocks https://pypi.org/project/django-pglocks/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
#DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
16
dev-python/django-pglocks/metadata.xml
Normal file
16
dev-python/django-pglocks/metadata.xml
Normal 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-pglocks</remote-id>
|
||||
<remote-id type="github">Xof/django-pglocks</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>xof@thebuild.com</email>
|
||||
<name>Christophe Pettus</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
16
metadata/md5-cache/dev-python/django-pglocks-1.0.4
Normal file
16
metadata/md5-cache/dev-python/django-pglocks-1.0.4
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=django_pglocks provides useful context managers for advisory locks for PostgreSQL.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Xof/django-pglocks https://pypi.org/project/django-pglocks/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-pglocks/django-pglocks-1.0.4.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=9433d5c380389bd2661b28756b2fbe47
|
Loading…
x
Reference in New Issue
Block a user