remove some obsolete pkgs
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1a4c297835
commit
a500247095
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
#MY_PN="Flask-Cache"
|
||||
#MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Adds cache support to your Flask application"
|
||||
HOMEPAGE="https://pypi.org/project/Flask-Cache/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
#SRC_URI="https://files.pythonhosted.org/packages/91/c4/f71095437bd4b691c63f240e72a20c57e2c216085cbc271f79665885d3da/Flask-Cache-0.13.1.tar.gz"
|
||||
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
#S=${WORKDIR}/${MY_P}
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Adds caching support to your Flask application"
|
||||
HOMEPAGE="https://github.com/sh4nks/flask-caching https://pypi.org/project/Flask-Caching/"
|
||||
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/flask[${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
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
DIST Flask-Caching-1.8.0.tar.gz 69302 BLAKE2B 5550c3bf4b5de368a4ebcd8b6b7919e1ab7c353dab247dd1311b95faab22e751877408d1841a342ae4373dcd1b5ac765a63fad6a837c842119c6d9a8c7c5dd54 SHA512 c7e541c18e50e2428b114083fd0849fa99675635eb00ff6ea89af353e2e1cdface817aadc0651c9d7c1c1695f93ca3e4a2a66344f73761339e429dccd3764cf4
|
||||
DIST Flask-Caching-1.9.0.tar.gz 71618 BLAKE2B 56a631911f84b5525a635ee703bd714f734db4b6a9fa74d2d95e1e5b29a1d64cd72e302ba7ba4c7052749b23b8d92a26ca15fa07d7e1f2e67f3af4341d60ed6b SHA512 cd29aab6c8888180a90db0520acbde0b825c2f25908033cacc19de6a7d574823a4a07119a4c3c75628b6fbe67026ac566c5bd2ecadd52523dbe4163307b133a1
|
||||
EBUILD Flask-Caching-1.8.0.ebuild 854 BLAKE2B b3331cfaed1711c2ed2b414eaf0be4ff160f70ac2ebff570725142e42b497c8f29108e5da251cea57fea60eef0fdff781b168fa2aeb95fd6a38fdb9327a49d34 SHA512 432d4e9284c00aadc7fd9056d357e176a1793eed89431c0fd75e0dbdc652f0219ea8f9be7d8b540744e3d30b39a22cc07ddc69857be4ee4020c73561fa0ee693
|
||||
EBUILD Flask-Caching-1.9.0-r1.ebuild 728 BLAKE2B 6c5d934a2dbadc42e90ec8b03ae368213526d9cbc1f42ffead5423b5f8fd406e452e0b94169a5b067095646837c7b5ef60d40540d88402fab213d751448a9d86 SHA512 58569bb04dc935661de29a4d78365dba8ea26f6770da47d92b153649658f636c4d0b49810aaa5161f02dc454a3e19fdfad080a1bc961287043e69d5d68972abb
|
||||
MISC metadata.xml 519 BLAKE2B a23cf1feda48652a1b15e0596a42579f8af1f2676d0d072f8390e1644e9dec636769aa455151566220e436321ca8cfe1834c8df4d32e4fdeeaf67172e7ad7c7b SHA512 16321d13737d46303bd90f702336a4238314128fd202345197d7a13fce5aaeeec89e4bc379944de1f81639adbcae745ed612b3dbb0da4030e239c23e75e4e7fd
|
@ -1,16 +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">Flask-Caching</remote-id>
|
||||
<docs>https://pythonhosted.org/Flask-Caching/</docs>
|
||||
<maintainer status="unknown">
|
||||
<email>peter.justin@outlook.com</email>
|
||||
<name>Peter Justin</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST ciscoconfparse-1.6.30.tar.gz 112923 BLAKE2B e435af86ca417a2fbbcb83905dfa94c32bf533a1aaaa50c646086a1b36d834bd9152de5bd64c5bf232ac009a3fe22485fba3161a7bccc05abf44fc0afb8e3808 SHA512 b9a7acac89b73aefcfa8a097b4d900046ee32dd14d90dd063a853d7e628abd7ae68360964c81e2db626777b895e572bb36f8b47c864f11aeab5ee40784b8b9c6
|
||||
EBUILD ciscoconfparse-1.6.30.ebuild 866 BLAKE2B 12603b18601898824b080f0377f1e7a56c926dfe1913f3ef84a9b04d2aa25e12bfaeecab78558607e63c4e52dba2435c15cbf5477cc4b5e0c006d7901124fd1c SHA512 4ec59c329594184f1cb0430053df3bdf0e9dfa08eeb8a45ed4be1304b86d88c3949f61236a8e8f2165548040b8ee268dff398651cb2d51c2c0ce5212b38968b5
|
||||
MISC metadata.xml 461 BLAKE2B 0e0d9d5df7cfe54d71c7630e4f2f7934229afc9c13cfa0692ec11482061eced20820d9bf09aa1b5adfe8c41be6435be2556d790ae389a0c4a3328e003436ff39 SHA512 3651d7088ac6d946069ee34d479ba21a41bbace37e69dd150431e2b543935ea21fe824f071978c74eb2d9561ebdb48c0fef420ca38e5a6f65c59056f479c896f
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configurations"
|
||||
HOMEPAGE="https://github.com/mpenning/ciscoconfparse https://pypi.org/project/ciscoconfparse/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/passlib[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
@ -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">ciscoconfparse</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mike@pennington.net</email>
|
||||
<name>Mike Pennington</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,7 +0,0 @@
|
||||
DIST custom-inherit-2.2.2.tar.gz 28657 BLAKE2B 2e38e2575261f99a500c70349d88bfc34ab18e03ceb31a7f446878c493fa4df06de9c9da7577c2076cbf25a5c625d750d60d8b1f1ebec18c3c2b81282175d750 SHA512 92a83514ef85a3fe9d1a32b0bf559e8f00250476bd31375ec2e6405be8baab489d18baace2a2c698eb4cc5481972ab70c127592bacd5c53492a57ed63373c70f
|
||||
DIST custom-inherit-2.3.0.tar.gz 29754 BLAKE2B bf7bdc75c5827f5cab4cc0f751d5b74181df4e01882b6d12fc5cbe9527d7d30e043b5c2f631dc0f4cf2dfd5ca95d25aa6b9563d579689039746acf7d7c2669da SHA512 65c8ee5ed1edf86c4bdc21ababd043f8f12de0480c563e6e2e60a12932b38d655778322ea36bc9a3be9deb561059431e21bfb86ca3510616692be6197481a34c
|
||||
DIST custom-inherit-2.3.1.tar.gz 30106 BLAKE2B 99fd24a05e1bfb1e166926fe7e6f3d5ac17f0160724d10331fbb53b70b88685d86b400d00cac5976583aafee47d210cbb95954d2a89d270c5431de898d06cd54 SHA512 8a649e0e3fd628731351c48797250d8393969000ccde8d1be4b3198c3d28445a8422d1c62ed280d8962f7f9db1bf43121a526da22f0b9f35e632015cd46d838e
|
||||
EBUILD custom-inherit-2.2.2.ebuild 835 BLAKE2B 02c0bcfe6e64794d4e4a540052b8bd2177e2167a18ea511bd19fae09e0b04aa53491919296f97b58884e473732d3bddd2f735b2e79f289c90386381f4736d8d7 SHA512 6c3315a05f973a69d1d23dd18c106d856ffd4e09b59cfda964b5a15f65e57239c9319a6487909ace87c6569482553dff1c47076faa477d8d08ef8f4b84f53e82
|
||||
EBUILD custom-inherit-2.3.0-r1.ebuild 836 BLAKE2B 1ba3a165dfe681e3e3eeba243d7a6b0114a5250d00495a060c4b11dbe09d3fcb387b89a21d8f7e1b8964f25ab763bc0376c7432b2d53349dd94517ba0b460be9 SHA512 f492a7f960fad6790306e9e6ccc7b6046ab5e1bd64faee495ec068500cd02d369cf9d48d5ac9bc926ed804ba16435fb77f065f99c50d9af458120bcd44e05b13
|
||||
EBUILD custom-inherit-2.3.1.ebuild 839 BLAKE2B c2c078f0b026be0249fa9b9f03356c8bbf5a677134b1334a40b73a0783fd20494154d1be6b237aa7ecfe04a876f99dfc644cb79483a864e712a86fd71d8eee32 SHA512 c66707edb0cf4ff173c15b8c6542b54bbb8fda700fe2f0347647156622cae7d1f619cc11e440234913e497aecf5570f147002da4297aa0dec1107677cf71c46e
|
||||
MISC metadata.xml 452 BLAKE2B ab812b695f61f454928b7fde8e5a44ff1e3f87b5dbbbf36f12a00607705cee63d0e9659a6cf15012f538c18f1100d9f39119f38cd8c973b8e0c92fc280e25499 SHA512 7426684245c07ce8c333597e4776b08f5d08beef932ecc69abdcc737fa3af029f7cfec2ee298d0235ab1620dffd2d2b003307bd19bc69f6cb422079042d0b4ba
|
@ -1,33 +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
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
DESCRIPTION="A Python package that provides customized docstring inheritance schemes between derived classes and their parents."
|
||||
HOMEPAGE="https://github.com/rsokl/custom_inherit https://pypi.org/project/custom-inherit/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
@ -1,33 +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 Python package that provides customized docstring inheritance schemes between derived classes and their parents."
|
||||
HOMEPAGE="https://github.com/rsokl/custom_inherit https://pypi.org/project/custom-inherit/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2021 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 Python package that provides customized docstring inheritance schemes between derived classes and their parents."
|
||||
HOMEPAGE="https://github.com/rsokl/custom_inherit https://pypi.org/project/custom-inherit/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
@ -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">custom-inherit</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rsoklaski@gmail.com</email>
|
||||
<name>@rsokl</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,6 +0,0 @@
|
||||
DIST django-annoying-0.10.6.tar.gz 9454 BLAKE2B a8159c6e297df37c89cb2e8cd849bb1c39d2a551882be9b503181b6577791ef42046ca2cd825a5fc336fc82db93e7e00c60883d80d7ac75f7530e778416f39e1 SHA512 7b676c1e5aff6b19ae5bb1ea279cc5e46e28b7adc0afe8e9fc80e72da02378e5264db854e9c48cdc243440193760691d5003c3400a9955bdbfb8d7c7325774ed
|
||||
DIST django-annoying-0.8.7.tar.gz 10170 BLAKE2B dc5588ca4fd506b4cb25d566864a42e4aa00ccaa7074b83817ba4b947fe9f154d4888824b551f5ab4ac4805cbf403112a010982babc15525a6803cf5eac79c5e SHA512 4654083ef0076837bc2cacec82c51faa3746cfb2f27002692c7552079e0f0e8d59e064ec4119366e0c452c102309513ff8bf12ec5d9785485e580b989c96517a
|
||||
EBUILD django-annoying-0.10.6-r1.ebuild 786 BLAKE2B 9d82eacd36ac7acfdd3861e34711893dc852c911ef3d07ece851ca5c79621eb6515297f468ef068efd8906a9af69177db278b1ea639b6e4e8b84d02d9969f047 SHA512 a631ad19d0253633d732c7f5e5eb145c8fb4963ab678b6ee32ce2344ec58099e46fd11097399f51519f2cc0141e7e7bc3bbdb15d4f517f345aa0d6dd0452930a
|
||||
EBUILD django-annoying-0.10.6-r2.ebuild 841 BLAKE2B b70f38adf42efa3fa144b79a09d7d55de68f65474f0005bc621bfc97a9ae5d1867091ed9f900e081be4cdbbbe58aa01a461f2e4ea19791fab4c34d0fb1070e23 SHA512 47e3697803c1ccdcffe71290ed5372f36c4ffc0a458b1ea9c34b093a08fd45f8e8ea96b1d59f076f1d7a98afb8d8c52a16d12426382cdaabaf6c7d24065d6125
|
||||
EBUILD django-annoying-0.8.7.ebuild 540 BLAKE2B f54133102acb7acf6127ce27a7d96eb8db4fe59b653e2cc5597e8a560de72d2bf300c2188f74b198f420fcd4c1372893be01e5b4ce557f61601681078d2e4d83 SHA512 7668f97c1471e5d3cdfff5be6a478f2c431b1a209b32d67f7ae37e969173db821bbd5b251d366669e05559d69174fbcbfe4b13467b439c4972ed355d2c34d5a2
|
||||
MISC metadata.xml 472 BLAKE2B a9a3c144439931c3d8261fa865d8eed417445c83d678b8a070d01fb07bf01d771b8fd70dc720640d4ccb5cef4be77fa3da451704148b0acb62fdf4797ab0aa0a SHA512 f6b22812eb29ce1643e621f30f6f1fc62c3c21202431d0646d447bad9853cbd535d1dce5b82f0a2730724d91d471e51d1397ff977702d28f79c5e9048f86f5f9
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This is a django application that tries to eliminate annoying things in the Django framework."
|
||||
HOMEPAGE="https://github.com/skorokithakis/django-annoying https://pypi.org/project/django-annoying/"
|
||||
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[${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
|
||||
}
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This is a django application that tries to eliminate annoying things in the Django framework."
|
||||
HOMEPAGE="https://github.com/skorokithakis/django-annoying https://pypi.org/project/django-annoying/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This is django application that try to eliminate annoying things in Django framework"
|
||||
HOMEPAGE="https://bitbucket.org/offline/django-annoying/wiki/Home"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
@ -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-annoying</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>stavros@korokithakis.net</email>
|
||||
<name>Stavros Korokithakis</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
AUX docs.patch 713 BLAKE2B dabe5ab114ea18911e9f7de38040348405116486bcb0cb0eeca8d2dcfd4becbdc99ce3a306338b03987064a53adec5fa7acc310f81de8e76d68582d91148d335 SHA512 af930dfca53b0353c7d0af3671a924174b5c2d6dbf3da299a77dfd603e2a510724024e2d6b1d51cb2ad6d7edff3f1bef0813b7f12af1d7628f022e3ee4667996
|
||||
DIST django-appconf-1.0.4.tar.gz 18733 BLAKE2B 21af3c3913aafe6a7670256bb10e80d0ac286fdeea646f91e8696470be3c1dcfb0b6d04e626f80784de02693583bf0b7a16da658175f8a1d81200a5c837831ee SHA512 0d0a206d43d4c6d7f3dbe5fb6423f5f012dae42bae7459f3ee06501f9c126e73f69a30da5c34c84014e582a7b42f253ebd37ece8b8477963cb5d2357ca095639
|
||||
EBUILD django-appconf-1.0.4-r1.ebuild 1003 BLAKE2B 881af562cd568fe3eb1223599c802f30c19af55d73c3f79b30cdfb6d0b59b7ab0fa2eb098097177e86b4e657d950615922606f67e193f486e9a38e74f0ac1b00 SHA512 d1fd2965c88e14d117ac82511c70e5cae01285bb4e85d2809cc783aa65c256ec2d8903f608c05750ba261a8e8ee9965d02c962df2b25c1022ab68c820975202e
|
||||
EBUILD django-appconf-1.0.4-r2.ebuild 774 BLAKE2B e68aa5268f76c32909bb80c5523ef140d15caf3abe389b74d01f3762f818dafcf4017ab7f4cf4b7f83bb1f564be4d751624da35f503a4087fdbd4fca99040b33 SHA512 2a505bfb83b357f74958f5576cf532422fb97c7fe189e3baff7097d2fceca212d8d4d5b0d9e39cd3532d157f658b72f38538c356ba81b512de590d027fa5a55a
|
||||
MISC metadata.xml 458 BLAKE2B 229af21eab63ad8da4ce275113db270a6ca512983506fd9e7c4f31344fcfda204fe3976491af3e6d6bfacf9bd079c69398dda6dcadf8e5f5aa65ff1a5b7b7385 SHA512 555b688ddbc718a199e3279f8254f1968959a96d993f790a0e0c7ea66abc3468b99591e205d3300c62ea2b36e9ebbf4694f6e1ac3be6386a5ce3360aa0a65b6b
|
@ -1,42 +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 helper class for handling configuration defaults of packaged apps gracefully."
|
||||
HOMEPAGE="https://django-appconf.readthedocs.io/ https://pypi.org/project/django-appconf/"
|
||||
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-1.4.1[${PYTHON_USEDEP}]
|
||||
dev-python/six[${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
|
||||
}
|
||||
|
||||
PATCHES=( "${FILESDIR}"/docs.patch )
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( docs/_build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 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 helper class for handling configuration defaults of packaged apps gracefully."
|
||||
HOMEPAGE="https://django-appconf.readthedocs.io/ https://pypi.org/project/django-appconf/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND=">=dev-python/django-1.4.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
Prevent unwanted d'loading of un-needed oject.inv files in doc build
|
||||
diff -ur django-appconf-0.6.orig/docs/conf.py django-appconf-0.6/docs/conf.py
|
||||
--- docs/conf.py 2013-01-29 01:45:50.000000000 +0800
|
||||
+++ docs/conf.py 2013-05-18 21:40:38.737985957 +0800
|
||||
@@ -218,11 +218,3 @@
|
||||
('index', 'django-appconf', u'django-appconf Documentation',
|
||||
[u'Jannis Leidel and individual contributors'], 1)
|
||||
]
|
||||
-
|
||||
-
|
||||
-# Example configuration for intersphinx: refer to the Python standard library.
|
||||
-intersphinx_mapping = {
|
||||
- 'python': ('http://python.readthedocs.org/en/v2.7.2/', None),
|
||||
- 'django': ('http://django.readthedocs.org/en/latest/', None),
|
||||
- 'celery': ('http://celery.readthedocs.org/en/latest/', None),
|
||||
-}
|
@ -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-appconf</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jannis@leidel.info</email>
|
||||
<name>Jannis Leidel</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
DIST django-auth-ldap-2.1.0.tar.gz 51027 BLAKE2B 1229d184746cf05f9c7ddb9e6674b2c529a0fc6d051f78ba01de6a80b0e5e408a8da10e35087efad60f1fef90be708e8a0c05b04c4408500329d9dfb567c0f8b SHA512 4c204eee856e33fae80a22a80bd0f3a21d1f2ee33b1ad56087832f89e91d7e1441579cf77541c1c35e8e0532d4da937b736fe3b4708d7c2d7bbccacbb0b24061
|
||||
DIST django-auth-ldap-2.2.0.tar.gz 53148 BLAKE2B 1f83a2f174d9fcbd264ce7e298c0dfebc720482b058e55833416440627c9e1fc02f2ad4e585e6fe01102f100337df5835020b8ff48a5dccb850cfff28ef902a0 SHA512 2ed1913e81a4801d683280586018df57067ec84b44299da4c6415452c978c8f1d2ca1d36eaced40efa0737180d7e35971e4570753f60d946b32d846b455ab744
|
||||
EBUILD django-auth-ldap-2.1.0.ebuild 811 BLAKE2B eb283f14e07f2be0c58b090747083f2418539c599a7d6535bf8b05e804602cdeab6f8f5bb9f2627ac676e361dfbbfd4cfa464559742dd90b5ed74be9fbb32fda SHA512 8c9346b97bfc8123dc73e5cffcc201b4d19b08233bdc9f2b4e0decbd4e3643f090d17749a670fdadf81f866d6ba4e5caf8a24c3ead62d899fc3100fd1d75613b
|
||||
EBUILD django-auth-ldap-2.2.0-r1.ebuild 855 BLAKE2B d7c504573705037febf6a19ab989bbadfa2af240f397d2af0c359f667e09e62045a76865484324542da94173708668cc87cdeb8995c2de103b5531a16bce9c4d SHA512 3b2e489d9d433276066555e5875dbfd4674b37480e27d2d6333fc91eee336247e591b0ba5f27b7712f6f8cdf183333e71c867a779ddf3e2697ccb789403eee36
|
||||
MISC metadata.xml 463 BLAKE2B c198add44066ce986f8ed6134c811efdbc5abde4f2b4f22e80e06e1c43a8974de146e0200fec2d8ba05b4887f47ef4a019b84c15fa1d37ad451c13346bc57b7e SHA512 dfeb3838494d14af4374fb99225e9a26c7f328936d09b34af81f5a246d0348da4547c7973a275f880609b7f9debfcc5909b5134746b470e33d4ac84f949ce65c
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django LDAP authentication backend"
|
||||
HOMEPAGE="https://pypi.org/project/django-auth-ldap/ https://bitbucket.org/psagers/django-auth-ldap/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="app-arch/unzip
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django LDAP authentication backend."
|
||||
HOMEPAGE="https://github.com/django-auth-ldap/django-auth-ldap https://pypi.org/project/django-auth-ldap/"
|
||||
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 doc"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
app-arch/unzip
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
@ -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-auth-ldap</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>psagers@ignorare.net</email>
|
||||
<name>Peter Sagerson</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
AUX django-baker-0.11-py3-backport.patch 2127 BLAKE2B 07240892edb97a0f7b13aa1474bd6650ba573537f5b8e892cef6ad00593cccb7add8bc9a08553c588e0eb0a1ffa884b9aaaa1b3edcad3a6d8f83b16fa9b02b2e SHA512 bc5785df9258579b3f583f4573e8907f5794f2a09576e91f770fe2e19b74043db1068c493cf0c0d7f448a4d1cbc7774187b474dd3d3c1cf80a1a68e2d4d77c54
|
||||
AUX django-baker-0.11-py3-iter.patch 1820 BLAKE2B 61ee9af5d2691c7b4cc545a9c9db07811311a23782f6d0577235bdc0cd940cb88d943b4433806dbb06a88315d8d1e89275500b576c39fe6eb22ce0db194dfc61 SHA512 d20fbb4ae9de91c3af36a902a5600f3f4dbaae82e7c33285f157fc3a40cc416e3fd2ce0a453e6138d7381fdbe1834694eacb2214a49b9528dc0c8b26e5ac5f47
|
||||
DIST django-baker-0.22.tar.gz 18085 BLAKE2B a05006597eb57bed319967780aeaa7ea14cb7b561d028a874f6f734bc062695803fd1c00fd0b55bc9ba5413b60f7c1c2e7c9435fc20578b3953bdc7c92deb92e SHA512 a088c975054220f6b2440b98cec2562506166655860ef881ae0e8d36d4fb412ed0a01239116c7fc67020e1166e3fec48271aa7c744a85c392a186f5cd5b5778a
|
||||
EBUILD django-baker-0.22-r1.ebuild 743 BLAKE2B 3ffe7d3b83dbaa287d9dcafb0104957d72b1b0378910d97d6c586773d289c8fa8989ae9fe031265e3f7cb20707c4c43ba62356c746099e2c12eb90cab6cae220 SHA512 dea3e9a9509bbebd7754fcd1d66aebf251c25c82c03be914dce16679e06a7bb2e698dc8d91fe5082ad4fd7c67bd52191f05507d3b2b72eef84e8bc1bf9beeecb
|
||||
MISC metadata.xml 457 BLAKE2B 09d193f68852f037693ae15ee0a7fca5967f3e9f0b1375e55d55b48e6902913e7523f921a96a8824fd865f13e72fe22b9128d10d9ce6a97364e450e397639137 SHA512 e778b98b3a37acc1948209c5dcc85791a504fa6ae8ed41ce15dd0da87ded087de39aa1fd1fcd8560f16fdefbb43c2c18ad8744d7099f85a409b591c48a8572a9
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Management command that generates views, forms, urls, admin, and templates for models"
|
||||
HOMEPAGE="https://github.com/krisfields/django-baker https://pypi.org/project/django-baker/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
From baf971a58d310d6d3bfe7ddea81b33c810e3d3cf Mon Sep 17 00:00:00 2001
|
||||
From: Tim Kamanin <tim@timonweb.com>
|
||||
Date: Sat, 21 Feb 2015 18:42:45 +0100
|
||||
Subject: [PATCH] Added Python 3 support
|
||||
|
||||
---
|
||||
django_baker/bakery.py | 4 ++--
|
||||
django_baker/management/commands/bake.py | 3 ++-
|
||||
2 files changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/django_baker/bakery.py b/django_baker/bakery.py
|
||||
index ff04ef3..7c0cbc2 100644
|
||||
--- a/django_baker/bakery.py
|
||||
+++ b/django_baker/bakery.py
|
||||
@@ -4,7 +4,7 @@
|
||||
import re
|
||||
from django.template.loader import get_template
|
||||
from django.template import Context
|
||||
-
|
||||
+from django.utils.six import iteritems
|
||||
|
||||
class Baker(object):
|
||||
"""
|
||||
@@ -16,7 +16,7 @@ def bake(self, apps_and_models):
|
||||
"""
|
||||
Iterates a dictionary of apps and models and creates all the necessary files to get up and running quickly.
|
||||
"""
|
||||
- for app_label, models in apps_and_models.iteritems():
|
||||
+ for app_label, models in iteritems(apps_and_models):
|
||||
model_names = {model.__name__: self.get_field_names_for_model(model) for model in models}
|
||||
self.create_directories(app_label)
|
||||
self.create_init_files(app_label, model_names.keys(), models)
|
||||
diff --git a/django_baker/management/commands/bake.py b/django_baker/management/commands/bake.py
|
||||
index e602345..f7dc16a 100644
|
||||
--- a/django_baker/management/commands/bake.py
|
||||
+++ b/django_baker/management/commands/bake.py
|
||||
@@ -1,3 +1,4 @@
|
||||
+from __future__ import print_function
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.db.models import get_app, get_models
|
||||
@@ -51,7 +52,7 @@ def get_selected_models(self, app, app_label, model_names):
|
||||
"""
|
||||
if model_names:
|
||||
try:
|
||||
- print app_label, model_names
|
||||
+ print(app_label, model_names)
|
||||
return [get_model(app_label, model_name) for model_name in model_names]
|
||||
except:
|
||||
raise CommandError("One or more of the models you entered for %s are incorrect." % app_label)
|
@ -1,42 +0,0 @@
|
||||
From c6c856c999cb9a9ce4ec8ecee714da7f6719019d Mon Sep 17 00:00:00 2001
|
||||
From: Matt Clement <mclement@savantgroup.com>
|
||||
Date: Tue, 3 Mar 2015 14:57:41 -0500
|
||||
Subject: [PATCH] Switch iteritems to items for Py3 compatibility
|
||||
|
||||
---
|
||||
django_baker/templates/django_baker/__init__urls | 2 +-
|
||||
django_baker/templates/django_baker/forms | 4 ++--
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/django_baker/templates/django_baker/__init__urls b/django_baker/templates/django_baker/__init__urls
|
||||
index 1baf063..d6c9bec 100644
|
||||
--- a/django_baker/templates/django_baker/__init__urls
|
||||
+++ b/django_baker/templates/django_baker/__init__urls
|
||||
@@ -1,6 +1,6 @@
|
||||
from django.conf.urls import patterns, include
|
||||
|
||||
urlpatterns = patterns('',
|
||||
-{% for model_name_slug, plural_model_name_slug in model_names_dict.iteritems %}
|
||||
+{% for model_name_slug, plural_model_name_slug in model_names_dict.items %}
|
||||
(r'^{{ plural_model_name_slug }}/', include('{{ app_label }}.urls.{{ model_name_slug }}_urls')),{% if forloop.first %} # NOQA{% endif %}{% endfor %}
|
||||
)
|
||||
diff --git a/django_baker/templates/django_baker/forms b/django_baker/templates/django_baker/forms
|
||||
index 1f55c86..a21234d 100644
|
||||
--- a/django_baker/templates/django_baker/forms
|
||||
+++ b/django_baker/templates/django_baker/forms
|
||||
@@ -1,7 +1,7 @@
|
||||
from django import forms
|
||||
from .models import {{ model_names|join:", " }}
|
||||
|
||||
-{% for model_name, model_fields in model_names.iteritems %}
|
||||
+{% for model_name, model_fields in model_names.items %}
|
||||
class {{ model_name }}Form(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
@@ -36,4 +36,4 @@ class {{ model_name }}Form(forms.ModelForm):
|
||||
def save(self, commit=True):
|
||||
return super({{ model_name }}Form, self).save(commit)
|
||||
{% if not forloop.last %}
|
||||
-{% endif %}{% endfor %}
|
||||
\ No newline at end of file
|
||||
+{% endif %}{% endfor %}
|
@ -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-baker</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>avalaunchit@gmail.com</email>
|
||||
<name>Kris Fields</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e SHA512 8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27
|
||||
DIST django-cacheops-5.0.1.tar.gz 51360 BLAKE2B 15d899cb0dccce655295c36b9ea4de7399d45c615d876efa8ddf98537ca5cb153432f591ecc0eac7cf250cd028f62d68736ca3072d81d045aa70e1a00063e726 SHA512 ed5bc6d9f9e5db3b201887ee18f106c0b597f52bd1b5e20805835eb4319b7c6f9b1e4a7082f1d6fd1df50dce877b56a33527089da8fa319a0bb4496b9876bf0e
|
||||
EBUILD django-cacheops-4.2.ebuild 602 BLAKE2B 0dc1e8d80f7db5884171a60690da983249ab1ed490b7a7a2b02ad0d172525e535d6f3121bc742a818a76297e57d5fe12176d90343a98f239410e386e1b2c4cc6 SHA512 230d8cd312d96732177513dfd109389463ebfb09adaccedbb8963c2813071879185d42811e1b9968d07ee01af25a0b9574e914d8b79f1a515b4f0416e6b2161b
|
||||
EBUILD django-cacheops-5.0.1-r1.ebuild 941 BLAKE2B b9f9dbd7d81403009816a56ad86a338e39e282aafe20502aec2ef39966aa0cb0cf338bb10263310b9a943b59b27aa67cd1139bfd3cbc0f285791415ce570a55e SHA512 0e2fab9104ec899c63bd8272bc32190b47d1fa472ed146dfa5ca12209af112b4b7b82cd079ed31486dfc203fc5994d6000642d84edfd07fe3921a16c340e76e8
|
||||
MISC metadata.xml 468 BLAKE2B ba85aaaac88e1558ee1120563e6e4f5fb1c86edad917e7d305c8bd8ddf835416cbb17bbe48f8af8bddc52cd0d4f6a9d0762c6c4c0d472df56ae22d320449c544 SHA512 f900fd83935dad5b067200114cb459d5c10bd5635b80c825533c5c5d5c9a474dae60eea5eb3989a24efc69a2fa99a98be3c5ef670f1c7431611727a4b462a034
|
@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"
|
||||
HOMEPAGE="https://github.com/Suor/django-cacheops"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/funcy-1.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2021 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 slick ORM cache with automatic granular event-driven invalidation for Django."
|
||||
HOMEPAGE="http://github.com/Suor/django-cacheops https://pypi.org/project/django-cacheops/"
|
||||
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.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/funcy-1.8[${PYTHON_USEDEP}]
|
||||
<dev-python/funcy-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.4.0[${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
|
||||
}
|
@ -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-cacheops</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>suor.web@gmail.com</email>
|
||||
<name>Alexander Schepanovski</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,7 +0,0 @@
|
||||
DIST django-cors-headers-3.2.1.tar.gz 26261 BLAKE2B fcab223308223af20754275256e9c03f2dc99210b05d200fcfa0f0e4583c7f8a098ec66a3a40d771aa94221d9d21d2bb0c673f4722b72f598b95f31420fa7526 SHA512 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397
|
||||
DIST django-cors-headers-3.4.0.tar.gz 78307 BLAKE2B 4289ea4b907d570e63f0e11535e6c254fc6b7539fb696d8cf678cf3008cc51712ce2d6c176552fc56c25327215054849dadb1be29453ade48c67630fb29fd625 SHA512 0d234dee3c7146bf5d33c915b6bd9837de6ea292d2583c53a1e78c1bc95bf1d497f25254a48331342bfb7b3b3c86fb914c85b22763d80fb08e9f074878bd8e0c
|
||||
DIST django-cors-headers-3.5.0.tar.gz 82619 BLAKE2B 591cc05583f1fa50f9a4113960c398dd799e07b0b0b4f2285ac85501fa0ef839a3c43f7cb1bd0c4bbad01798d018a055dc2b88a7e415cbe3d05741c377f46d0a SHA512 54a77f0da445f91d8ec9747dcd1d3be0db7be865819621f7d0c8ad3caa8aadeb03e8e8b486a0d6b5864b7ccbe856915f2604a28e9d824ca2561d828bc52019bf
|
||||
EBUILD django-cors-headers-3.2.1.ebuild 528 BLAKE2B 8a4d23c92cfac75e8bb2630f76f0910cc7688232a994379339b9d31877b33e41a0e2f698304f4f2e7f15972861e55d3a215f9b7f189f00fa93a14c7d7c78e087 SHA512 9c0c28c9804772cc38ed722faa0e0f657411772e795b30c33d1ba9eab7d592f09dcdd42bae6d08d8c8e5d6a1a167c66a33674ad9b52af60c16e2322918628b9a
|
||||
EBUILD django-cors-headers-3.4.0.ebuild 574 BLAKE2B 7406104daf9c07647a7cbed0183de2d88843a8d75e3a25ae70fe2d42b106a2b0319924265b1fde0fc9dc59a90ac8c1902f8c3bb47f01444a53172c65a7c686d4 SHA512 008c770c83e668dc142bd91c3dbbcf454fd66867a57121d5bafa73584619d2f573196bababcbaa062179ed5272e8982cbc91250f00d0778d65c48358ca88416c
|
||||
EBUILD django-cors-headers-3.5.0.ebuild 840 BLAKE2B a7e387bc35ed556de33bb548ea26f523e3a1cf2d35b44a0bd8ff97cab7486fbbec9af24c2092b1dd60d943affb3a2452775850b3ea43bc3cfba7414567a9e6d3 SHA512 34210880a885c2d9ff3fb58bd67e3f7a7a645c45523a9e540859263e7d67ed8df5ae4c985a3ed0816a6d7b5a2b310527deb8ee379149dadf8897c8590c64b016
|
||||
MISC metadata.xml 455 BLAKE2B 67f3dea347106af8647eef9818972840169f920c975d5c63461a8e4e354b835e5f8b6cc4c95df7614926aabac064cf7273e6d6513b6d3e4b21a3af3db3ad4705 SHA512 69bd544530a01813bb7d1ba1cc21891e13d35e459bbb303088bfd10527befcc452e798e3d4ca461e2107b9542d615ed594fad6d4cafe3aec3c4f73c065a9e358
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
|
||||
HOMEPAGE="https://github.com/ottoyiu/django-cors-headers"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
|
||||
HOMEPAGE="https://github.com/ottoyiu/django-cors-headers https://pypi.org/project/django-cors-headers/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
|
||||
HOMEPAGE="https://github.com/adamchainz/django-cors-headers https://pypi.org/project/django-cors-headers/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${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
|
||||
}
|
@ -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-cors-headers</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>me@adamj.eu</email>
|
||||
<name>Adam Johnson</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-crispy-forms-1.9.2.tar.gz 62479 BLAKE2B 777f215d020c6ebb344a40de86e1770d1efefa92409bd65ed2db9735ad70f855395f6f3c3be9d139949dcee90d6bc16ea5e8e7ae09af8d45279e8c69b45351b1 SHA512 2f3696d3a4b1ff1a203ae4f73ec42e9862bfcb709267f3d5788c4bdbccbd8f56070a2e51948557344ac23fd0fb157457a80b898b4573676282ac7a6a061a32be
|
||||
EBUILD django-crispy-forms-1.9.2.ebuild 748 BLAKE2B bcab14baaf7a15c32e1319e4a6d99c29f9da4a26346f4c4cd399679fa63a5958b1eeb29abdf869b1b7fda5537cfc5236c6cd1b01ea65c14573ffed4620f6666d SHA512 e3d92ec41636826a1d10de664c449a710dbfb033573157d1072ab96911a7c376c0ef7aeb3e7f39a110c320212c8aad1cc9abb816c5c7a9eed2c9c299cfc74362
|
||||
MISC metadata.xml 474 BLAKE2B 86a9e6bd4588daee6f63b3a74b2f38958a035ae8d6f0c1f947d07b12ec96d57ed9d0646eafc3977bc0874a1af05cc362b332b7baa26d473fc4fdc37b56512e29 SHA512 81dd47e5bf4d5ff52a87e3b98cf159ebf3caf6517f4bce76bf4b4b3444e6bf7c02aacf72553ad60dac6b5e936b0c6149a577492bddb22687dfb414249ab92bfd
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Best way to have Django DRY forms"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/django-crispy-forms/
|
||||
https://github.com/maraujop/django-crispy-forms
|
||||
https://django-crispy-forms.readthedocs.org/en/latest/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
# Seems to be incompletely packed
|
||||
RESTRICT=test
|
||||
|
||||
python_test() {
|
||||
DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings py.test crispy_forms/tests || die
|
||||
}
|
@ -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-crispy-forms</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>miguel.araujo.perez@gmail.com</email>
|
||||
<name>Miguel Araujo</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +1,3 @@
|
||||
DIST django-debug-toolbar-2.1.tar.gz 321132 BLAKE2B 4765a25bd7aa2578c65cd0918bf47de047e131deb896cdd7b80111e9628e4f7c39ad6dc84fc4114310fb1a8195fea263810b279e8b19b6e621879b8eb2961f82 SHA512 3cfd11b28ec6573977a0476388e8f4d63441c5b390fe974294bc059a83fc95a44c3c8df18a549403756f7929181750aec51d70b38cfe3bce1d40ba24e6b72e9d
|
||||
DIST django-debug-toolbar-2.2.tar.gz 322475 BLAKE2B cff55a26f4d95353edff3d7f678a052c262636afc94307e22e4d9dc1b6bbe3c0bc1a4997c4904a397de97218b462d52e67ac0f80bb05de7736cb278c7dca58ee SHA512 5cd9e50852bd7efeb83879c5e9fe10fe6df5087b746e9cb2a0e13e66b3fe0a815a6eaea4b273258e7e682149bc29ad8979268d2be263539c522624e3f16aa5f5
|
||||
EBUILD django-debug-toolbar-2.1.ebuild 1303 BLAKE2B 14b8a76d280c2dbfabbaddd447f7cca9933c37d95fb56d3d21b42639433efc9ce111440ce57d6e11830dfd4fc6cc1da1da915c5edda4b41da9b66835f059a258 SHA512 6b3e2328a03aa42e69e4d50d846ab8bc262bd6f53acf3d7160a22cd7c757ba4fac033ed62382efa4daaa640c64937fbd91ad8c037f969823b442b56672a62f2e
|
||||
EBUILD django-debug-toolbar-2.2.ebuild 1303 BLAKE2B 14b8a76d280c2dbfabbaddd447f7cca9933c37d95fb56d3d21b42639433efc9ce111440ce57d6e11830dfd4fc6cc1da1da915c5edda4b41da9b66835f059a258 SHA512 6b3e2328a03aa42e69e4d50d846ab8bc262bd6f53acf3d7160a22cd7c757ba4fac033ed62382efa4daaa640c64937fbd91ad8c037f969823b442b56672a62f2e
|
||||
MISC metadata.xml 356 BLAKE2B c0d02bcf9ab38d7939a3edaf8eca080283ccee6f95f1e04ac96ce5870845e6a84d6672d6ac923c74d18c340326bca379691946aac7a51bdee8d6f4adcb45a50e SHA512 12686662e852b0283d2212f0db83c832c1248723a7cd751990e43b1641ddbad2cc2c71c17ac4704c01beec9a9366fc726504c10e9a9e56456b544a800cfa7847
|
||||
DIST django_debug_toolbar-5.2.0.tar.gz 297901 BLAKE2B 36e50d5b3283725aab3f622bca04a401db09eccc25544a49be26c8fb942ab9c9870ac947035c83bb0c7b0c07397ca6dc0c36983b521517bc682026f87be37f31 SHA512 8d2f2876a3da461c152c6d273a53fdefdaa27937c2fe25c606c9d1b8ff7fff677fa7ab57a7626991ef886d39aacc4e0fe44f08da111cf665cdd87ca7bc2e848a
|
||||
EBUILD django-debug-toolbar-5.2.0.ebuild 949 BLAKE2B acfa879cdf48ed0dd57ef440d6ef45c25d246df89ab0694e2bd64b518939b50fb1609145e20bea7e680a36316ae5ea105d4ae4a1e349d8ce245cd3b4da670818 SHA512 1561a8b8c28b7ed8c4f5eda68f637bf53bb9df98f20c091614b03f7e2808df2f67fd0615a8eb8a7a7548383bd6293e05e67279293cceb1438442bcb1a975c20e
|
||||
MISC metadata.xml 531 BLAKE2B f51d372f4f3fbb4c5029ea03ae2533c592a9fc1ad84223d492902f1c6a4acea598d24b46c30fdc4fdfd1c6cdc3667405b39bcae0963110c879916d4523c18000 SHA512 f03fd7d9b8d72da54ece0a8b497cf253147618e54c449987ef72047e83a1122da2988f6828ac1eda2ac49462cf985060aa6add3ab688a46dc9a1cb6709feeed8
|
||||
|
@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2021 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 configurable set of panels that display debug information"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/django-debug-toolbar/
|
||||
https://github.com/django-debug-toolbar/django-debug-toolbar/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent non essential d'loading by intersphinx
|
||||
sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
|
||||
|
||||
# This prevents distutils from installing 'tests' package, rm magic no more needed
|
||||
sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
use examples && local EXAMPLES=( example/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2021 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 configurable set of panels that display debug information"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/django-debug-toolbar/
|
||||
https://github.com/django-debug-toolbar/django-debug-toolbar/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc examples"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent non essential d'loading by intersphinx
|
||||
sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
|
||||
|
||||
# This prevents distutils from installing 'tests' package, rm magic no more needed
|
||||
sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
use examples && local EXAMPLES=( example/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A configurable set of panels that display various debug information"
|
||||
HOMEPAGE="
|
||||
https://github.com/django-commons/django-debug-toolbar/
|
||||
https://pypi.org/project/django-debug-toolbar/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-4.2.9[${PYTHON_USEDEP}]
|
||||
elibc_musl? ( dev-python/tzdata )
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/django-template-partials[${PYTHON_USEDEP}]
|
||||
dev-python/html5lib[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# requires django-csp
|
||||
rm tests/test_csp_rendering.py || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" -m django test -v 2 --settings tests.settings tests \
|
||||
|| die "Tests failed with ${EPYTHON}"
|
||||
}
|
@ -1,11 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">django-debug-toolbar/django-debug-toolbar</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>tupone@gentoo.org</email>
|
||||
<name>Tupone Alfredo</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-debug-toolbar</remote-id>
|
||||
<remote-id type="github">django-commons/django-debug-toolbar</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
DIST django-discover-runner-1.0.tar.gz 9190 BLAKE2B d8f1c0b3ff65b7e0432f6f14a01ffd7309ff4800267a35fa9ef882c512c15e4ceb0013ed958b4bb908251376967f2c3a513c4c9f147a9eea3a8d70e089f8d6c6 SHA512 669287ed7f801dbfe949e2affd9ee1861aa6a41fcc2e2403dc2e106dee3d23c8400d686ef750242bdc74d23eaf316fcf36071c82d7c458ff724305e5fe27410e
|
||||
EBUILD django-discover-runner-1.0-r1.ebuild 757 BLAKE2B 041dcdac79c67dfad2539a0763fc964147ae305f3a6da1bc287923d57c87fd49d0acb8e2f31d329c5fc5a0c823cd8cec04fd221e68145d9414da1029ebd46005 SHA512 c9e4b0c2db936ca0b2d32e26029782523bb87b5a1504c84c1d73cda0ce6c99daee9ad428c5b1310c3418a6662e5c1c4fa9eecb24d3e875f71103ae26e32de026
|
||||
MISC metadata.xml 499 BLAKE2B c606849f111deb3a2a4dbb95277d88a4fe7b35e6ed4a4d6498fae6d28107f90df2390f623b8caef252af64e62956f34e2f57c49850967c1c85e8869726728eeb SHA512 98834fbeba60760fc692df740eba1a70988ec5ecad13c25c624312efccdb5682fbccbc8a011c25d38a96b1b51ccf7ea0ce215c7875018f44be1ffdb370098f68
|
@ -1,30 +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 test runner based on unittest2's test discovery."
|
||||
HOMEPAGE="http://github.com/jezdez/django-discover-runner https://pypi.org/project/django-discover-runner/"
|
||||
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[${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
|
||||
}
|
@ -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-discover-runner</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>carl@dirtcircle.com, jannis@leidel.info</email>
|
||||
<name>Carl Meyer, Jannis Leidel</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5 SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610
|
||||
DIST django-durationfield-0.5.5.tar.gz 4731 BLAKE2B 26f6ccb49e3afdf8dab1682859ba0b6edea7f52a262a96350b92e5110318db51a89dd4a1db71d67b96929cba4b742ba946126dd628da3cd84f076bd77c0cd91c SHA512 db0e0058d02f46eba23f93785587d4581b4d172fd470e77b4340a1fba6cbf1a159db4c7ba081bc17cd94c654dcdb35746d31a54154fb27988bcd61480b2237b1
|
||||
EBUILD django-durationfield-0.5.4.ebuild 522 BLAKE2B b4bd7dee812694ec772a7ad8142656c637d10bc1eecd55918d76391e06c39f064a35368c33dd8323982c1cbb0dbfc4c749cc61d83cc4ef9c7f97435e161fd274 SHA512 43610eeb3db1b4f17342ed80d75a647c40d656b8133e643faa12cfb6159a28fa7c264bfc9eea5c1b9f1b6c0f7bf8ade11c3631d2e34bd144b30fc41607d904c4
|
||||
EBUILD django-durationfield-0.5.5-r1.ebuild 750 BLAKE2B abde55286347c6028f3c18fd2c080867c5c94929fa015d0c3faa81dc27bb3f17ac3cbb9f98e40227f46ba5bbb90b0a38e8a731b7f1c2be2517f8c6136b9c7fdf SHA512 7c98a21e7104448cb47852c55583fb1dba04b58159ccff702337088a80c700c997c09c7a0caa16b160de2b4bdc6e0470b393262687f1bf1c697db263cc459ae6
|
||||
MISC metadata.xml 461 BLAKE2B 9a99f7ba0db4e762dea4037c531b63eb76636d480d6f5196292a2de84139b9bff36b792a0b11a1bfa19b6e1db452efeaf00def2ea17038634156fbaf9e7bb389 SHA512 12ae0ae32f2f8b71248f33a473dfee26e72421c55bda9f886d44cface79e0c58a05d98f2b0fa4b105bed61a0ae7c71b6ed594eeceaac678fb88036ba0d4790bb
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reusable app for adding a DurationField to Django"
|
||||
HOMEPAGE="https://pypi.org/project/django-durationfield/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-1.4[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reusable app for adding a DurationField to Django"
|
||||
HOMEPAGE="https://django-durationfield.readthedocs.org https://pypi.org/project/django-durationfield/"
|
||||
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-1.4[${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
|
||||
}
|
@ -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-durationfield</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>john@paulett.org</email>
|
||||
<name>John Paulett</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-endless-pagination-2.0.tar.gz 60386 BLAKE2B b529af8b11eee4009b3e936e51a0a9ea46185838fa683c18aeca614906cc20798445ba49b2a23c60f6f89df054cd3156e3e33d349ba24b10eeb13f09598b73ae SHA512 b1bee02f4824cc6747a82402e420e7e7dfe186f3702991d06e0bc8462e2c9fbdd55f39cc02e9ca7cfbe03eecf9ad9b22134d271d6896ccff36d20541f7a44722
|
||||
EBUILD django-endless-pagination-2.0.ebuild 1390 BLAKE2B 3aaaa8d2e79eaaa6c8f7a81f7ac66065e999d4dde1ae6f8f2f9a4482f28c59476f88f060e9a496b8f992a694705f6d58d524e96d039c8a1ea0ce36788b5a7ed8 SHA512 6e69be407cbbd582478c2a01abb2c6bb65b995cd99a8e56b0c95955e41c16e9851a8b628b95e03cc903ae27e8094663c5a809612398e24cd0bdac441a1492e50
|
||||
MISC metadata.xml 482 BLAKE2B 2380b2acab4dd3e6ee3e42aa99eef721935af526849a92fa188006161946026e995dc767fc4299b415b1fa8ebbb7467e07a65b1c500ca1a512761dad40f8fafe SHA512 ac44496ea7381d0ef3a8a2795b020b3c6f19926a249ad1dee6969b3690f0a94bfa9975a3b891e14636855e910e58b9597e938d73ba9c79c746e0cb0e4e837298
|
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tools supporting ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination"
|
||||
HOMEPAGE="https://github.com/frankban/django-endless-pagination/ https://pypi.org/project/django-endless-pagination/"
|
||||
# SRC_URI="https://github.com/frankban/django-endless-pagination/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="doc test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.3[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/django-nose[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/selenium[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/xvfbwrapper[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
unset PYTHONPATH
|
||||
"${PYTHON}" tests/manage.py test || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( "${S}"/doc/_build/html/. )
|
||||
|
||||
#rm all OSX fork files, Bug #450842
|
||||
pushd "${ED}" > /dev/null
|
||||
rm -f $(find . -name "._*")
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -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-endless-pagination</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>francesco.banconi@gmail.com</email>
|
||||
<name>Francesco Banconi</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
DIST django-filter-2.2.0.tar.gz 142804 BLAKE2B f2385fe3afa78349395bd3334461ad2acc760a2007d4b69618993e176899c77e8585d90bb68578e561a16459cdf35a480adf0a0e6235d6500e5f2c2a7c602445 SHA512 16a4336d1558cabfe497dd9736a2f652c9f9d141a72c856cf13f3ca56db4da85b5926b05c772aef5fa43a75e085025244b8deaf7facbc5bfa68907bd99f4f95d
|
||||
DIST django-filter-2.3.0.tar.gz 146448 BLAKE2B de711ac0ecefb6495b80a8399710519f070d4af9ef80d2109518849e00134893f9e2f990654496732d9734d4fcd8b6ba1e323a3e88047acf8e2fa82d2a9e0c48 SHA512 e071ee5afd71bc5db4485a8908c39a24df54830239932bc574c2badb83ec0e424059b914c1900a88382a94630c2221758d3fc3362ee738617ee2a5474ddf891d
|
||||
EBUILD django-filter-2.2.0.ebuild 528 BLAKE2B c133af5acd48bf0d4de080dabad168848da402bc00b30a9da0efd91b828d31ecd13a12997b55d13c520f4f2764452da1473c9650319842cc6203cadc85f850ec SHA512 c63e888d7f1757e0d7171845121fd2b3f55240f710e88acf1a6e3e68e2dad497e69974d500dff9fe46e6593038322fc868b0191328dd05246b77d24313297c91
|
||||
EBUILD django-filter-2.3.0.ebuild 569 BLAKE2B a3fbee13327a72236370960c30f38c45a4be80bfcd70829be45e0947deb1584e42ece3da41181933099e85da0dfb0b7fd3763a8da79c8cac633f2eabbf00c232 SHA512 d4e907481216fff136995939401e1e957a3ea34b89ecdfa8bc41c8e38452815d378865d5461d6b66aceba999bfc1ab583fb201bf9d71fe88f70913632de330d6
|
||||
MISC metadata.xml 466 BLAKE2B 0df0b40b3fe19f0290a80f98697d030e231be242ab16d3c6b941b5ea3fd88c01240cf1bc79d54c8cd4007c5fea416f0479713cba70c173fb3253bd9d62eb69c7 SHA512 18578191e7c30a19b7e2508d3667279bb854c8e0526dc1780ec3e14f27d0f15033214e92992918f92abfd4fb2cfe7faf8fb073876dcbfc5327b3641a977baed0
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters"
|
||||
HOMEPAGE="https://github.com/carltongibson/django-filter"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters"
|
||||
HOMEPAGE="https://github.com/carltongibson/django-filter/ https://pypi.org/project/django-filter/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -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-filter</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>carlton.gibson@noumenal.es</email>
|
||||
<name>Carlton Gibson</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-grappelli-2.14.2.tar.gz 8363123 BLAKE2B fcc6712897f9cc9cec7298e747f630e0c7a4e443f09078c682c9e3bb59893cf5e9b82d5d811e2f56215c737389333532946d6bb543263aeefb06700550576a72 SHA512 d7371a1937159906e815afe95300aee2f39a850c55feffb3321117d463958f63334a66d2d9e1f7e1fe9811b7a192d45cf978cf8053f14b0a3fdbc1ceb5abfa58
|
||||
EBUILD django-grappelli-2.14.2-r1.ebuild 695 BLAKE2B 02bf48ff1c3d143d954180b1e48d3f8e351af69b945637ca59639d5d775bcc4740885104b56fbae2f82e70a186dc9365d3ebce27c652198ed03fd63bf8335ea0 SHA512 c9c0f1fbd8cad74c9b6d22d79af374476cdc6003ed9619b990f92cc6caa67eaded927ac122c588e7277e5a3fbdd0b3a2674e55633cc9f06ebf6c73bdac3896a1
|
||||
MISC metadata.xml 565 BLAKE2B 870ca9a025512c0f1c305d749187b78359d85c08e57b851bea5ea1ad3202249d5c20190dd5bbd6275ec6dcc54d5d958ea8fc8f6fa67820aba9e7ebb2475b8e1c SHA512 ebe1d2e1bfd87c09c03de4e8f75484e45e5ccb186a0ff1e8f8be14ed3813b8a3c866bbaefa34a6d47675f9f1ec7432e235991ca5d26a348cbd6c33201fba9735
|
@ -1,30 +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 jazzy skin for the Django Admin-Interface."
|
||||
HOMEPAGE="http://django-grappelli.readthedocs.org https://pypi.org/project/django-grappelli/"
|
||||
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=""
|
||||
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
|
||||
}
|
@ -1,16 +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-grappelli</remote-id>
|
||||
<docs>https://pythonhosted.org/django-grappelli/</docs>
|
||||
<maintainer status="unknown">
|
||||
<email>office@vonautomatisch.at</email>
|
||||
<name>Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-international-0.0.6.tar.gz 17104 BLAKE2B ce8b57f9b8c9c361531361e31b2219c55ae9dfa8e8c863a980dad7cd7db8f8a55e1a849e6b1a92d1c6f0c5af4432d495f2c1c4df9a61dadd6446ef93d911fc7a SHA512 a7ef5881467b88bd1d611476a8bc43ba54731f7bea8abd8790ca7b6912480c4b87ebc4d37a41859f60738d961b4a6c0221fabce5bc2d90c4fc83c8991567990c
|
||||
EBUILD django-international-0.0.6-r1.ebuild 552 BLAKE2B c88b7479cf8830b75c6bfb811326a53ef3793bbf42fa64e5348a557b628529af12caf6f7f8ef1728c0c5bd12d7b212f7e32604a5af73769a10994d9f26fa03b3 SHA512 ad35e72cc942220b2de4a505ec1f95bd003c2f7d6d03a9c413672e416342d317bb114f144e5c5050f53078b9771a90dd8a8e101ada0548464ec660745e137501
|
||||
MISC metadata.xml 406 BLAKE2B 6a82a64778d1290ab9a7b2ee4463fca2530b013c7f185bb7258fe36302d24831a67dac406502ab729d12a1caba3c36f393a70745d2750135476c89db5abd04b4 SHA512 9471858b805b4152c538ea1e615c0a7ddb08c967afa1b3a3dfcc268bf0defe66a3584f5245b436903a9aa7075fedeaf09e720902d264a9e42fa8c0eaa112c339
|
@ -1,19 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Country and currency data for Django projects"
|
||||
HOMEPAGE="https://pypi.org/project/django-international/ https://bitbucket.org/monwara/django-international"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,12 +0,0 @@
|
||||
<?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-international</remote-id>
|
||||
<remote-id type="bitbucket">monwara/django-international</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-js-asset-1.2.2.tar.gz 4436 BLAKE2B e6b2ff1b2b90da5ae95af08b28eb1970e6e0edffee7eeec0a4697855040c4afd0febcc569d0a78c46bca80835b404367c426019016e5089b3aed984916e13cc2 SHA512 ea050c5093abd8312733b1402e275fcb44f0702c27e28aeb64d0470a8514cd85906707915556a9878b669c96918813c4bf2b69d281d33f18fcc7c143f8ae9f48
|
||||
EBUILD django-js-asset-1.2.2-r1.ebuild 758 BLAKE2B 1b275f2d3c8531dc9e64581dc8e5d3acbce87aa8425df5dd02d052c7f21ad34be7682f7c5f573c9f4e5e6bed911d9c9609593ecbfdc3b8cb85ddf37df3c117ce SHA512 94916e9124ab40b4278d082a196a0bdc9cd80b711ddd8d25dbf6a727a627b08d19912ec3ee187362675deaa0217790b381e9e89667fe06d31558cd7e2930757e
|
||||
MISC metadata.xml 461 BLAKE2B 628dbff3aa351d430e75926a31900b7f47c8289fac450e4227ad13d3a9f886611a3dff49336712dfd5f8f97e5543988b29dc049907fb14775c060f38b8bd4c63 SHA512 ba4dc89f35aa5ec43712051cd744cc47bda781e6676cc9660676cfb318303edc74dcb95f4b1b312985e8301ba9516ffc61a3dd7fc765bad0cc3d1e26344d15ae
|
@ -1,30 +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="script tag with additional attributes for django.forms.Media"
|
||||
HOMEPAGE="https://github.com/matthiask/django-js-asset/ https://pypi.org/project/django-js-asset/"
|
||||
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-1.17[${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
|
||||
}
|
@ -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-js-asset</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mk@feinheit.ch</email>
|
||||
<name>Matthias Kestenholz</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-ldap-groups-0.1.3.tar.gz 8886 BLAKE2B 364f5e11a303f011892b45d481fc521379ff2340898f8bef30e372a3627e2bf0460b6ad2f9ec42ff458cdf5fc4c3b6b765d62ce01efaba33de74f69a3540b859 SHA512 0e9c5a1f1f38042f0a0dc9301c667a00b144ad0cbf15afd69cc44e241933626e0536752354ead4ae937ff3625c5ded86edaf0592a8e2c7b9f39ab86336e7d876
|
||||
EBUILD django-ldap-groups-0.1.3-r2.ebuild 718 BLAKE2B 74c4c4013ea0e92bfee4ef5ac24828d71d997a9dd233944f7f2324d09028c30eafc2d50ce49c14096f14497c3c81d5d31f9b1a900a7330ee37d7b43d92f1d091 SHA512 79460ab350ad98695d6fe4b2480d60c172664d8c994899172db3fdd9c977bee76ccea53566b93f6bb7d1d5491f2af333ff6180686a2114d0060f7238ef4ee2be
|
||||
MISC metadata.xml 463 BLAKE2B 9bd01d5c519ff6990d24af29c61f864e5f52a404c0130cf5cc81dfaf5c20944ae6ecc5805abadb527bb8e172b755d3aae309c61ce71a11af778e8fc02a6c3133 SHA512 c43cfb3e7bc3687194d57e025fa4ebee5b1a8a3f81cc65b019a54d03c20a290716ef3d311fe801e078ea0d3a26f6fe2d61709eff74e8d917e854cc93c90f2ce5
|
@ -1,30 +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 for authenticating and authorizing against LDAP"
|
||||
HOMEPAGE="http://code.google.com/p/django-ldap-groups/ https://pypi.org/project/django-ldap-groups/"
|
||||
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=""
|
||||
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
|
||||
}
|
@ -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-ldap-groups</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tpherndon@gmail.com</email>
|
||||
<name>Peter Herndon</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
DIST django-ldapdb-0.3.2.tar.gz 11029 BLAKE2B d163431693b663cd53bfa71b592b13203c7bc5829ca40e5172d9636ede67c2c2ac22736aec7e9934690967bb511ebc5565c21da9fd8dd4844a70b5e090524961 SHA512 d1f88f754bebda53b5f51c5120b070ce93e229a1c31d59bcdb5cbffdfdc1d590479ae5a2024805705d8bcf51bad8787d578a348ec78ffc5565bdeedb9ffa7b96
|
||||
DIST django-ldapdb-1.4.0.tar.gz 31294 BLAKE2B f045d18b2f2abc78df85518529f9f5082725f002b812918fc3dbd16127a1a5358ab10040c5670a1457d1de31db6e4f699915835f57f7100b26d5a7b061c25ac3 SHA512 0ace13e81ee3847d53f7878b6fc868c80e6b5cb0460b04b418cf5f7e3e27669d970e43e1dee0101ebe0e1cec0f516a56932ef48ec21f2c4abe5ef2e482d4e2c6
|
||||
EBUILD django-ldapdb-0.3.2.ebuild 552 BLAKE2B f522f03ef6eb9360a2ec650746147f210929fcf5cb75e6bccc84c957ebbad7814e0383fe2c3afba7971481b3445f84c5f33245849e17bbe15c696ad57486acf2 SHA512 6d4d74c9ea15a8ed7d10215e41c213ade029d8b62015e381b5280f83a585ce343d5047b2e2b1abb219ec8fa31ae5a6264df814767cfe619841e08738666f8fc1
|
||||
EBUILD django-ldapdb-1.4.0-r1.ebuild 807 BLAKE2B bf19036a04f66dd304b931f7dfe275aa358ec68ea2cd87a886f3e2fc7daa758f568776eca8f29c039f94d7a070b23c2df9a58ca7a0258e355c107913ac0599d4 SHA512 df8825c5e24349c7999624bb80758bf549868b5c55b8b3b416325209c056da323e62561518cadcdaff5800bc40969f2a0be3f838f4c25a6a766975be953f5e04
|
||||
MISC metadata.xml 489 BLAKE2B 9ecb4f8b8d2fde92b266fb7e0bc60d0a44172a4fe4c07981a5399eda26039c2f53d5d3374132336eeb02516f6d40eafb3c03071bb94fde8af2f9406c61ce55b6 SHA512 c907bfe7f3d1b79988405033d55234db6152b208f9bff5eb7518e802a770b030453cb054bdbe6fb327164f0d79ed48bb01f72e5f024e0c96a5de2d9ae3094b79
|
@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An LDAP database backend for Django"
|
||||
HOMEPAGE="https://github.com/jlaine/django-ldapdb"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-ldap-2.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An LDAP database backend for Django"
|
||||
HOMEPAGE="https://github.com/django-ldapdb/django-ldapdb https://pypi.org/project/django-ldapdb/"
|
||||
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"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-ldap-3.0[${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
|
||||
}
|
@ -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-ldapdb</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>raphael.barrois+django-ldapdb@polytechnique.org</email>
|
||||
<name>Raphaël Barrois</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,5 +0,0 @@
|
||||
DIST django-mptt-0.11.0.tar.gz 98300 BLAKE2B cbae24143007dfe8913aacf4cbe22bbccdf929617adc31640c2d429d6ea8be727a937be0aa8353e82862b9fe8c571397db4dd3877015eb17c2c5a56172cc66a5 SHA512 21af30007661db1474628b6f8af86a3f6de52494efe1aaf9235f8b1660ba153f0de3ad91ff979588e4b681b00b44652a05146df7d3951d6ee62da38a1900fd89
|
||||
DIST django-mptt-0.9.1.tar.gz 95615 BLAKE2B 980bd2165a66da0af8e5cb877e42cb9e7deaf7c2bfc09ff0125753127a07f4bd546ba98e10831878fb9c5fd254bb95d5e2be0c2d574d35f4eb06fa6d4f9db74b SHA512 54e0d36fe4893846491cc253d9010024b53eff4c6570e77cde33257844dba36406ad56f4dc13a586806abbc4e53d4864101002227d5c5819c72926b45100914d
|
||||
EBUILD django-mptt-0.11.0-r1.ebuild 871 BLAKE2B 325dfb740f3bda0afd7facd9b34f1baf4e21b1e49a11da3e17e299f823a38f9ab9f3f745ec110822aada8d0ff107953d8a3a4472df6b1c5b2388b54dd9988d6f SHA512 6247bee167c67fce3448dff5559ff846ce928884230f1b725f0db3a16477e7b50ac6ab83336e4ed188718d7eef1018c4c7e14e0202d7caf7b999f77e5900f9d6
|
||||
EBUILD django-mptt-0.9.1.ebuild 567 BLAKE2B c696b9de0142ad0d7a58daaabc670db09dc7d80728be0d1003036520d7c634a9192505386de24048d68bc152d9b68342d0e4618413699a0eaf779740420635bc SHA512 b41f734cce6030c5c96abaa007bf674acc98ec548eb2103b7d343d2ad47ba19cfc2e950b383b3e8638a625a938db90d16c347c45eb915d481ee81995c383b739
|
||||
MISC metadata.xml 458 BLAKE2B 15ea5f9d4908f053fa2f599987f9d84dffaba2b439164eb056f4de3c0470eaf62fe2f97d9c330440a0caeeff73027f03d7444612357a62ff53e10ddf2d8cfafb SHA512 efbd00b182a5a8677010523c5554a969ffcf08753aab53ba0ab5e25e4318028abd0d0220a54069f5f88eba5f4a3cc740b2e42ef01315d00b493d5cdf3cbec5b9
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances."
|
||||
HOMEPAGE="https://github.com/django-mptt/django-mptt https://pypi.org/project/django-mptt/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
dev-python/django-js-asset[${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
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
|
||||
HOMEPAGE="https://github.com/django-mptt/django-mptt"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
|
||||
dev-python/django-js-asset[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -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-mptt</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>craig.ds@gmail.com</email>
|
||||
<name>Craig de Stigter</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-nose-1.4.7.tar.gz 45041 BLAKE2B 3c7f18914f8d21d707ea627e85fb7b54adb1e146da2b4fb8727ad9ac7971fbc4e8f73c76ff5e84915f8601c1268c6369965ae372a2da56eb7f3e52691f7cc4b0 SHA512 cbaca2d9c64f937860aa118985a1f9fe3cd7ac482fac1a84a10728e813c9a06b379da76e28c609c9f1e8775393be5d8542d7d53c2b0131e8a1b2f12df2d2225a
|
||||
EBUILD django-nose-1.4.7.ebuild 796 BLAKE2B a3c1c5d18dff070907aa08f10d8884cd263f7f19e39cbc9b6c3fad27c89fc686ded4a4b49d2d827e57de604f4249d54d5af63fbaa7805ea38b4199dde1403fef SHA512 ce724f9a235c8186f4ed13f55022c606b6bfec3664ca7fa396aa409f05c555b626230eb43f040c0b7b959b28c823305f524e64f40fbd8d6527429f02f89b579e
|
||||
MISC metadata.xml 458 BLAKE2B 2cec59d59ba786233454ea2f380b4d51af9b7dcfbc832a4b5295938e8250f6a37701710da7090c26906491886352c1ce5692e0cd38978cd552cc270069565642 SHA512 66585f118f4e64d924b0e2589bafc14eea7ee08c4190c6f38f621f8bf3e7f02d8c50f19cacfc429857a520cfcd9371004195f1c9716da3f54d39c0297c3c4734
|
@ -1,32 +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="Makes your Django tests simple and snappy"
|
||||
HOMEPAGE="http://github.com/jazzband/django-nose https://pypi.org/project/django-nose/"
|
||||
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/nose-1.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/django[${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
|
||||
./runtests.sh --verbose || die
|
||||
}
|
@ -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-nose</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jwhitlock@mozilla.com</email>
|
||||
<name>John Whitlock</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-oauth-plus-2.2.9.tar.gz 25941 BLAKE2B 2785bc357d83aa6410bca1c471bc75574dba792d8f9bad0f5ca6b1f8191d16d4839ede4c661803a9f3c7cc6f0786b90020a08266d5f6c15709795800196dfd33 SHA512 0af1efcc1b84a552933921c230bfd25afb06dd738a24f904b5ad6b97894c03df730bee6600f8bc56b4223e5c3d5b8d1e9c228a21c41df2bbe9c8e90b21707a7d
|
||||
EBUILD django-oauth-plus-2.2.9.ebuild 982 BLAKE2B 7ef203c275b4a196a6c3020d3a88b774e80635f7a942be1180fd250bee94098d458f7a1d8e43e2e01d46d5d6601faf2dbbcd88856041216879313eeff4c140b5 SHA512 1a6ed12100ff6c82108beb7d23a15fc276727299fc19d57560827348d624812da929d46a96108f49bd1370f077c7356ba656136343aab0f2ad7b523a4bbbbc4c
|
||||
MISC metadata.xml 457 BLAKE2B 3f87a73a2257952097bb15b73471505284054d244a0f6f0d83d680334596b7355061be93f6cdbfea73b31230c27ffd5ba5e048b93a2b88b5a223cb755d2ae884 SHA512 d0e234d731c8c04e5e6b52c3946997379a20efab7e68602b511f69973ad7bd6fa33f2737cc7c020e73f2bf7a39053bbb73ff2718b0b7aee4f695c758afd8ffff
|
@ -1,37 +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="Support of OAuth 1.0a in Django using python-oauth2."
|
||||
HOMEPAGE="https://bitbucket.org/david/django-oauth-plus/ https://pypi.org/project/django-oauth-plus/"
|
||||
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-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/oauth2-1.5.170[${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
|
||||
PYTHONPATH=.:oauth_provider
|
||||
if "${PYTHON}" oauth_provider/runtests/runtests.py; then
|
||||
einfo "Testsuite passed under ${EPYTHON}"
|
||||
else
|
||||
die "Testsuite failed under ${EPYTHON}"
|
||||
fi
|
||||
}
|
@ -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-oauth-plus</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>david@larlet.fr</email>
|
||||
<name>David Larlet</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-openid-auth-0.16.tar.gz 42031 BLAKE2B af28a31c341393bb8b5ad6b8202aa905cd491cb5e6d5cfaea7c61827382320529ab322ee6d77849469a2077013f124b1e40f2e5e66fa2e6426858b07989ddb07 SHA512 d68ff6a1573fdd7a14b8380e6dacf70817f2cf896d583f587ae8276f6f8fc38c59ea3ddf282b12daad347f9c040f74645d1bbc313a2a2b37d4aa63f723c356fb
|
||||
EBUILD django-openid-auth-0.16.ebuild 821 BLAKE2B 4cd05ccd3174d2d483b401d6f0ac97153742c588376f269ec58d8c1571b585c5ceadcf2b9f64b17ce288fa14426d83d54c4f89c0494e747d171da50ffb24fb8b SHA512 21a4c3f952eeb2a95a86116dbbf10f96cd8e2f5dacd82b755cad83aca97c977a4b8e6d02ca9dcc0c4b4e6033d4851cd398e062c246c6736f24e9c50a1ad199a7
|
||||
MISC metadata.xml 465 BLAKE2B 3f5a351617c9ec1806cd21ed50418a13f71cce11c92bab82bb145d4c12dc520bf0a4a3e8f3ce89566b160120e80ac2697ea2bb33c5a1b80e97fa170a6e83e149 SHA512 61e15463bc79d24cd0b5b9a556ae2353d1921fd7e69f10fb9a18ad856ddf5eee915431dcae336e6eeeaa2f646da4d457f395101721a2e4b328e728754f114838
|
@ -1,33 +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="OpenID integration for django.contrib.auth"
|
||||
HOMEPAGE="https://launchpad.net/django-openid-auth https://pypi.org/project/django-openid-auth/"
|
||||
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-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-openid-2.2.0[${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
|
||||
}
|
||||
|
||||
EXAMPLES=( example_consumer/ )
|
@ -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-openid-auth</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>noreply@canonical.com</email>
|
||||
<name>Canonical Ltd</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-otp-1.0.0.tar.gz 53330 BLAKE2B e966b021c364dcd9c18d7c84a561fa7d9b6e0ba98ecd1fdc72c96cef396f289644f362093b684c9a73597c951f140c4641252ccb95bd15894a216eb42a6af5f1 SHA512 75d3e3e76c650b6cce91dd4ec85aadd86f71999d28db6a2704868b2ec33da9631b6f3efa05048b7a62153fb554991b9460b40fa6ee0014ecb0945319e5267ef0
|
||||
EBUILD django-otp-1.0.0.ebuild 818 BLAKE2B 7b75eacd3e47d00289857e6bebd4de78bb103c636258f0b46cfc3a248891bad6d798b5bff7ff1fd26c21ae5c21346e74b96212ef04d5d5e37a0e413898127bcb SHA512 7c7b32175244fa0d56b20e20d82761f77a8a5b70b045cfa1fa4e1b603a98f25968777df70ad7d13e8092b4e7cf42e925bcfcf8e6f56f26995fe89cfd462a61ac
|
||||
MISC metadata.xml 457 BLAKE2B 5b832f0aacc14e7a3f937e1a2a5bbcbd4e5b327aaf27f1017c07f965c55081e39706c00fe02861c38dbb115725cdc6f709fcf2f5838e862c0a16f555ef0baa6e SHA512 aaf64806787a3cd37bfc0b018f739c0eef9fbb254ff6928d72196d3b1086f43d384431c38f3223a0d4dbff2c8b75f70a829caffb06fe43d045dd35b744132fc6
|
@ -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 pluggable framework for adding two-factor authentication to Django using one-time passwords."
|
||||
HOMEPAGE="https://github.com/django-otp/django-otp https://pypi.org/project/django-otp/"
|
||||
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-1.8[${PYTHON_USEDEP}]
|
||||
dev-python/qrcode[${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
|
||||
}
|
@ -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-otp</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>psagers@ignorare.net</email>
|
||||
<name>Peter Sagerson</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-picklefield-3.0.1.tar.gz 9506 BLAKE2B 6eda8dca31454a5f8cc8a670a19e25ac0b641bf6b7d31d695e617653cd88c1d84b88c39632f1d915ce8e0fe0dd8432d687559f2037d94ab50758f71a8b4f087f SHA512 7f14b4803dc8bdb1d62fec4063bf6eb7714445f85a13a4fe098154fa2d7f6a4e54308bf2324bc4921eaabf1023bb06b89a4bf52bb0ff89594075e02672d217ba
|
||||
EBUILD django-picklefield-3.0.1.ebuild 765 BLAKE2B 128294ba4fd4596d65d14e3d11f41d0a30f28005110510a9223fc605ab2bf62e5b40b84fca8ebb0a3614a0446510b5c4e45956b332056d70da028e271c017e32 SHA512 f3af039ce19446fc5e5e994e72f5556b470198a202303a4d97f7413d95bd45fcbe9e291d5c75faf604aa205db798f3b3d38bf79d58c3f60926ff98e16edbf45a
|
||||
MISC metadata.xml 483 BLAKE2B 5635ee5856584595b932431e4b70526f63b8008cad87274152ef1ee2712604f4dc0c0c6a7a16e541088abe8387a862b56e1d180ec9506d17608157abfbcdd699 SHA512 982ae6afeadb6993fc7aca7624b020b4e23a37c70b07fd6c5fb0277cc6c18403fd38edc3271c48254ad2687ecdcb53bf42cc91275f02ac4ecebc3f01e1c8d675
|
@ -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="Pickled object field for Django"
|
||||
HOMEPAGE="http://github.com/gintas/django-picklefield https://pypi.org/project/django-picklefield/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.1.1[${PYTHON_USEDEP}]
|
||||
dev-python/six[${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
|
||||
}
|
@ -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-picklefield</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>charette.s+django-picklefiel@gmail.com</email>
|
||||
<name>Simon Charette</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,4 +0,0 @@
|
||||
DIST django-piston-0.2.3.tar.gz 34319 BLAKE2B 36d0f724fee72c0dece8b91b55a8aac5140db8f319b16221c0982caec72bfcae734b74165bd267073b2be59e1907f6936e640c4c60e5768934cfaae91f02b1f8 SHA512 205cb15b4e59e7cb4d744525e149480ce9f54afa6b514c038ecf20df9221b4193d5041963b7217f40454c34d77125a1e52f0e7bfed5a471b27b1694a3af2ef6a
|
||||
EBUILD django-piston-0.2.3-r2.ebuild 744 BLAKE2B 574d108de2c294cb650a8eee94cb0cb0dde0bd3b84e26f515c2f694d1e76f9931f1d9dab97a61215afd373409e41c028da7dd9c57aed24cd14ba32fbc65187f0 SHA512 c50f7b57b4eb18e998a5b3af8553811152e41e767db334eaeeeba6ae76f0c6e7808484a133c528541ac90fedda92b1dd25c60e084970d8fc9bd3883e93761f84
|
||||
EBUILD django-piston-9999.ebuild 539 BLAKE2B 4261acae29849ac31da32873ad0c93fb6d651078cbb123ab1ae5b593e257ae961ddfe0bf9b8602fb2111652c88693165ac427bda29fef5c17eb2465a9df52781 SHA512 7c727aafad1559fc9dff3f290efb517c913e4eba3d08dbcfbcc08aa1f4719eb3f7c6ac7edad1be36b9ea1d61238f825cf50b4def76084d15154118b42764d9b3
|
||||
MISC metadata.xml 454 BLAKE2B 1baa8577d90dd27495275ed2110aa74909606d2dba57c8abeca4e7b17a78f4625abc2f5b37c2efe75decac5740d8bcf158bd69fc55ba068ca91562f9cf712c85 SHA512 140bb85edcf6290042c0977506c584fd67d8f5c1295d48e9a41626c649547b20f1ab74c3a17f0497115330e9462a2842ed1cada8b0dab07230a6392e4f1f6a44
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Piston is a Django mini-framework creating APIs."
|
||||
HOMEPAGE="http://bitbucket.org/jespern/django-piston/wiki/Home https://pypi.org/project/django-piston/"
|
||||
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[${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
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1 mercurial
|
||||
|
||||
DESCRIPTION="A mini-framework for Django for creating RESTful APIs"
|
||||
HOMEPAGE="https://bitbucket.org/jespern/django-piston/wiki/Home"
|
||||
EHG_REPO_URI="https://bitbucket.org/jespern/django-piston/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
@ -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-piston</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jesper@noehr.org</email>
|
||||
<name>Jesper Noehr</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-recaptcha-2.0.6.tar.gz 17998 BLAKE2B a7860e9882e4f5b3a10935700571ea87f27af9824012b2b96c9632f75ff59b8cd0ff284294ba8bac11332e1ffd91187580f1ec4e823cbf7729772b33d209552b SHA512 36f589ed5c855112917ed5faf98ad4e15d32f8c5acbf8c19a393535083cb61af5be14368b2c2d34972302d4dfa894f48013371e0e5e714658ca83578dee29f5b
|
||||
EBUILD django-recaptcha-2.0.6.ebuild 837 BLAKE2B 34162418939af9c1042bf976e2488575ed6d8a72ea14ed33c6b80121aeac5089c5af93afaddf2c1d1633e82a563e3a5d0e2a02c71f9a7709a9310b805861a457 SHA512 dc6e857ae0d7ba68eef9b1dc6ccb2c4301eb82e25910b217f7c21137debc5ca9ca1ab96480ba2bfeb6b2ad8316db962a3db53331db0566bc133650e2aa990a46
|
||||
MISC metadata.xml 464 BLAKE2B 5a156de111aead94afdefa8fa432d11d56a6723b6b261ef9d96e591e58559990e2eda4e6e0f77657f53b5d5ec58b0c5f2550491b262c6cdd2bbc276269b6e9da SHA512 1bcd042363435d19b13ce240f26271d7ec47e84e19d42703aa038d158131e8143bd1148c13386c3ff5e07158a6c5dc218839268bab5d15311715b6f201e0344b
|
@ -1,32 +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="Django recaptcha form field/widget app."
|
||||
HOMEPAGE="http://github.com/praekelt/django-recaptcha https://pypi.org/project/django-recaptcha/"
|
||||
SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-setuptest-0.2.1[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
esetup.py test || die
|
||||
}
|
@ -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-recaptcha</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dev@praekelt.com</email>
|
||||
<name>Praekelt Consulting</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-select2-7.4.2.tar.gz 21693 BLAKE2B d63e252d1dd9b3dd9d9842bd325644492580b286f7a59df2cf8f0b6b166187c594e123d8a180a19113f0caeee1f64d297ddb422dec0e172a45a9505ff8da6a89 SHA512 cefd25a8710a9e28346014051eb360eb76f91098db7977416db25aacdc834329047b0b4448943fd67a0a3d8c7aadf0f24d841689c12ab7e2f32cfe59eab0e71a
|
||||
EBUILD django-select2-7.4.2.ebuild 889 BLAKE2B a7ef422135c6e613d5284784cb65001e9bbb6ec6e2e27ba69e53970f15f3073e079f749ed4f2edc47af9087117f4c273c2d30794be61605a4c7a189dc99901de SHA512 e4f94b64c0cf41dce94e710c421695b916be857861b295c6d63ed55387ac6e97567b9efcbb4825875a9834cf5bbcfc8dbf7a4033e27fdcf4cf62d5ec98da8edc
|
||||
MISC metadata.xml 521 BLAKE2B 678407d3cf3683a75daed633eadd6a65fe2d4f7c5503f4feb54a845df4917f34d00f381fd746ba017ed398fc46a92d75caf352fcc1ff8d573ce8e9da18c38a50 SHA512 bc76910d8c3a706ef07b8161bde75d958ea87c59c9fa86162d5e168ea50c47f57d7d29477574f228908c66f3c3f54dd8a66423a3f328aff41429437ca6c9c816
|
@ -1,34 +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
|
||||
|
||||
#MY_PN="Django-Select2"
|
||||
DESCRIPTION="Select2 option fields for Django"
|
||||
HOMEPAGE="https://github.com/codingjoe/django-select2 https://pypi.org/project/django-select2/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
||||
#S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/django[${PYTHON_USEDEP}]
|
||||
dev-python/django-appconf[${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
|
||||
}
|
@ -1,16 +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-select2</remote-id>
|
||||
<docs>https://pythonhosted.org/django-select2/</docs>
|
||||
<maintainer status="unknown">
|
||||
<email>info@johanneshoppe.com</email>
|
||||
<name>Johannes Hoppe</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-setuptest-0.2.1.tar.gz 9457 BLAKE2B f00cb1cd931fcf67b493d4a3995a0005ca4ad8072acee12f358c164b21c019bb7e8947413deea3ee4ba6bcd49f9c6318e48f9f271155c25b6b5d0766c7cf9c7e SHA512 b9c0e564f4478dcdf8b38b269dad2f88b216bfe63cd4621e026bc41e7101e935f4de4119c601d13153be57d68919a35d5b4c83849bb1ffeaf8792ee503b22ac5
|
||||
EBUILD django-setuptest-0.2.1-r1.ebuild 919 BLAKE2B 01505f6dda1217e4b74b415abc0a20a45a70cdc926e3cca297b9482b88f4e14039fc88f623d591a1b27ef5ea6ca25400952669127c142d5f4d0927f2eb65c793 SHA512 a812a5027a7a126a87c261970ab939ca0e31c8aaf99f0bb4b2cf0bfffbdbb28266c806d40d3d25bb2108c55b89e8f280fe457bab065c9630eb396934beb31f2a
|
||||
MISC metadata.xml 464 BLAKE2B f1814c6dafc0a59c74240233574a4edb5345f151847ccb358645e2ca2b47221ca013059ed3908a8de8e1eb5db1a6b41f1a3e10358a7934012b04ae6d5a49f191 SHA512 029c2db6c4a9389c1b00796a5b2e091d0e5d16dc08408c5a058f3ca5f4ca4c86633d65f11004612ff0d785e697db9eac925057ecbdf85331df030e1cc964f244
|
@ -1,34 +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="Simple test suite enabling Django app testing via $ python setup.py test"
|
||||
HOMEPAGE="http://github.com/praekelt/django-setuptest https://pypi.org/project/django-setuptest/"
|
||||
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/pep8[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/django[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${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
|
||||
}
|
@ -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-setuptest</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dev@praekelt.com</email>
|
||||
<name>Praekelt Foundation</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-spurl-0.6.7.tar.gz 17935 BLAKE2B da9879b9ecafa59ada6686d67598d1c833b4ab9bb55118b9f32461453460e99d8a01f242124fe89f7a57a97ef78c32393933cbc848e005e908e83681d24230a2 SHA512 4bd6af21679bd1e914ba0eab0868f53bf7d66c1b3627c82ecbfaa2ae24f66820a90491a716c3952f6c7dfed6c023a1519de7f1d1f3acac09d723b9f64e8ae035
|
||||
EBUILD django-spurl-0.6.7.ebuild 763 BLAKE2B 5211b253ae112cab5436417a34ff8591dac6e7b7e2c213e0524bdc8946f532dc2ee34972ce29256f33e719c950b7c95a4ae5ae05f7bbd06ec525fe689baf59c0 SHA512 bdd7053e1bedc64a854b4123e10e4a9f647b57bb7822f9aad48490c604a322d6a651d7a66231b6b50ffcf11cf058ba3fc97c6a4ef221fac047e1315350784a0e
|
||||
MISC metadata.xml 459 BLAKE2B 2942e4915dc37ad9844b0490ba75b1dfa8e41bea4a45eb15224f168e6c8d1f6a8cfb8449e01864651040a366a5ea8b6fc5d977e9c0108bb9ab81fb7aa734b5f5 SHA512 df557487837e8c12b385650be133be754648c13126b29a44f3620d909aa8e8b1f03aa821c29c858fc7389fd4834de477c695da2ab549f89b00c977da9f2632b3
|
@ -1,32 +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 template library for manipulating URLs."
|
||||
HOMEPAGE="http://github.com/j4mie/django-spurl https://pypi.org/project/django-spurl/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Public Domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.4
|
||||
dev-python/six
|
||||
dev-python/URLObject"
|
||||
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
|
||||
}
|
@ -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-spurl</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>basil.shubin@gmail.com</email>
|
||||
<name>Basil Shubin</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-taggit-serializer-0.1.7.tar.gz 5589 BLAKE2B 2e9fceacd1eb1908848da99d7ec6b708f4c37f64c7ccde9e1082356e7695430c4c1f436a7d1a37200a249d2736adb848c1ce4fe26f63a6b1748080b62c1215dd SHA512 90a3e39cda13826bfcdd0a6f262108112d261bc5e03f8ed973c0af0e1a6d8efd80e1e0926682754df4efdb697cea5453df39de70b0067c02bc452a8462ab2574
|
||||
EBUILD django-taggit-serializer-0.1.7-r1.ebuild 771 BLAKE2B 17d05a0359378194732f1b5defa4c513175d98bef072732ef6564cd3bf74aeaa92bd0024b4475bb1c771737b6cbd09ca8d249350ff451c27eeb76d07ed09dfa2 SHA512 2d4b1f4b90ab4ab9adf9696fbe9b2f62bfeb5fcd6c1716d8645dbaccd6e5449ba2adb9fdd475e248322cdd71038c46329191e8476645ad9e2342bc3ec7195944
|
||||
MISC metadata.xml 466 BLAKE2B 3fd90c2d7cb24d778bec5b08246de90d3c96e3d0f4fe9bd3ebbc12227e2e89d47f952e7c565045e48d8f9f1a8e01a303f62a939d409d4b77473a4005436e2266 SHA512 bf25a63d3ea88cbe90712448dff2d90231d8676267d6eb35770f6987dd161b339d5d8e0fd7eaaf2c1b749ed6a037340a41e9e2a8aaf52ad86a66e9daacd2b780
|
@ -1,30 +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="The Django Taggit serializer for tDjango REST Framework"
|
||||
HOMEPAGE="https://github.com/glemmaPaul/django-taggit-serializer https://pypi.org/project/django-taggit-serializer/"
|
||||
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-1.11[${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
|
||||
}
|
@ -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-taggit-serializer</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>paul@glemma.nl</email>
|
||||
<name>Paul Oostenrijk</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-tinymce-3.0.2.tar.gz 2030651 BLAKE2B b9a3dcb47dc5b40294b9276ab2e73c9b9d0bd20d11565939e8074d1e5a88ec16d04e64d1a887ecd3cbb55f95428eae69868b14ea809aef990456c15fdd01f8eb SHA512 5a63b73f167c014a66b365df3a6061c893591e2546a6c2c97eed15e866d33526e09686cf012cb1892d42ebe55221150428e1a923a20196a75516b19565e1004a
|
||||
EBUILD django-tinymce-3.0.2.ebuild 772 BLAKE2B 0975334dce880c6d60602453303e8fda1554faca6436c3f9bd8e6ac62f0b1b6f2fd47819bb1d6b4978c70b931081291d8da6949f254f27a32d5cc4af462a394b SHA512 e963c1ac3920bad71597bdc0c1ef0725ac9ee7b37829164736e15f30250319a16c4e0680056f03079e8a693350261f60d568bab3f34647d13f4b116598aac65e
|
||||
MISC metadata.xml 527 BLAKE2B 73220af3efe5c943f4d0168acd2af2ef0fc8d05e6d89a4878ce4de115cc1415c86e7509f4d98cae5f286dac637a293be16dd8c595b8d0845e807f13102b66f43 SHA512 79652d2b97b9d446fe3240a396d7b6105d6fa9c0e62e42d0b1a3e630b4314b4b9507d81cd960d9c989b9fa8c8b841d4d66394a36e1b2b7df0dc7652b4831c058
|
@ -1,30 +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 application that contains a widget to render a form field as a TinyMCE editor."
|
||||
HOMEPAGE="https://github.com/aljosa/django-tinymce https://pypi.org/project/django-tinymce/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/django[${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
|
||||
}
|
@ -1,16 +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-tinymce</remote-id>
|
||||
<docs>https://pythonhosted.org/django-tinymce/</docs>
|
||||
<maintainer status="unknown">
|
||||
<email>aljosa.mohorovic@gmail.com</email>
|
||||
<name>Aljosa Mohorovic</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST django-xslt-0.4.5.tar.gz 15717 BLAKE2B d150d105acc0834cda4f512f27a1a9cbdf7833585661e49d66761eee0fd5d00e45b292e04f602ed891a0ff0d7f1df303748194ca17cbc0e9bdd441671dc29a03 SHA512 25f3268d5eae29326ee93b5c4189389577bbf282e9f9007798de2ce96c6420d240c07e6a2abbbc57ce0bb4abb3aef557b545948a02b36a118afaefb30ca5a2b4
|
||||
EBUILD django-xslt-0.4.5-r2.ebuild 747 BLAKE2B 748dde12d5cef64092beb92e74fa692645a9941d2799a0ec97056ed9fde972af71b505fc8ee050af01b14c347425190d1d8659df911fb23a863edfe6ebec003f SHA512 0f7dbd671f0938ed63a2577da54f449c0d6f0600f8e938f81a04267a693609580f42f91ba493ff07f94522f85dbb776ee19bc867bce7f5b5ceb4f6d40c9e99db
|
||||
MISC metadata.xml 448 BLAKE2B 7fb0b2a7798c18419d3a407cd4c1853d03adfe1ec0bf7b1abc2e9ca89ceed2924dced15a46f5cd75ceab30bcff849c0a5fe916f3a2e98c5dd3ff4ef068d1ef5d SHA512 f3e79bf6ddbc29593bf429cb52b38c38ed412c977c08d162caabed3a896552db4bd321163dcff1d56cd1f2cd1cfe641e07701a7428b0966e060cb41fd01fdc42
|
@ -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="an XSLT template system for Django"
|
||||
HOMEPAGE="http://github.com/woome/django-xslt https://pypi.org/project/django-xslt/"
|
||||
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[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
@ -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-xslt</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nic@woome.com</email>
|
||||
<name>Nic Ferrier</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,7 +0,0 @@
|
||||
DIST drf-yasg-1.17.0.tar.gz 1299955 BLAKE2B a2fe34a7cc37fdaed471ce4d7d8e9f0df2f5945ead412d4a2e7ef42f8867c346f66ca95dce4f65e64854b3b4265ee99f3c97c19412084c359bb47896b1925944 SHA512 90cc3ebe0208be721b34b1f33c23caa4aa4055bd41a694dc562e9819a14a8f92494b2ab26d3993378fd56ce0542fba294405b719c899f11f30478d0cc064560d
|
||||
DIST drf-yasg-1.17.1.tar.gz 1300642 BLAKE2B 6cb21bf901ee2612666bf076faecb2748f7af8ee30a8cd71f00d58bd26f837a8850725d1944d5f933c49ea65657870ff1ca351464db77303380cec85d8de3183 SHA512 b8e2e11fa3b18b3fd827e80674dfc6a99bda059455dfed9945a311dc43783a7871f5dcc92a2327174e6c28f3235c143ad73c8694cd2e24cd713f712662b3976d
|
||||
DIST drf-yasg-1.20.0.tar.gz 1800321 BLAKE2B 3db8b0b33c2919d4a331b06b1f6e324ce6e0e160c0454cb066e61cbf7bb580efadb5cd9624579492db3404edcc8e50753e63b6edae022842cd087b820779557d SHA512 b56cd00d7a09f197e95c0129e20e561ece783b4edb389b228027ab8768247ccba15db5768f52a3d5ac5a4c47faa7a447ed7eb9b22af2a21377a36dcb7e7b267f
|
||||
EBUILD drf-yasg-1.17.0.ebuild 961 BLAKE2B d65c807ac3af59653f98b57d198eeefb1518ec8392f517122ee9b79921d9e6a94f8739719e09b984db80fce7b13c9dc11781e67b035dd76e5f4527e6521ed127 SHA512 b3116aa5495d7586335f96b34f9b1aa7300cf64c7b3412b7379d4d9676fa58274e4ed7f070af208d0d7e269fc01288191de85acb7d03f01fbed2950d61a0bd6c
|
||||
EBUILD drf-yasg-1.17.1-r1.ebuild 1238 BLAKE2B f5af2aee0b90b7bc8ab1aa671d59fc52f9f587c13a3b8c9fd0f32687e53ea6f4823af9190eeb82bea7a96c2dd4fe9c9ae8c44e3cfc486a4739ce28dcdafaf870 SHA512 c3efaa369c57e264fba8148ac9482f2e08fcfad91e8a77b2a83f0022f435598da6b7e0533b8622160ac154513577eaf0cfe3dde8f53dda46fb277b9f9b7837f1
|
||||
EBUILD drf-yasg-1.20.0.ebuild 1232 BLAKE2B bb0792e494b4df0ebe104d319cb5f103d174f2bfd6cf681e8522e876a4632b45960c6e32d782e7c052b0b1976b4c907bc5ff3960b3519d7340e39545f267c499 SHA512 2a5d20fa4c01002d693d723b36c3b158c90c85ba8b887333cef6f196f53ce5eba8d7d40690cd27f950bcbe81022fb934149b9159adaa4beaf66c67bc2f8dee3f
|
||||
MISC metadata.xml 444 BLAKE2B d80696b651cf04f1fe51392912295ee6cbf36c0c99f394a1dcd4456f60be00485fb75e1dbb4e35f36d6cf3f8be21c100000c1de8554764fa1c6f36dcdb2ab843 SHA512 ea5980c2c0532b73558f1e1e38537251241ef965e244989c2b22774cdf4ea8ff7d84742cbde2e02f65c1da5efc6fc566acdba13705a6827ba09a18da96837fd2
|
@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Automated generation of Swagger/OpenAPI 2.0 schemas from Django Rest framework"
|
||||
HOMEPAGE="https://github.com/axnsan12/drf-yasg"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+validation"
|
||||
|
||||
RDEPEND=">=dev-python/coreapi-2.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/coreschema-0.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/ruamel-yaml-0.15.34[${PYTHON_USEDEP}]
|
||||
>=dev-python/inflection-0.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/djangorestframework-3.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-1.11.7[${PYTHON_USEDEP}]
|
||||
validation? ( >=dev-python/swagger-spec-validator-2.1.0[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code."
|
||||
HOMEPAGE="https://github.com/axnsan12/drf-yasg https://pypi.org/project/drf-yasg/"
|
||||
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 +validation"
|
||||
|
||||
RDEPEND=">=dev-python/coreapi-2.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/coreschema-0.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/ruamel-yaml-0.15.34[${PYTHON_USEDEP}]
|
||||
>=dev-python/inflection-0.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/packaging
|
||||
>=dev-python/djangorestframework-3.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-1.11.7[${PYTHON_USEDEP}]
|
||||
validation? ( >=dev-python/swagger-spec-validator-2.1.0[${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
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code."
|
||||
HOMEPAGE="https://github.com/axnsan12/drf-yasg https://pypi.org/project/drf-yasg/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD License"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND=">=dev-python/coreapi-2.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/coreschema-0.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/ruamel-yaml-0.15.34[${PYTHON_USEDEP}]
|
||||
>=dev-python/inflection-0.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/djangorestframework-3.10.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-2.2.16[${PYTHON_USEDEP}]
|
||||
validation? ( >=dev-python/swagger-spec-validator-2.1.0[${PYTHON_USEDEP}] )"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/packaging
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
@ -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">drf-yasg</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>cristi@cvjd.me</email>
|
||||
<name>Cristi V.</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST graphite-api-1.1.3.tar.gz 75501 BLAKE2B a343db32532f03eff126d08af53f7543d37f2951b9c623a5e1087e4e62e4beddcfa9aed05b66a4d4be77ce2e7e73b3307ee4e81ae81815e33c70fbbca75b4703 SHA512 fc220288e03c238ce9913ff3a3c8802a6a5339f5baa96246ed71159fafc738c24af6334d481f620c19ca71a043e9619d2ddff5f3be72704199a050b842b1d525
|
||||
EBUILD graphite-api-1.1.3-r2.ebuild 1026 BLAKE2B 969b3c8a26500864077e7218a356be8ca23f6798517b08998e915125baadeb6ce153d1222cbce4f15bd40a6d800f7d9e6e0eb9045aae6c54b230bc0e35e8224e SHA512 59ba6d713762963097ca9dfaea5467ce1cfc8409fbc0861383a89503be8f5798729e31bb6220091d20aa5f54d1835e283a0d5396c92f8c49ac2341adb1a4a323
|
||||
MISC metadata.xml 488 BLAKE2B afa3714566e3a02faf3fca1a51f45ae9bf92355754a17d9778a03a8812d74745266e3926f03d7a6493dc19655860f8f9f5861ab9138a1d3c470d97be867cb4a8 SHA512 b456b2ee4076ec2d2b0edbc360e9c4728c468bc6309f1c53414d68f43cbf9504e6b9c7e973fbe02e0c5062628b2bbde9a2fd858df961823b3b2d92f563c9bf81
|
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Graphite-web, without the interface. Just the rendering HTTP API."
|
||||
HOMEPAGE="https://github.com/brutasse/graphite-api https://pypi.org/project/graphite-api/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/cairocffi[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyparsing-1.5.7[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/structlog[${PYTHON_USEDEP}]
|
||||
dev-python/tzlocal[${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
|
||||
}
|
@ -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">graphite-api</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bruno@renie.fr</email>
|
||||
<name>Bruno Renié, based on Chris Davis's graphite-web</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST junos-eznc-2.6.1.tar.gz 155435 BLAKE2B 3293d4bc2ad0a0f03255f4f507c8d440fab3a807d5196e527b9416c29411e26e8b3221792db820da04d286e6f259b4c4ba6b91502c0342aabfb1d18ff546ba7c SHA512 88f3ca221769ca1ca9fedc28c76f6e095ad0f290acdef4f1834716b9402a94027ef2353a104e62ff74af4175964cddedf96c1edc5d618f8c9ecd5418d2a74523
|
||||
EBUILD junos-eznc-2.6.1.ebuild 1199 BLAKE2B 314d4e7ce449c4513d1bf9cbd873cf8fb266c466ee7c2afca7cf9e57aa7559a4ba999ac7ea7fe8e66a4c13058429fd0c66f7713e2295e854102b2a1ff50fdbce SHA512 562ac16ba494d241039f66fb6e6cf22f781d0716d81acaf8a4b88bbd2ffb245b0748dec562a707284a6048acda6fc2bd98a6a73ccaf9ff2ea42920c512730d75
|
||||
MISC metadata.xml 511 BLAKE2B 1d599970a3d1ec9073b3e74c1c43662512f934879dd517a47df54d8cd8f695701ee514c30eb76a83f396fb7d2f11c9f7846ef7c81f5a7e4dafa0b6ba9641d61f SHA512 896fb5d1b364bfc899ed0886a5564ad98beed2be6a6b3e1994a6af6025237879fc042a722c4ef3ae3125903dfd4b1eeefb9bc45f64040ac29b09d35c4b110623
|
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Junos 'EZ' automation for non-programmers"
|
||||
HOMEPAGE="http://www.github.com/Juniper/py-junos-eznc https://pypi.org/project/junos-eznc/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND=">=dev-python/lxml-3.2.4[${PYTHON_USEDEP}]
|
||||
~dev-python/ncclient-0.6.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/paramiko-1.15.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/scp-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/yamlordereddictloader[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
dev-python/transitions[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
@ -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">junos-eznc</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jnpr-community-netdev@juniper.net</email>
|
||||
<name>Jeremy Schulman, Nitin Kumar, Rick Sherman, Stacy Smith</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST napalm-arubaos-switch-0.1.1.tar.gz 10401 BLAKE2B 8d28b8c8a590ad311120ca00159897423c3b3400fccb73990d482d56d20d43d31659b52ba98459afdcd34402dcd66ce1cec4f7394b3a182254505fa2ec848562 SHA512 85aecfe7b709370fab017f1cf33f0e05bfb1d9432162e9b5a0d2588f60c7c6f733b0362e44c31612abbf14f2f1c593eaecc61671692ce54858613e9baf9169e9
|
||||
EBUILD napalm-arubaos-switch-0.1.1-r1.ebuild 889 BLAKE2B 6689589c3a36dfaea4dfcec6b395991836b5cfae681946c6ca184c360bd501b6ed1d29dcc6e3a9a281888a72eaaaa6266221665064c8e26d285294c55ac5c03a SHA512 7ec33acec74626b6f8cbdb5b59bf0f8e8a4d30b047fe5afb36b46a91a8a4b88d7ad78d0123cb4a18062e75c753eeb07e3b12a5511238c1d3b5a75b11be0f34b6
|
||||
MISC metadata.xml 491 BLAKE2B 3d00a7fe9d3265843cf068c2e79ea04ceef6db08a135d18c18830e0fc6bd1c5cd0b57022889021127ef4465756afeff8012f7623bebd0ebc69d3f09a096cf738 SHA512 4c18717988957e4084fd9922d83b187b5f8f5ddb7aa4e93b50bf387f1eca78a4315dc90f6c878e8af3bc6b608a411242f5e6a7ad00d0204b23debebfbc74aac7
|
@ -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">napalm-arubaos-switch</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>15230109+gcotone@users.noreply.github.com</email>
|
||||
<name>Guillermo Cotone</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,33 +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="Napalm driver for ArubaOS Switches"
|
||||
HOMEPAGE="https://github.com/napalm-automation-community/napalm-arubaos-switch/ https://pypi.org/project/napalm-arubaos-switch/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
>=dev-python/textfsm-1.1.0[${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
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
DIST napalm-asa-0.1.1.tar.gz 5120 BLAKE2B 61b9d0ec22c27e201ea5da89b09e2812d673d683fd86a735efce0e27095b3e21d40cca287941e0c5ddbfed1d56d34f8650ef4c8dbec53388ff947b0d20dde238 SHA512 0acf11fca9da5ffbf8d567d0f698821a1b54d550b67ddef22de30682170bbccc393f7352f825683185d7d05a3d7e4a0d3aedbdc035d106522f2f2f6e2653fc2f
|
||||
EBUILD napalm-asa-0.1.1-r1.ebuild 751 BLAKE2B 150cdd2a059c29116317df507fb113a8e522eb2f263ce5bf8f34ec1f1623397f2690d236321bbac3a94bfd6f66e55781b2493f3e2421d4c6238a2996a7444ba3 SHA512 ed90f74063f8a18880079376b01cfdbea608b1ba8a161777545433a624cdf3bb0055b6072402281383f27b55cebddf8fc9646c680d4e9fb64ed04027123c9bfd
|
||||
MISC metadata.xml 463 BLAKE2B eec04349bb0bbdc0027c02e0da78e030c5c4590a034c93359c84f5f4dea2241ed31cf53502989a50ec2e9f67585d909da333cf7ffa18ee3a5aeefc913a8ff4fd SHA512 0607eb11ff0258cec6ee9ef39708919215fd076189540ab5273c75a31c9bac8483f87caafdbf12ae57ca783c23ed789538556d70700388b4b7b417ae28c163e0
|
@ -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">napalm-asa</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>diogo.assumpcao@gmail.com</email>
|
||||
<name>Diogo Assumpcao</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,30 +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="Network Automation and Programmability Abstraction Layer with Multivendor support"
|
||||
HOMEPAGE="https://github.com/napalm-automation-community/napalm-asa https://pypi.org/project/napalm-asa/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
DIST napalm-procurve-0.5.0.tar.gz 10416 BLAKE2B 2727a1f26a9d9635a8b94bd6025ec8ad2b33b30556d92dcb45669c531be8df886a6356c0c71d9ec66154b64e2f0bd29956b7d2aa267236c5b330d74c07bb8cdf SHA512 11e68a05c6c71d766c87d38d1a34277a6a2bfb3f8c712046d60aa1be9931b8e30208fb38f9366661f53ae664525af74f4a9f8b84656797dd1e870600ba829ef9
|
||||
DIST napalm-procurve-0.6.0.tar.gz 10303 BLAKE2B 5757dab72ad0cd30d3ee573b40c8f05261d1b9dc8546f85d810aba680c2fca5280d887360f6484113dc2898806df1c8c443cbbbe39fdcd0aafa22d71ffb38561 SHA512 4d4b1b59ce983b4246b08f6d07d071c24fd85b4ce50bc4bcd01026902a095a627b0d7cb413c92dc61077499be9f1e54e5e5354d2303f23b2dc691e54601db955
|
||||
EBUILD napalm-procurve-0.5.0.ebuild 883 BLAKE2B f7065ec7fb6d94c8ff6c27314774b7781da93a9f04565b4d759ff15bf05818c964fabb59643162ea019e596522ab36442927d0b7719af1dc9d18cf8f3d7c2dce SHA512 5844232d59079eb09317ba0ac1e61155b8ce7fdacb0cb3094fb80bd902eeaebfcefa8e6df00b159d67b2ee15514edb0b996246ab6cd4452bddf0f9984d106e34
|
||||
EBUILD napalm-procurve-0.6.0.ebuild 899 BLAKE2B d232f43a260e25872a7ba9cecb987882ced5ff7d2397d032be063fa57234ab40cd61f58ea2e49e2c5f365e6d7504b2e593d420b30193e67b871bea50291106d4 SHA512 7867534e319857397bd3023a2534283d8c012f6e9f4ddce317dca2d9c38647e270580d221cb0c6315a965fcfd524b02c18e5b6ccbbcd05da548b5c0e5a9bcaf4
|
||||
MISC metadata.xml 463 BLAKE2B 58daf9a0228aecd21a6ac7b4361c7a7de954b5414bb3e1756751dedc08c3390ebfc4e0f73f82b9f8154b5ac39daada2a0692d6f6bfb4ad35f1a9554e92a39d40 SHA512 b1389416a925eeaf7db1f2703808791b159a2f696b2573b5160c991a797bedbb230b352a2960563826b94b9f50133b4c86e31d443173d4e75fb1e69e669a6ed2
|
@ -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">napalm-procurve</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>andreas@bawue.net</email>
|
||||
<name>Andreas Thienemann</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Napalm driver for Procurve Switches"
|
||||
HOMEPAGE="https://github.com/napalm-automation-community/napalm-hp-procurve/releases/ https://pypi.org/project/napalm-procurve/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
>=dev-python/textfsm-1.1.0[${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
|
||||
}
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Network Automation and Programmability Abstraction Layer (NAPALM) ProCurve driver"
|
||||
HOMEPAGE="https://github.com/ixs/napalm-procurve https://pypi.org/project/napalm-procurve/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
>=dev-python/textfsm-1.1.0[${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
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
DIST napalm-2.5.0.tar.gz 169719 BLAKE2B 6c61c98f2969ba687aa7dab22064cf292ee132a4f3b0fea3e5b475fe2b3a089e46ff33d3997a4a38d0cae7e821d956ab32cd6631c6f1f13795767ff78bd0fdbf SHA512 6efdbd2cc9ffdc8bdf98eca4aeecb154ff0386c307e057f8f93ef2c56174ae65b2e09cdffb1c5188a6191cc77a3676fe6acfce9362426adc17d35c293f356e9a
|
||||
DIST napalm-3.1.0.tar.gz 194878 BLAKE2B 56ff2eb4a8f6892f3d302e7af4cd691cce664e3eecf59f9e7b1d3accaf01155c44b3ac00a521cf7d1094c1083507c8e4c546fd2ff103948dc71217f9f673f34e SHA512 1073ea6d4a42ba8279e59a77321b46d12e8b7a2cdb0b0538f862418e32165666de00ea552c5726ce3362b46884fbee96cab0ebbc48d4d17c98471ef761d7c882
|
||||
EBUILD napalm-2.5.0.ebuild 1196 BLAKE2B 1d62fe6a9b603f5d41fe1948f489e6348dfa8a735373780a6b6f7e391687349d528a39d0e102028cd2217cacefcccf99e7cc2f7713f737bfe3914695dd62d8a7 SHA512 73ec8e686b89b0f84b8982addd951ab0d4839531bf1a24f4c656805194980035822a6fe00d207a9b5f259b89a677794cc8824aafcf304f42491c5c743ac9d5f7
|
||||
EBUILD napalm-3.1.0.ebuild 1203 BLAKE2B 549b3f549400c1531cc05a8d9cb42079f6e84ba44dc16cf65aac42d942f2bd2fe7ce782f77c6d3cd203c4c69d5db6f4bb9ca1c972a10dc64566fe954fb5102a3 SHA512 4ee1f1d675792b87e0c896288e78c882f941e9f8c7d08f84bda1b3bcad6caa715625702fede3b544f26693a15c7d981b724d15e46990823ff386aeab7406db74
|
||||
MISC metadata.xml 527 BLAKE2B f42e38a7c2342d9ab435d9b37c5495ed2e46d465b2917b82a8e0cf413421ccf252f86f73f0ec9a0f82c2ecdea454c9b03dd32fd86db639173e07ad9176c8394f SHA512 405a3c839517dfa47509a1ec1ad3972efcd838f0a88627ab43b693f610d53df93fb0fd05dc0a8879b721e6e094c0e36b466eb8e01a3a2f1cb57f662dd5e52599
|
@ -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">napalm</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>dbarrosop@dravetech.com, ping@mirceaulinic.net, ktbyers@twb-tech.com</email>
|
||||
<name>David Barroso, Kirk Byers, Mircea Ulinic</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Network Automation and Programmability Abstraction Layer with Multivendor support"
|
||||
HOMEPAGE="https://github.com/napalm-automation/napalm https://pypi.org/project/napalm/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/cffi[${PYTHON_USEDEP}]
|
||||
dev-python/paramiko[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/textfsm[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyeapi-0.8.2[${PYTHON_USEDEP}]
|
||||
dev-python/netmiko[${PYTHON_USEDEP}]
|
||||
dev-python/junos-eznc[${PYTHON_USEDEP}]
|
||||
dev-python/ciscoconfparse[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.3.0[${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
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Network Automation and Programmability Abstraction Layer with Multivendor support"
|
||||
HOMEPAGE="https://github.com/napalm-automation/napalm https://pypi.org/project/napalm/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/cffi[${PYTHON_USEDEP}]
|
||||
dev-python/paramiko[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/textfsm[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyeapi-0.8.2[${PYTHON_USEDEP}]
|
||||
dev-python/netmiko[${PYTHON_USEDEP}]
|
||||
dev-python/junos-eznc[${PYTHON_USEDEP}]
|
||||
dev-python/ciscoconfparse[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.3.0[${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
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
DIST psycopg2-binary-2.8.4.tar.gz 378741 BLAKE2B 0ac518d677fc6de08d2aa2f84ee79bf588f816f72bae1294a9f40f74c5fdb22359e880defa2db44b484331ecff0d58d928482cbfcdf10341b18c8de9390883ac SHA512 0739641b20757f244d28f1a15bd1794e80254a9a9d008f6a75e7b6b6b1db7920e2b7df13fdae3d1c7bccbfce23cb5443e96b0d79306644740e3517de1247df54
|
||||
DIST psycopg2-binary-2.8.5.tar.gz 381745 BLAKE2B e11df0f3e59b1efbaaa1c2b82c22e213fee809245bd8576c0e9210c14f8f82e534afa4d92aaaeebebac2e1bb4f99ed7abc6214b323b60450677201c4e2e1c5b4 SHA512 da56c87705f47f96454597ec35a7a31f05607e00c8c4b936c57a7e41a27eaabd30efffac963a067e259df59ca314909b771af568e20f2da5d5a61c98e7f6faf2
|
||||
EBUILD psycopg2-binary-2.8.4.ebuild 713 BLAKE2B 46ea8de5edbcb8b5f87f06ee262eda45d495c9aa8359bba87e48755ffc2f2ae4a338a25a71304c4749a63b251ed8ed58acc069b85f83a1e688c9375ed048f80c SHA512 9aed1df3b38b97c3dc41247fa0c75cd6969bd0d8f26201ec9ece78fd3678a4df496afdb0558bd6956d30cbabfec2b78eacabee04a7b9f0e3f3577f6948ee4c85
|
||||
EBUILD psycopg2-binary-2.8.5.ebuild 704 BLAKE2B 0b96096a4822095bbc18aaf0ce842c5fa92f0b9fbace17de0d1f2031bed38a8592a89639aea609f3fe85a17a4ab46b278a0bce47dd2460a976706442ca9a7a74 SHA512 0cb48db328c001ecb225320a76171798e277479846c750dfde128d3cb001e051b4a9ba85e6e09b3851b40508059efc34cb3fea58a76d4a15995d2200529abcfb
|
||||
MISC metadata.xml 470 BLAKE2B e73a1ba2774892d8a629fed6338124d6df129467d7e0c5638276e6ffe8c46e7d587c93c4df7581cfb3817f43adef1f6e1614ed905587968f9de222ae8fcf334b SHA512 4c543b17b29d3889cbbc38d5a35ad9150e16d3a6f826c8f60bbf2eed520724a54f90bafd263b7c80144ddff305fd2dc9a128299faa12a8e7d850f8ac3aebf5a6
|
@ -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">psycopg2-binary</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>daniele.varrazzo@gmail.org</email>
|
||||
<name>Daniele Varrazzo</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="psycopg2 - Python-PostgreSQL Database Adapter"
|
||||
HOMEPAGE="https://github.com/psycopg/psycopg2/ https://pypi.org/project/psycopg2-binary/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1-with-linking-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="psycopg2 - Python-PostgreSQL Database Adapter"
|
||||
HOMEPAGE="https://psycopg.org/ https://pypi.org/project/psycopg2-binary/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1-with-linking-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
DIST pyeapi-0.8.3.tar.gz 137050 BLAKE2B d1593bacabea6d7cee0fc55c3d17bf39ff4749847ac5e6c721254bde39a5349358a4f5b215d3f1233c4105e5a4cea64efcd852f94e9fe856f3b5da6c13c698c6 SHA512 cfc88c7e8fd2908b1ed1b3ebc35b740b363cb59750a214e35fa13d7a974fc0d0a25fd6305a6d00dd27a219af369e0e4389720968d5752f41d224f855cb94f6be
|
||||
DIST pyeapi-0.8.4.tar.gz 138140 BLAKE2B c4034ce66c27fa0c4d8a3fe7f9907dd768fa03efc58f2c3824b28561f890f593513569a725041321fe5d5289be1bc248c07a952f9d5ee7c03fe8c8ed8af6c9ce SHA512 d9fa0fca258dbe2416e174ccb1def04b686171f14fc7f53c180c4571863802ee3f14d6e70af6048769c4a2a5e5024485a348ee4415bab95338725c535274ebd6
|
||||
EBUILD pyeapi-0.8.3-r1.ebuild 702 BLAKE2B 3dc19bf55eb61a210cdfef4dc6dec5fb49027ef8565a44798f35f66c457162fd57f05a5fc9b521085158c05332ef38b9f335e29297448413badd2c7d080d9980 SHA512 e40094729a56efedb3557599d9ab3f7ba8fb3cefa3ec2a0a9cc3160211b722e00413d791134acbb5f5bed64199e1bfe686d1ed461c3406049207900140d7be02
|
||||
EBUILD pyeapi-0.8.4.ebuild 706 BLAKE2B 0b9d38a7d9433ea85fe68bb32cdfe80c2f9bfe7124cecc35c72174c1ecaf95f4b3e7b27b345b97bf6d089430f5d1f6ffc82c8a95ae00e16014d0674ef5305bf5 SHA512 0bf5321fe1d866611091b1f3d6fd20afe0335421167db2667b17b0bd4dec70c9d81d45268757e7c10c972ea766cd3473945b651f8b86422c52c456cd14a4fed7
|
||||
MISC metadata.xml 455 BLAKE2B 7e6e32dc9ae4dd1968cebc5c5c02d3609bbdfe406a0d1cb674d2d7e77e80b7613860bf0e596b28a763f05690a163467ca437bd3b9ef21098bb7bfbb609d9ffa4 SHA512 f575730e87beac3a9ac522df52013d46b4470e45700728f4e1740a95eb816269fd98971e6de741158fae51832687f62f963128e90070b7f24a5c392c5654e145
|
@ -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">pyeapi</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>eosplus-dev@arista.com</email>
|
||||
<name>Arista EOS+ CS</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python Client for eAPI"
|
||||
HOMEPAGE="https://github.com/arista-eosplus/pyeapi https://pypi.org/project/pyeapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/netaddr[${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
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python Client for eAPI"
|
||||
HOMEPAGE="https://github.com/arista-eosplus/pyeapi https://pypi.org/project/pyeapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND="dev-python/netaddr[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
DIST pywbem-1.7.3.tar.gz 5711300 BLAKE2B c2fea2d969c2a07cda5180eff4591da37a008d73f4214345387f112b69becc412781b5f309f781b2b133a8558ea7dd23e2f997b518678f37ffaef34678fb31e6 SHA512 f213cb066213bc823c252c3be308808c0e7cb100fea193d2e1d6bf82d58dfc2f94ec30b16b63faec85ea7ae20d789437ac75fcc4e6faba0875d677cf3067a51d
|
||||
EBUILD pywbem-1.7.3.ebuild 890 BLAKE2B 3cfd8f8208ce59ab53c345136ae4e0a8ad47bae89d0e52b50390688030ffbf0d47e9490056f1d75ffbb4a228629b2c6d40cde4488b6b030508f74c6947458124 SHA512 e4ff90becbc44d8622fb584a1102fe56fc9c9bb23d61e7a61df2e28093bff3c4bd6024d30930e59ec051b72c5f64b0f2bc578feabf6ee4a39c7cb635275b7696
|
||||
MISC metadata.xml 491 BLAKE2B 603d277edaeca0ae42f72efd65c144065643d21e1e364a67fdc57262d7099662d7802cfafd0304c77e14bac8054e77fb432fa5e40db68e98ca9cc31fc5d7e904 SHA512 fd61313f725e132c6b37558db7e7c10abd01e7790bfdf5e773bef5b9861c1d5d9a6cb9c11fbc6bf0306cc99039c2d3cce3e6252afb658fb348b0704b0531fd05
|
@ -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">pywbem</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>maiera@de.ibm.com, k.schopmeyer@swbell.net</email>
|
||||
<name>Andreas Maier, Karl Schopmeyer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="pywbem - A WBEM client"
|
||||
HOMEPAGE="https://pywbem.github.io/pywbem/ https://pypi.org/project/pywbem/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/ply-3.10[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.32.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yamlloader-0.5.5[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/wheel[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
16
metadata/md5-cache/dev-python/django-debug-toolbar-5.2.0
Normal file
16
metadata/md5-cache/dev-python/django-debug-toolbar-5.2.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/django-template-partials[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/html5lib[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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A configurable set of panels that display various debug information
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/django-commons/django-debug-toolbar/ https://pypi.org/project/django-debug-toolbar/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/django-4.2.9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] elibc_musl? ( dev-python/tzdata ) 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-debug-toolbar/django_debug_toolbar-5.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=2e0cde42c5f61c02fb4e9a9a90b8d886
|
15
metadata/md5-cache/dev-python/django-polymorphic-4.1.0
Normal file
15
metadata/md5-cache/dev-python/django-polymorphic-4.1.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Seamless polymorphic inheritance for Django models
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/django-polymorphic/django-polymorphic https://pypi.org/project/django-polymorphic/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/django[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-polymorphic/django_polymorphic-4.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=6f0dace894f2924a07af723954703190
|
15
metadata/md5-cache/dev-python/django-redis-6.0.0
Normal file
15
metadata/md5-cache/dev-python/django-redis-6.0.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Full featured redis cache backend for Django.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jazzband/django-redis https://pypi.org/project/django-redis/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/django-4.2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/redis-4.0.2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-redis/django_redis-6.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=28b3e6e70e69d480a4b82e30fdda42c4
|
15
metadata/md5-cache/dev-python/django-taggit-6.1.0
Normal file
15
metadata/md5-cache/dev-python/django-taggit-6.1.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=simple tagging for django
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jazzband/django-taggit
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/django-4.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-taggit/django_taggit-6.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=27e4451111f674304e5f002e8ebc7625
|
16
metadata/md5-cache/dev-python/icmplib-3.0.4
Normal file
16
metadata/md5-cache/dev-python/icmplib-3.0.4
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Easily forge ICMP packets and make your own ping and traceroute.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/
|
||||
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=LGPL-3
|
||||
RDEPEND=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/i/icmplib/icmplib-3.0.4.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=745cc51fae821624ff531019ee59d970
|
15
metadata/md5-cache/dev-python/ncclient-0.6.19
Normal file
15
metadata/md5-cache/dev-python/ncclient-0.6.19
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python library for NETCONF clients
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ncclient/ncclient https://pypi.org/project/ncclient/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/paramiko-1.15.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/lxml-3.3.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/n/ncclient/ncclient-0.6.19.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=36e86f1183f72ad4ed63a7ae97db6378
|
16
metadata/md5-cache/dev-python/netmiko-4.5.0
Normal file
16
metadata/md5-cache/dev-python/netmiko-4.5.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/paramiko-2.9.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/scp-0.13.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/textfsm-1.1.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ntc-templates-3.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyserial-3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ruamel-yaml-0.17[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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Multi-vendor library to simplify legacy CLI connections to network devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ktbyers/netmiko https://pypi.org/project/netmiko/
|
||||
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/paramiko-2.9.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/scp-0.13.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/textfsm-1.1.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ntc-templates-3.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyserial-3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/ruamel-yaml-0.17[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/n/netmiko/netmiko-4.5.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=561d9679fb9ff9f3a63aba8bde026ef3
|
16
metadata/md5-cache/dev-python/ntc-templates-3.5.0
Normal file
16
metadata/md5-cache/dev-python/ntc-templates-3.5.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/textfsm-1.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/pytest[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=TextFSM Templates for Network Devices, Python wrapper for TextFSMs CliTable.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/networktocode/ntc-templates https://pypi.org/project/ntc-templates/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/textfsm-1.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/pytest[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/n/ntc-templates/ntc_templates-3.5.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=e392d69ec382c264cd88992044357f24
|
15
metadata/md5-cache/dev-python/pyvmomi-9.0.0.0
Normal file
15
metadata/md5-cache/dev-python/pyvmomi-9.0.0.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=VMware vSphere Python SDK
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/vmware/pyvmomi https://pypi.org/project/pyvmomi/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyopenssl[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lxml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/vmware/pyvmomi/archive/refs/tags/v9.0.0.0.tar.gz -> pyvmomi-9.0.0.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc
|
||||
_md5_=f016e68020f4bde4df41df2761f0090a
|
16
metadata/md5-cache/dev-python/pywbem-1.7.3
Normal file
16
metadata/md5-cache/dev-python/pywbem-1.7.3
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-python/wheel[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/pytest[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/ply-3.10[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyyaml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/six-1.16.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/yamlloader-0.5.5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=pywbem - A WBEM client
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pywbem.github.io/pywbem/ https://pypi.org/project/pywbem/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=LGPL
|
||||
RDEPEND=>=dev-python/ply-3.10[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyyaml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/six-1.16.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/yamlloader-0.5.5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/p/pywbem/pywbem-1.7.3.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=d69d787aac964416d95cfce1928fa90f
|
16
metadata/md5-cache/dev-python/textfsm-1.1.3
Normal file
16
metadata/md5-cache/dev-python/textfsm-1.1.3
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python module for parsing semi-structured text into python tables.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/google/textfsm https://pypi.org/project/textfsm/
|
||||
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=Apache-2.0
|
||||
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/t/textfsm/textfsm-1.1.3.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=357699aef49ec3522732e171bb3b005f
|
16
metadata/md5-cache/dev-python/yamlordereddictloader-0.4.0-r2
Normal file
16
metadata/md5-cache/dev-python/yamlordereddictloader-0.4.0-r2
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pyyaml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=YAML loader and dump for PyYAML allowing to keep keys order.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fmenabe/python-yamlordereddictloader https://pypi.org/project/yamlordereddictloader/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/pyyaml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/y/yamlordereddictloader/yamlordereddictloader-0.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=14697ff88ed5d9dea6e2b800aa930c7a
|
16
metadata/md5-cache/dev-python/yamlordereddictloader-0.4.2
Normal file
16
metadata/md5-cache/dev-python/yamlordereddictloader-0.4.2
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pyyaml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=YAML loader and dump for PyYAML allowing to keep keys order.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fmenabe/python-yamlordereddictloader https://pypi.org/project/yamlordereddictloader/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/pyyaml[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/y/yamlordereddictloader/yamlordereddictloader-0.4.2.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
|
||||
_md5_=14697ff88ed5d9dea6e2b800aa930c7a
|
Loading…
x
Reference in New Issue
Block a user