split out of int repo
This commit is contained in:
parent
220c19e25e
commit
bb318f9dcb
7
app-misc/go-carbon/Manifest
Normal file
7
app-misc/go-carbon/Manifest
Normal file
@ -0,0 +1,7 @@
|
||||
AUX go-carbon.conf 1677 BLAKE2B 42db1b053c20d17226b7e77ff0eafc8895ef2dcc92e95978bc48ea284a8f3bfae79b5469850baac2dd3ba0dfc0d526aa879a9ac560beb258349962f0e68a9f73 SHA512 81fdab87bc3cdb7f2550cb74d89f059eb0e5819adbda2243ce63c8f27d118b9a1cfb5b5fd11f07dd0e9ca925098d4ee5d3cf9abdb9fd47ff40be845e44a46112
|
||||
AUX go-carbon.confd 43 BLAKE2B b810bd09b72c95b3a491d1c2c6e24ec821e47ac87816c2ad6356d513d65678703d98b3e037d80e9073a46abfbe2584beb175351f63780ca9d8ce3c874c66cd80 SHA512 ec4175cbc46956464d4b415317fffdde5ee906c975e22a98da1eba63e96e239ed6e1cbfb7675fdaed961a7d17497c195256f2e69545ba94c5b8203adb735ae5d
|
||||
AUX go-carbon.initd 903 BLAKE2B 89f877cee34c87e3ac9dacf78962bbd84edfa63b63633069e7ed490faa73a87c034b84cce84a8ee168948194a80649cdd8dd6c8224020145f4a16f53daed8066 SHA512 8f101855cfd508ceb6b301ba36a97dbf7b3e0a771603d623a6e7957f2cd6b64c6f4d0965af0e3c0b2a47c103fd96da0569eab7327549c6dc3192a20af3b51777
|
||||
AUX storage-schemas.conf 1289 BLAKE2B c797abf39e9879d482f03caa527b975ee4c198023bedc66bbb5fcbf596a4d1a7e410a07ee534bc23a31e7c725ceadf3f363be94c349c94c1e1b571aa3029a91f SHA512 009a42f67ca3afa84b33f324c6c60f1cef5c0c31bea52584c309d5b97de9431df3af540afccdb806bd3eef02e4daec76fd7ccf7859d2a670ee9209958466469b
|
||||
DIST go-carbon-0.14.0.tar.gz 4277053 BLAKE2B f5c3b109f13934ee81a1d4405850764ede70d6d7634cda5b5b7a5a5803095acba9712be465c01c0c44634b982172bb97ff9ab06ff75facfe21dcde030e6c9a85 SHA512 9a1f6b24ef1f1403763d54436d2df48d6842908fda2ffeb925602a0377e81c73bc2a1254c9deb1c3c8672a9ffa2565f0eca76e6e18d8e763123b318d71f833f9
|
||||
EBUILD go-carbon-0.14.0.ebuild 956 BLAKE2B ab6f4ac319c4372907709d465d227aac73a7095a898d65795aabe7fc62d94e10876b740bae123ccfad1540345d57b84736da5d592a7b650aa6daa7eca3b0f3ec SHA512 c0aa2cacfaddaa887e3e232958d9ead61bb166cb8be26f7841f66876e1a4c2f3be0f07e30dee36c144268e340a7d32d774b597d545eb6ad964c76c0825bc3e43
|
||||
MISC metadata.xml 252 BLAKE2B 0f179733ee16b8b1f141ed7fc5018cceb9fdb2f7f3a095eb940b92ce9546a1a36e13cb426e47ff8368adfadc289084f8a4d39401eacaff6afb234059b7a0ba62 SHA512 247d774df23989623dc135a05ed1917d95cbb0f436a5272d094e6bf7c2e607ddfee0f9f600e78ebf6f1677b1cc7909f016561bc6f09a5a13aa1ec7837bb5b0a3
|
96
app-misc/go-carbon/files/go-carbon.conf
Normal file
96
app-misc/go-carbon/files/go-carbon.conf
Normal file
@ -0,0 +1,96 @@
|
||||
[common]
|
||||
user = "carbon"
|
||||
graph-prefix = "carbon.agents.{host}"
|
||||
metric-endpoint = "local"
|
||||
max-cpu = 1
|
||||
metric-interval = "1m0s"
|
||||
|
||||
[whisper]
|
||||
data-dir = "/var/lib/graphite/whisper/"
|
||||
schemas-file = "/etc/go-carbon/storage-schemas.conf"
|
||||
aggregation-file = ""
|
||||
workers = 1
|
||||
max-updates-per-second = 0
|
||||
max-creates-per-second = 0
|
||||
hard-max-creates-per-second = false
|
||||
sparse-create = false
|
||||
flock = false
|
||||
enabled = true
|
||||
hash-filenames = true
|
||||
|
||||
[cache]
|
||||
max-size = 1000000
|
||||
write-strategy = "max"
|
||||
|
||||
[udp]
|
||||
listen = ":2003"
|
||||
enabled = true
|
||||
buffer-size = 0
|
||||
|
||||
[tcp]
|
||||
listen = ":2003"
|
||||
enabled = true
|
||||
buffer-size = 0
|
||||
compression = ""
|
||||
|
||||
[pickle]
|
||||
listen = ":2004"
|
||||
max-message-size = 67108864
|
||||
enabled = true
|
||||
buffer-size = 0
|
||||
|
||||
[carbonlink]
|
||||
listen = "127.0.0.1:7002"
|
||||
enabled = true
|
||||
read-timeout = "30s"
|
||||
|
||||
[grpc]
|
||||
listen = "127.0.0.1:7003"
|
||||
enabled = true
|
||||
|
||||
[tags]
|
||||
enabled = false
|
||||
tagdb-url = "http://127.0.0.1:8000"
|
||||
tagdb-chunk-size = 32
|
||||
tagdb-update-interval = 100
|
||||
local-dir = "/var/lib/graphite/tagging/"
|
||||
tagdb-timeout = "1s"
|
||||
|
||||
[carbonserver]
|
||||
listen = "127.0.0.1:8080"
|
||||
enabled = false
|
||||
query-cache-enabled = true
|
||||
query-cache-size-mb = 0
|
||||
find-cache-enabled = true
|
||||
buckets = 10
|
||||
max-globs = 100
|
||||
fail-on-max-globs = false
|
||||
metrics-as-counters = false
|
||||
trigram-index = true
|
||||
internal-stats-dir = ""
|
||||
read-timeout = "1m0s"
|
||||
idle-timeout = "1m0s"
|
||||
write-timeout = "1m0s"
|
||||
scan-frequency = "5m0s"
|
||||
|
||||
[dump]
|
||||
enabled = false
|
||||
path = "/var/lib/graphite/dump/"
|
||||
restore-per-second = 0
|
||||
|
||||
[pprof]
|
||||
listen = "127.0.0.1:7007"
|
||||
enabled = false
|
||||
|
||||
[[logging]]
|
||||
logger = ""
|
||||
file = "stderr"
|
||||
level = "error"
|
||||
encoding = "mixed"
|
||||
encoding-time = "iso8601"
|
||||
encoding-duration = "seconds"
|
||||
|
||||
[prometheus]
|
||||
enabled = false
|
||||
endpoint = "/metrics"
|
||||
[prometheus.labels]
|
2
app-misc/go-carbon/files/go-carbon.confd
Normal file
2
app-misc/go-carbon/files/go-carbon.confd
Normal file
@ -0,0 +1,2 @@
|
||||
#GO_CARBON_CONFIGURATION=
|
||||
#GO_CARBON_USER=
|
38
app-misc/go-carbon/files/go-carbon.initd
Normal file
38
app-misc/go-carbon/files/go-carbon.initd
Normal file
@ -0,0 +1,38 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
GO_CARBON_CONFIG="${GO_CARBON_CONFIG:-/etc/go-carbon/go-carbon.conf}"
|
||||
|
||||
extra_commands="configtest"
|
||||
extra_started_commands="reload"
|
||||
|
||||
pidfile="/run/${RC_SVCNAME}"
|
||||
output_log="/var/log/go-carbon/${RC_SVCNAME}.log"
|
||||
error_log="/var/log/go-carbon/${RC_SVCNAME}-error.log"
|
||||
|
||||
command="/usr/bin/go-carbon"
|
||||
command_args="-config='${GO_CARBON_CONFIG}'"
|
||||
command_background="true"
|
||||
command_user="${GO_CARBON_USER:-carbon:carbon}"
|
||||
|
||||
depend() {
|
||||
need local
|
||||
use net
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
checkpath -d -m 0755 -o "${command_user}" $(dirname ${output_log})
|
||||
}
|
||||
|
||||
reload() {
|
||||
configtest || return 1
|
||||
ebegin "Reloading go-carbon"
|
||||
start-stop-daemon --signal SIGHUP --pidfile "${pidfile}"
|
||||
eend $? "Failed to reload go-carbon"
|
||||
}
|
||||
|
||||
configtest() {
|
||||
ebegin "Checking go-carbon configuration"
|
||||
${command} -check-config=true -config="${GO_CARBON_CONFIG}"
|
||||
eend $? "Configuration test failed, please correct errors."
|
||||
}
|
||||
|
34
app-misc/go-carbon/files/storage-schemas.conf
Normal file
34
app-misc/go-carbon/files/storage-schemas.conf
Normal file
@ -0,0 +1,34 @@
|
||||
# Schema definitions for Whisper files. Entries are scanned in order,
|
||||
# and first match wins. This file is scanned for changes every 60 seconds.
|
||||
#
|
||||
# Definition Syntax:
|
||||
#
|
||||
# [name]
|
||||
# pattern = regex
|
||||
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
|
||||
#
|
||||
# name: Arbitrary unique name for the rule
|
||||
# pattern: Regular expression to match against the metric name. For syntax see:
|
||||
# https://docs.python.org/3/library/re.html#regular-expression-syntax
|
||||
# retentions: Retention schema for the metric
|
||||
#
|
||||
# Remember: To support accurate aggregation from higher to lower resolution
|
||||
# archives, the precision of a longer retention archive must be
|
||||
# cleanly divisible by precision of next lower retention archive.
|
||||
#
|
||||
# Valid: 60s:7d,300s:30d (300/60 = 5)
|
||||
# Invalid: 180s:7d,300s:30d (300/180 = 3.333)
|
||||
#
|
||||
# This retention is set at the time the first metric is sent.
|
||||
# Changing this file will not affect already-created .wsp files.
|
||||
# Use whisper-resize.py to change existing data files.
|
||||
|
||||
# Carbon's internal metrics. This entry should match what is specified in
|
||||
# CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
|
||||
[carbon]
|
||||
pattern = ^carbon\.
|
||||
retentions = 60:90d
|
||||
|
||||
[default]
|
||||
pattern = .*
|
||||
retentions = 60s:1d,5m:30d,1h:3y
|
46
app-misc/go-carbon/go-carbon-0.14.0.ebuild
Normal file
46
app-misc/go-carbon/go-carbon-0.14.0.ebuild
Normal file
@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit golang-base user
|
||||
|
||||
EGO_PN="github.com/lomik/go-carbon"
|
||||
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="carbon-cache replacement written in go"
|
||||
HOMEPAGE="https://github.com/lomik/go-carbon"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-lang/go-1.5
|
||||
"
|
||||
|
||||
CARBON_USER="carbon"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup "${CARBON_USER}"
|
||||
enewuser "${CARBON_USER}" -1 -1 "/var/lib/${CARBON_USER}" "${CARBON_USER}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
export BUILD="${PV}"
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
dodoc README.md
|
||||
|
||||
keepdir /var/log/${CARBON_USER} /etc/${PN}
|
||||
fowners "${CARBON_USER}:${CARBON_USER}" /var/log/${CARBON_USER}
|
||||
|
||||
insinto /etc/${PN}
|
||||
doins "${FILESDIR}"/go-carbon.conf "${FILESDIR}"/storage-schemas.conf
|
||||
|
||||
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
|
||||
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
|
||||
}
|
8
app-misc/go-carbon/metadata.xml
Normal file
8
app-misc/go-carbon/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>ops@adjust.com</email>
|
||||
<name>Adjust Ops Team</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
37
dev-python/Flask-Caching/Flask-Caching-1.8.0.ebuild
Normal file
37
dev-python/Flask-Caching/Flask-Caching-1.8.0.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
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
|
||||
}
|
30
dev-python/Flask-Caching/Flask-Caching-1.9.0-r1.ebuild
Normal file
30
dev-python/Flask-Caching/Flask-Caching-1.9.0-r1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
5
dev-python/Flask-Caching/Manifest
Normal file
5
dev-python/Flask-Caching/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 852 BLAKE2B 26c4315d9d5e88fe00bf0f822d604c2210676de60ffb019c4d4d70bd7e0f99ef334226c755fa28a240b90495b8a939c01aaaa0a796c4e511253ea4f4c531483f SHA512 e4a2e0d5aaf219ed2b953d9c736045b7264854f2a81b10f14cbe36f4cb82dfbca9ea784e296a57b4e9e68c1bcec0ee5db3076053616553e989eb0ee78dd62109
|
||||
EBUILD Flask-Caching-1.9.0-r1.ebuild 727 BLAKE2B def743bfa7173218232462a2bdafd40b5204be889ff3002d53f1db078f0a855aecce6abc58449554ba42c864d1cdbd654f937e8689b012361fe099dd03aad277 SHA512 0b1146f8b02a04bce3dc9b9c5cd5f9231e97198dfeca8d90dc7f367fc2ab57403261c5e06c3d58ca62e30f15d5057d3511aea596ff51614a9ecc9481a3d51f71
|
||||
MISC metadata.xml 519 BLAKE2B a23cf1feda48652a1b15e0596a42579f8af1f2676d0d072f8390e1644e9dec636769aa455151566220e436321ca8cfe1834c8df4d32e4fdeeaf67172e7ad7c7b SHA512 16321d13737d46303bd90f702336a4238314128fd202345197d7a13fce5aaeeec89e4bc379944de1f81639adbcae745ed612b3dbb0da4030e239c23e75e4e7fd
|
16
dev-python/Flask-Caching/metadata.xml
Normal file
16
dev-python/Flask-Caching/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">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>
|
5
dev-python/ciscoconfparse/Manifest
Normal file
5
dev-python/ciscoconfparse/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST ciscoconfparse-1.5.17.tar.gz 138557 BLAKE2B a61ddd5f4f04fe32b559aa19312c6f81bca6a686c36c83b97a4bdea32bc3ee7bba13e949f4d47583c759e7720e7f76a661106b3db8b200a802c3eeca37266a89 SHA512 f12a5dcffaf5dad53fb15d522dd3d50c15eccbe3f24189cb00584e082a1d0e1bea1a32bbb8d6539d9feb70437bb4343b02ab1e5df038019eeffd953c3a7c660c
|
||||
DIST ciscoconfparse-1.5.19.tar.gz 139158 BLAKE2B f7f6ba384c0b974e21c00cf582f0027abd54731082e1f81fa2afaaa39019786497001dcf921c30518bc33b58e81e3ca5491e0387c6f5d2f6d8b72938f3b26ff3 SHA512 07bacad512ec79abe5a4af17bd6d19d6fa3f511ada6fe11a75f2f556eadf82533e9605db05dcd7a54d6a8e2635e7b6939282f6c9f6216186316c73f3f41e20e2
|
||||
EBUILD ciscoconfparse-1.5.17.ebuild 831 BLAKE2B a0fc01ac240decdf766a8c254a06a92f74d91731b1df4b77d1983b70cf2442e722d97460058ca960c827379e4d59a0007af839b9d5c6cb871e1e77be87d48166 SHA512 c57cd7dd2a4775bcfe5ab2ab5cb617d7a3b0f88b17a20cb1468d5c6eaf55bb861b44cb45dbaad05a42af3952ea2e299dba2b87406f971025a84ca154836ffbd8
|
||||
EBUILD ciscoconfparse-1.5.19.ebuild 839 BLAKE2B 6702f67885771812c3292d0b166b5db8c481e05d1f65ef8ef13eb431765463deee6478e40885f9e6539137f57cb4598607504e9217a9c67e34145bb64323a1e3 SHA512 fa14d579efe6c9ecfb95ac8dcfb3110ec94c542caa78a1fbd4f5f912c544ead5bb71be540c09b096e1378fe904e0284c96fdd0ee82b5ddfe032ec5eea9b9d226
|
||||
MISC metadata.xml 470 BLAKE2B c968f6bedd5b00d074e6aeb0b81917743935671a4699e01cd0d1316d1d2c40d8869d1dff7ac55370076775e2c5f3b6f3a93af18d7c2b0a14fd6ec0d589827778 SHA512 1ebffc71c5f7d54c0c67f39d435e7005fe881afbc4e057bd7672c68c47f84a92b5580fbc6958ff9402cf12d0982dd7b89c5aea893da895f493a6730217ec6c16
|
32
dev-python/ciscoconfparse/ciscoconfparse-1.5.17.ebuild
Normal file
32
dev-python/ciscoconfparse/ciscoconfparse-1.5.17.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations"
|
||||
HOMEPAGE="http://www.pennington.net/py/ciscoconfparse/ https://pypi.org/project/ciscoconfparse/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/passlib[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${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
|
||||
}
|
32
dev-python/ciscoconfparse/ciscoconfparse-1.5.19.ebuild
Normal file
32
dev-python/ciscoconfparse/ciscoconfparse-1.5.19.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations"
|
||||
HOMEPAGE="http://www.pennington.net/py/ciscoconfparse/ https://pypi.org/project/ciscoconfparse/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPLv3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/passlib[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${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
|
||||
}
|
15
dev-python/ciscoconfparse/metadata.xml
Normal file
15
dev-python/ciscoconfparse/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>David Michael Pennington</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
5
dev-python/custom-inherit/Manifest
Normal file
5
dev-python/custom-inherit/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
||||
EBUILD custom-inherit-2.2.2.ebuild 835 BLAKE2B d0576581908a62cf3fa532462c856c0ea7ce4ba9507f81aa118d9cbc2b7b416cd1d548d66bcdbebe3f5fc7d69aefbdf427b6979bddc3eddbfbe1fee52f9e678a SHA512 51db749c358ab7ce4da653a47c0dd5944f2f7691ebd1c9770c10fcc2c677cf04fde2836b8a0ced0b6074e1e3dbfa56c8835829c0a221c5b43e239325cc7c22cb
|
||||
EBUILD custom-inherit-2.3.0-r1.ebuild 835 BLAKE2B dffecd8ce04a71303f4f1749b5008b76a136ac9e7ee6928d7b34eb26e3aa353ddcae03dc60fd871ad36d841b7b33d5a3d9d03463da10d194270db2bf67a253c7 SHA512 f185dd88a5173d1e3452774b99dde358c456eba713442d26d826e968aa9ca42b3ce9c9bbbe67bb59f85ae0a8175c7bc8202ccd6af8248a6e90c8f368ca1e0a89
|
||||
MISC metadata.xml 452 BLAKE2B ab812b695f61f454928b7fde8e5a44ff1e3f87b5dbbbf36f12a00607705cee63d0e9659a6cf15012f538c18f1100d9f39119f38cd8c973b8e0c92fc280e25499 SHA512 7426684245c07ce8c333597e4776b08f5d08beef932ecc69abdcc737fa3af029f7cfec2ee298d0235ab1620dffd2d2b003307bd19bc69f6cb422079042d0b4ba
|
33
dev-python/custom-inherit/custom-inherit-2.2.2.ebuild
Normal file
33
dev-python/custom-inherit/custom-inherit-2.2.2.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
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
|
||||
}
|
33
dev-python/custom-inherit/custom-inherit-2.3.0-r1.ebuild
Normal file
33
dev-python/custom-inherit/custom-inherit-2.3.0-r1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/custom-inherit/metadata.xml
Normal file
15
dev-python/custom-inherit/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-annoying/Manifest
Normal file
5
dev-python/django-annoying/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 fbb6d4463f6f2d6fcfee619a3b627b71f7580b54883e423e379328d3a6198345934d1dde31cac3ae9dfad4e434166c9d8d713125e64f3ee54a9000146c498de1 SHA512 68458c4caaa9ccaf44f4a2076c0acef908c8cdb7b9a3c28806d3319c55d81822486b81753aaf266099ce2fc5520cb1c7d6e8e33c88bb2aa3f0dd24991bd1e3bd
|
||||
EBUILD django-annoying-0.8.7.ebuild 535 BLAKE2B 8caaa20c7128617caf06eedeabe6a49641400a0055e9e9d488fb35c604d86b4ec1731c2fa4825c3201f9ccbe1597a3754942785da1567b7d07c3d0ad0dd643c0 SHA512 fc04c8cda1672b88701773bf5362fc49ff16d505ff93f6ed0a14b5603d61a86ef8c11533da2c5f85105b1ac3574675564478846cedc3b7d04ba98dec2fe13a89
|
||||
MISC metadata.xml 472 BLAKE2B a9a3c144439931c3d8261fa865d8eed417445c83d678b8a070d01fb07bf01d771b8fd70dc720640d4ccb5cef4be77fa3da451704148b0acb62fdf4797ab0aa0a SHA512 f6b22812eb29ce1643e621f30f6f1fc62c3c21202431d0646d447bad9853cbd535d1dce5b82f0a2730724d91d471e51d1397ff977702d28f79c5e9048f86f5f9
|
30
dev-python/django-annoying/django-annoying-0.10.6-r1.ebuild
Normal file
30
dev-python/django-annoying/django-annoying-0.10.6-r1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
19
dev-python/django-annoying/django-annoying-0.8.7.ebuild
Normal file
19
dev-python/django-annoying/django-annoying-0.8.7.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
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}]"
|
15
dev-python/django-annoying/metadata.xml
Normal file
15
dev-python/django-annoying/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
4
dev-python/django-appconf/Manifest
Normal file
4
dev-python/django-appconf/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
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 1002 BLAKE2B ae579c951025e8d8f4da704ef00de47654e96ea238670ac1eb5ce3bdfd04600de890afce4b1017f2b10db83a51248268465e80d018ffc6c882119e0f469d5e44 SHA512 6ab60832c12606a410096cf4915e924b194116afe7881c6e9a6a943b4bf904013bdde3137c8b2c8665fc01bb3f0ae7270d3d94cfb6bfb9ee5df074f885c93d80
|
||||
MISC metadata.xml 458 BLAKE2B 229af21eab63ad8da4ce275113db270a6ca512983506fd9e7c4f31344fcfda204fe3976491af3e6d6bfacf9bd079c69398dda6dcadf8e5f5aa65ff1a5b7b7385 SHA512 555b688ddbc718a199e3279f8254f1968959a96d993f790a0e0c7ea66abc3468b99591e205d3300c62ea2b36e9ebbf4694f6e1ac3be6386a5ce3360aa0a65b6b
|
42
dev-python/django-appconf/django-appconf-1.0.4-r1.ebuild
Normal file
42
dev-python/django-appconf/django-appconf-1.0.4-r1.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
16
dev-python/django-appconf/files/docs.patch
Normal file
16
dev-python/django-appconf/files/docs.patch
Normal file
@ -0,0 +1,16 @@
|
||||
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),
|
||||
-}
|
15
dev-python/django-appconf/metadata.xml
Normal file
15
dev-python/django-appconf/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-auth-ldap/Manifest
Normal file
5
dev-python/django-auth-ldap/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 815 BLAKE2B 910123666df462c14ff541c68a6acc5cdd7a14d591c49dfcdd0e1f49f10af2e17731c5740c74789893efb6ac884e5991514a5d61adfc40c829861a1231f0643c SHA512 8c84ad3dce69989e4241b1201409c99dca497ade0df83f98aefdadcf342e41c446b8682f40296cb0b9b500260df6ac6986cee7c8f44f09d9222f0e02bccbb528
|
||||
EBUILD django-auth-ldap-2.2.0-r1.ebuild 854 BLAKE2B 29db4354f16c84b2272089d7677edbf19cdc3689d47c54ea795823698d41765064591ced43b7616c4c43a23f586f69671d2d273acdabbd526802b1649480e6cf SHA512 a54c674357528a424ce69036e140882e77b8482c94be52ba3adfbce57ea525e65824082ae65482d9b9dd22c8a7003563ca0c5f46880124f11a26da9882f9e7b6
|
||||
MISC metadata.xml 463 BLAKE2B c198add44066ce986f8ed6134c811efdbc5abde4f2b4f22e80e06e1c43a8974de146e0200fec2d8ba05b4887f47ef4a019b84c15fa1d37ad451c13346bc57b7e SHA512 dfeb3838494d14af4374fb99225e9a26c7f328936d09b34af81f5a246d0348da4547c7973a275f880609b7f9debfcc5909b5134746b470e33d4ac84f949ce65c
|
32
dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
Normal file
32
dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
|
||||
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
|
||||
}
|
33
dev-python/django-auth-ldap/django-auth-ldap-2.2.0-r1.ebuild
Normal file
33
dev-python/django-auth-ldap/django-auth-ldap-2.2.0-r1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-auth-ldap/metadata.xml
Normal file
15
dev-python/django-auth-ldap/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
7
dev-python/django-baker/Manifest
Normal file
7
dev-python/django-baker/Manifest
Normal file
@ -0,0 +1,7 @@
|
||||
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.11.tar.gz 14920 BLAKE2B 532a0a528cce8468b989d4fe876bea05ce11bbfaa39e15d23f730dd27329914b4c8e87e5b5c1df417939e937b2651a03d6801bbca0c3735ea1d11cdcf08a1c81 SHA512 98a64efec8a0cabe9c4091852f3dcbff95007c0ff2020b782f73ab6cc5e3d73cd52356546f1f64b55a69fefdf8f053d95d604584831cf07cb1b8037446892439
|
||||
DIST django-baker-0.22.tar.gz 18085 BLAKE2B a05006597eb57bed319967780aeaa7ea14cb7b561d028a874f6f734bc062695803fd1c00fd0b55bc9ba5413b60f7c1c2e7c9435fc20578b3953bdc7c92deb92e SHA512 a088c975054220f6b2440b98cec2562506166655860ef881ae0e8d36d4fb412ed0a01239116c7fc67020e1166e3fec48271aa7c744a85c392a186f5cd5b5778a
|
||||
EBUILD django-baker-0.11-r2.ebuild 568 BLAKE2B 742398fec378a48b68a636bf7d0b621c57ecb6fbdc0487a57dd905a5e74dc704be26f45ff234e9724717e40ef613724d179f9d7cf2972db040382d92aacee4ac SHA512 2ff20b82540b58005a133433d99d1a613c13f95fe4f234f57a9027af33111a393a62d7a8b20ca22f84ae8b4e6d92d7e40fc610d1c2f22daf92fa34a6a593df3e
|
||||
EBUILD django-baker-0.22-r1.ebuild 742 BLAKE2B 179e01a191299764bcfd03897ef0f246022faaf1ee207e469729c6e83cb7fe7c027d41a51ff80582a37d527315a52b20650977ebe94a2f078760c73983507c14 SHA512 1be6a0f15e10fd53559f53178e01efacedc8660e258f1a4b0e03b60dd9aa661e027b12180b1343e482e3e3cb73a9d21e5dc7ca23c285b970097f85e59767357e
|
||||
MISC metadata.xml 457 BLAKE2B 09d193f68852f037693ae15ee0a7fca5967f3e9f0b1375e55d55b48e6902913e7523f921a96a8824fd865f13e72fe22b9128d10d9ce6a97364e450e397639137 SHA512 e778b98b3a37acc1948209c5dcc85791a504fa6ae8ed41ce15dd0da87ded087de39aa1fd1fcd8560f16fdefbb43c2c18ad8744d7099f85a409b591c48a8572a9
|
22
dev-python/django-baker/django-baker-0.11-r2.ebuild
Normal file
22
dev-python/django-baker/django-baker-0.11-r2.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Management command that generates views, forms, urls, and templates for models"
|
||||
HOMEPAGE="https://pypi.org/project/django-baker/ https://github.com/krisfields/django-baker"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-py3-backport.patch
|
||||
"${FILESDIR}"/${P}-py3-iter.patch
|
||||
)
|
30
dev-python/django-baker/django-baker-0.22-r1.ebuild
Normal file
30
dev-python/django-baker/django-baker-0.22-r1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
@ -0,0 +1,50 @@
|
||||
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)
|
@ -0,0 +1,42 @@
|
||||
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 %}
|
15
dev-python/django-baker/metadata.xml
Normal file
15
dev-python/django-baker/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-cacheops/Manifest
Normal file
5
dev-python/django-cacheops/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 616 BLAKE2B b5ae5ce7c1279b08e8e6156488f07b830dc1a85f78c1f3580d5da61c9f6a984014dc94b871a5d68cbfe03c5526f52757500fba5b9c0167c583a02bd0d6104c1f SHA512 07962ede1cb2409ed33981979219d3f204215f5f61a3dd86f669a20681b67eefd77a76554420aa4d34a169e3a7d740ede68987fce7a7d7516a63d1cf0b9f76e1
|
||||
EBUILD django-cacheops-5.0.1-r1.ebuild 940 BLAKE2B 22ed878a689a930044a03f0ace79b6130ee8933c0d6d5d0e311360e3b45265078964382e4256d165b1b518c6630dce179110aeeb9b090b8af6d40d5a289449a6 SHA512 3b479ec8c06f4dee73e17dcefe474febdfc2cf09033b9007688c86a8beb88c44a27147bd9d1c9021e8049d1aeb411132496a1369466d5c17bd5955f0a4b10388
|
||||
MISC metadata.xml 468 BLAKE2B ba85aaaac88e1558ee1120563e6e4f5fb1c86edad917e7d305c8bd8ddf835416cbb17bbe48f8af8bddc52cd0d4f6a9d0762c6c4c0d472df56ae22d320449c544 SHA512 f900fd83935dad5b067200114cb459d5c10bd5635b80c825533c5c5d5c9a474dae60eea5eb3989a24efc69a2fa99a98be3c5ef670f1c7431611727a4b462a034
|
21
dev-python/django-cacheops/django-cacheops-4.2.ebuild
Normal file
21
dev-python/django-cacheops/django-cacheops-4.2.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
|
||||
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}"
|
34
dev-python/django-cacheops/django-cacheops-5.0.1-r1.ebuild
Normal file
34
dev-python/django-cacheops/django-cacheops-5.0.1-r1.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-cacheops/metadata.xml
Normal file
15
dev-python/django-cacheops/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
7
dev-python/django-cors-headers/Manifest
Normal file
7
dev-python/django-cors-headers/Manifest
Normal file
@ -0,0 +1,7 @@
|
||||
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 532 BLAKE2B 1c0500f998d293a52dce023131510f792b18b2688c8b94280d73d90ac9842e28cf557efd5bde6a1e560bd8037816d08a5a35e86d0b8d9681216e2b644bf0940b SHA512 02ebbf2b2639ae5f353557572986d2e77dc23b46878bf9b48bfccabd993d69628ddc55b4c7612fe0e2e2f6cea8a0f6ecafd97c21f1e885492d07f7ef1ff650e2
|
||||
EBUILD django-cors-headers-3.4.0.ebuild 578 BLAKE2B de067eef340cb07064fd1ac19db65a3955355aec9b9e387ab120414066a75d367adeb05264db8d1406ef1a0668974db990ce33c1a4833bededdf2dc05de135aa SHA512 c52b6ce345c42a4e5c6ec97441a8743367e29451edbdc244ec81b1cab3853bc80d017a5413966595f3d15d51bc8bbb5f78c15e6e69c2c48fcfc6c8fdd0875451
|
||||
EBUILD django-cors-headers-3.5.0.ebuild 839 BLAKE2B 388bdfabe70f8f98cd3e5b84c6ad4c2bfc7c53824e03246d7fd21dc976a63257b90a24aacc8686bf51791bbb7ea987e421d446fb6e89fdee123fbf8b78f1b0fc SHA512 4b2ba3b03050824f7122ae8d76ce7a21918a55bda7f98b1b34e82e4daa9defc2cba0aa97175af33b35ddf2fb8598d5aaa11ef898d8b35e648eb697984b189965
|
||||
MISC metadata.xml 455 BLAKE2B 67f3dea347106af8647eef9818972840169f920c975d5c63461a8e4e354b835e5f8b6cc4c95df7614926aabac064cf7273e6d6513b6d3e4b21a3af3db3ad4705 SHA512 69bd544530a01813bb7d1ba1cc21891e13d35e459bbb303088bfd10527befcc452e798e3d4ca461e2107b9542d615ed594fad6d4cafe3aec3c4f73c065a9e358
|
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
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}]"
|
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
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}]"
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-cors-headers/metadata.xml
Normal file
15
dev-python/django-cors-headers/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-crispy-forms/Manifest
Normal file
3
dev-python/django-crispy-forms/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-crispy-forms-1.9.2.tar.gz 62479 BLAKE2B 777f215d020c6ebb344a40de86e1770d1efefa92409bd65ed2db9735ad70f855395f6f3c3be9d139949dcee90d6bc16ea5e8e7ae09af8d45279e8c69b45351b1 SHA512 2f3696d3a4b1ff1a203ae4f73ec42e9862bfcb709267f3d5788c4bdbccbd8f56070a2e51948557344ac23fd0fb157457a80b898b4573676282ac7a6a061a32be
|
||||
EBUILD django-crispy-forms-1.9.2.ebuild 745 BLAKE2B a6ce75529da94cc495dac3855fe6255ca58bb5473d66fe5c1cce39ec9757e8e4fb10a9dc4888f032fb5cf747b231f032f8f57843b46a7639fe1aac421c99d8fe SHA512 555701120d7b3c655e982a27bae2d32224dd12fdb88b6b7facae5777148635ae73ab181a02333f33421f48bf0ea769fa8be9c51b8eff568a4bdc351ff60534c8
|
||||
MISC metadata.xml 474 BLAKE2B 86a9e6bd4588daee6f63b3a74b2f38958a035ae8d6f0c1f947d07b12ec96d57ed9d0646eafc3977bc0874a1af05cc362b332b7baa26d473fc4fdc37b56512e29 SHA512 81dd47e5bf4d5ff52a87e3b98cf159ebf3caf6517f4bce76bf4b4b3444e6bf7c02aacf72553ad60dac6b5e936b0c6149a577492bddb22687dfb414249ab92bfd
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-crispy-forms/metadata.xml
Normal file
15
dev-python/django-crispy-forms/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-debug-toolbar/Manifest
Normal file
5
dev-python/django-debug-toolbar/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 1307 BLAKE2B de77e8a50b2118806dc6eea1b0736cff6bdadd37fa21e806e4885c651e2547176561c33295c06dfc84443ae63a44808ac6580b369f707cef620087297106859b SHA512 b01dc0e2a605148149cee3137b72d5567b8af6560a21c67fe6a2ff3b1268859f76c751d0fd082874e400a0dabd65bc277f7af63ee43a6cbbd6fbcb23f7782232
|
||||
EBUILD django-debug-toolbar-2.2.ebuild 1302 BLAKE2B ecffa950ba0dbe4bbbebc31d15e35bf92da0307a116468c6404a380f59b7b406772f61de548a70c87904a21ae3571bffa6db453fe2edf62a6da1742f0837b2c0 SHA512 6349b1e65a8e22238c33518ba858392e5e1e5c2ea2e508fe969f317129532e304f319a40ac5d847f8cee7f18777a53ff3db4d5904a28e64675032e33caa2130f
|
||||
MISC metadata.xml 356 BLAKE2B c0d02bcf9ab38d7939a3edaf8eca080283ccee6f95f1e04ac96ce5870845e6a84d6672d6ac923c74d18c340326bca379691946aac7a51bdee8d6f4adcb45a50e SHA512 12686662e852b0283d2212f0db83c832c1248723a7cd751990e43b1641ddbad2cc2c71c17ac4704c01beec9a9366fc726504c10e9a9e56456b544a800cfa7847
|
@ -0,0 +1,52 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
|
||||
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,52 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
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
|
||||
}
|
11
dev-python/django-debug-toolbar/metadata.xml
Normal file
11
dev-python/django-debug-toolbar/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?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="github">django-debug-toolbar/django-debug-toolbar</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-discover-runner/Manifest
Normal file
3
dev-python/django-discover-runner/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-discover-runner-1.0.tar.gz 9190 BLAKE2B d8f1c0b3ff65b7e0432f6f14a01ffd7309ff4800267a35fa9ef882c512c15e4ceb0013ed958b4bb908251376967f2c3a513c4c9f147a9eea3a8d70e089f8d6c6 SHA512 669287ed7f801dbfe949e2affd9ee1861aa6a41fcc2e2403dc2e106dee3d23c8400d686ef750242bdc74d23eaf316fcf36071c82d7c458ff724305e5fe27410e
|
||||
EBUILD django-discover-runner-1.0-r1.ebuild 756 BLAKE2B c9c89f22d3d80fb5e165e1f4fb796d8501d3475a419305d236a018b63cb0d22c8be974dc4c1cc7828699fd48334712e51f721ef2747bae416dc5a08aab71028a SHA512 d2397ff0751625e8016e66ba9b2c02ae27c8332149b0d0e2d51accd06ac75e866264256d91aa498a21446100300e408d7c10a4b5f633c946c5c47d6bbf879661
|
||||
MISC metadata.xml 499 BLAKE2B c606849f111deb3a2a4dbb95277d88a4fe7b35e6ed4a4d6498fae6d28107f90df2390f623b8caef252af64e62956f34e2f57c49850967c1c85e8869726728eeb SHA512 98834fbeba60760fc692df740eba1a70988ec5ecad13c25c624312efccdb5682fbccbc8a011c25d38a96b1b51ccf7ea0ce215c7875018f44be1ffdb370098f68
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-discover-runner/metadata.xml
Normal file
15
dev-python/django-discover-runner/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-durationfield/Manifest
Normal file
5
dev-python/django-durationfield/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 516 BLAKE2B 7d93ab366d0184eafe9f099b70f0ca13a7abe0225b3f2a1fd69425692778900570448f96bc9c6dd914bfdf738ed4814c02fc9d936887c6a8305c7f57c7b683ca SHA512 aaaa624f412a0fefdb0ad0efcea534e58d5e6aa72e01e0bb34fc6115f877464ef083c29e8e6bd59a7e6ac83e22441e58a2b2f448f179d0d428772007d7af3451
|
||||
EBUILD django-durationfield-0.5.5-r1.ebuild 749 BLAKE2B 1eb0970e8d20978cceab0a37536ae9be6ec39b68cf2f57c7aec449a4f77c57ad02a60e4f404f07184a4748ba98926a347a9442cae95630d07fc5668a3fe630d8 SHA512 59f9f1409f3f3800ed54232cdeda6c3c6e675e283282a38ee15430aa8464513b61ddac33d52ce5f88a83897f146e4c5fc271d660ce079a8d9e9458298a2aae7a
|
||||
MISC metadata.xml 461 BLAKE2B 9a99f7ba0db4e762dea4037c531b63eb76636d480d6f5196292a2de84139b9bff36b792a0b11a1bfa19b6e1db452efeaf00def2ea17038634156fbaf9e7bb389 SHA512 12ae0ae32f2f8b71248f33a473dfee26e72421c55bda9f886d44cface79e0c58a05d98f2b0fa4b105bed61a0ae7c71b6ed594eeceaac678fb88036ba0d4790bb
|
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
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}]
|
||||
"
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-durationfield/metadata.xml
Normal file
15
dev-python/django-durationfield/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-endless-pagination/Manifest
Normal file
3
dev-python/django-endless-pagination/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-endless-pagination-2.0.tar.gz 60386 BLAKE2B b529af8b11eee4009b3e936e51a0a9ea46185838fa683c18aeca614906cc20798445ba49b2a23c60f6f89df054cd3156e3e33d349ba24b10eeb13f09598b73ae SHA512 b1bee02f4824cc6747a82402e420e7e7dfe186f3702991d06e0bc8462e2c9fbdd55f39cc02e9ca7cfbe03eecf9ad9b22134d271d6896ccff36d20541f7a44722
|
||||
EBUILD django-endless-pagination-2.0.ebuild 1387 BLAKE2B 1f7f1f46bb0e3ed3fcaa505a5a0ae8186515963b5c7bd1f28c870e9cc8dc897b034d489368756e9051372daf4924642f363fd998a96482cdaf6769a98823a3d0 SHA512 17070976da6ecfb015554badda78273fef26f129defa2190b125b260fc232bc3ee73a75e93720ef17939810df36e06f74f0bc601cf7a8d0b4a941e43a8dfecce
|
||||
MISC metadata.xml 482 BLAKE2B 2380b2acab4dd3e6ee3e42aa99eef721935af526849a92fa188006161946026e995dc767fc4299b415b1fa8ebbb7467e07a65b1c500ca1a512761dad40f8fafe SHA512 ac44496ea7381d0ef3a8a2795b020b3c6f19926a249ad1dee6969b3690f0a94bfa9975a3b891e14636855e910e58b9597e938d73ba9c79c746e0cb0e4e837298
|
@ -0,0 +1,50 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-endless-pagination/metadata.xml
Normal file
15
dev-python/django-endless-pagination/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-filter/Manifest
Normal file
5
dev-python/django-filter/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 532 BLAKE2B 57092f1f286da60aee1064ded293ebb581f741bed6bef94a78eb687d0b8e4161d5422f4d060cc28b2698db9664abcfb47ec2981899cc2d7d22fd1ee73a233b35 SHA512 21ffbd3d1c390b2fbb8304253d51fa3b39f664b782d86789063973102555ddfb5e4291e0743cb955d1a93e54c839d41065854b97317d9b5ee728204e9d2171c4
|
||||
EBUILD django-filter-2.3.0.ebuild 568 BLAKE2B 61de08b8c047eaefc8683ff033bda0c8ab868c3b3c833bd54fd1de0497f67c6a116bd04e02a978c051c7f3e0b4996579ade8d86d4b27028b74398835f18fede7 SHA512 7d6389e1f000755461149b00a1898261570799aebb46354e91d26ac76ba9cc58dd233dbcdd923d919bc9c406bc829fe3e55c48a1b7af5bbc7cdac505e9dd5875
|
||||
MISC metadata.xml 466 BLAKE2B 0df0b40b3fe19f0290a80f98697d030e231be242ab16d3c6b941b5ea3fd88c01240cf1bc79d54c8cd4007c5fea416f0479713cba70c173fb3253bd9d62eb69c7 SHA512 18578191e7c30a19b7e2508d3667279bb854c8e0526dc1780ec3e14f27d0f15033214e92992918f92abfd4fb2cfe7faf8fb073876dcbfc5327b3641a977baed0
|
19
dev-python/django-filter/django-filter-2.2.0.ebuild
Normal file
19
dev-python/django-filter/django-filter-2.2.0.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
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}]"
|
19
dev-python/django-filter/django-filter-2.3.0.ebuild
Normal file
19
dev-python/django-filter/django-filter-2.3.0.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
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}]"
|
15
dev-python/django-filter/metadata.xml
Normal file
15
dev-python/django-filter/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-grappelli/Manifest
Normal file
3
dev-python/django-grappelli/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-grappelli-2.14.2.tar.gz 8363123 BLAKE2B fcc6712897f9cc9cec7298e747f630e0c7a4e443f09078c682c9e3bb59893cf5e9b82d5d811e2f56215c737389333532946d6bb543263aeefb06700550576a72 SHA512 d7371a1937159906e815afe95300aee2f39a850c55feffb3321117d463958f63334a66d2d9e1f7e1fe9811b7a192d45cf978cf8053f14b0a3fdbc1ceb5abfa58
|
||||
EBUILD django-grappelli-2.14.2-r1.ebuild 694 BLAKE2B 76a9b1387b95fb1b0d40ec94fe1fc805bf28e1427cef366a832f8c0158f277727126d1b6a6216443cfe3546568951f57d765409ea7b17b1a8ae82ca41a2e0d48 SHA512 b28304dacaa78f076b9360ed1d2a0fae9e47e09bf0dbf70f6eea38ae8c9e9e887712633c3a49d2218b271c42e3251c55af3d1b24c438ba7b8a891229db0b90a9
|
||||
MISC metadata.xml 565 BLAKE2B 870ca9a025512c0f1c305d749187b78359d85c08e57b851bea5ea1ad3202249d5c20190dd5bbd6275ec6dcc54d5d958ea8fc8f6fa67820aba9e7ebb2475b8e1c SHA512 ebe1d2e1bfd87c09c03de4e8f75484e45e5ccb186a0ff1e8f8be14ed3813b8a3c866bbaefa34a6d47675f9f1ec7432e235991ca5d26a348cbd6c33201fba9735
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
16
dev-python/django-grappelli/metadata.xml
Normal file
16
dev-python/django-grappelli/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-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>
|
5
dev-python/django-haystack/Manifest
Normal file
5
dev-python/django-haystack/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST django-haystack-2.4.1.tar.gz 160757 BLAKE2B b45fa7f3db1b90736090dcee3a044377c3906c212df6927f9b712b8a8e6d82e6ce5a56e6d85c32281ec98e8df2a256ae9c0ed9d91fc5f0bf45cf47a1cb55e064 SHA512 5d711e13abf3fa7db5cbac31ddcdc2842aafb844cfafd8bad792aca8dfae8f91fa7586af8aacf266bb12e02aa04ad9aecfe903ae40d10f72ba38e0c4b1b1b298
|
||||
DIST django-haystack-2.8.1.tar.gz 1553122 BLAKE2B 27a8ee3b8b0960b2e61ec4b13e161e6d4d87762ee9c7c73d5e8b114d15502f35cd9a5acd71dd4131e0c636db155dafa02ff9f88ddce354142767bca40dbdcfde SHA512 019defd304334657f5a4ef849fedcf2915800c816f4ff7a53d68a61f5506fc4b94dc43fffda2a4d4ce105a55ac37076e73edcc1ae4acd1c85240320e0af2f069
|
||||
EBUILD django-haystack-2.4.1.ebuild 1208 BLAKE2B 596847c0ee5e541021a37c097b2be73b8db6f25254dcd729da13a12bf2e4858baafa062694ee83e3179f5c7aa82ecb5b0a159adfb729c64f14eaf7e6a3925f3a SHA512 09be3d7f1b54ec3e352cbfeb1f83261037f5b58c9127f18576d8aa6981d555978811d5927ea0dfffd46d77e5556f4d080fe01a61990cf81d25905bbd236c77ea
|
||||
EBUILD django-haystack-2.8.1-r1.ebuild 1399 BLAKE2B 1a6322479ca1c69b3dd031bc346b76ad105c8dd00a3fac571bfb017b3effe81517af9fd2b49dda6c59b00c7cbc641d5ea82ec5acf3b323a79ec8808e67fcb764 SHA512 de5aac4d1b6d07c1770f8e0782a4953c5aeb252753db7085b5fa9f3c033ed827fdb40f1257c8df8b29ea03b3081f99fe0e0dbed9616e6060ef804ecadb3c9db6
|
||||
MISC metadata.xml 465 BLAKE2B 1673e95c27db238c0a6eb656e10c30f3ba3655a0040cc8b58a74bc0dfefcbc06b8ed3573bee0da0243db0c17495a83aa387c7eafde036284726e565b05a2edba SHA512 be447bb0e8f251a01f11b5d04b839ba509be9dcddd46e2edb2f2c514d6333b169f830ccb5d91b27d5dc651affcb46059475f958d9453cf00738e9bec21083874
|
50
dev-python/django-haystack/django-haystack-2.4.1.ebuild
Normal file
50
dev-python/django-haystack/django-haystack-2.4.1.ebuild
Normal file
@ -0,0 +1,50 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pluggable search for Django"
|
||||
HOMEPAGE="http://haystacksearch.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/elasticsearch-py[$(python_gen_usedep 'python*')]
|
||||
dev-python/geopy[$(python_gen_usedep 'python*')]
|
||||
dev-python/lxml[$(python_gen_usedep 'python*')]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
>=dev-python/pysolr-3.2.0[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/whoosh[${PYTHON_USEDEP}]
|
||||
)
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
${EPYTHON} test_haystack/solr_tests/server/wait-for-solr
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( docs/_build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
52
dev-python/django-haystack/django-haystack-2.8.1-r1.ebuild
Normal file
52
dev-python/django-haystack/django-haystack-2.8.1-r1.ebuild
Normal file
@ -0,0 +1,52 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pluggable search for Django."
|
||||
HOMEPAGE="http://haystacksearch.org/ https://pypi.org/project/django-haystack/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test doc"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/elasticsearch-py[$(python_gen_usedep 'python*')]
|
||||
dev-python/geopy[$(python_gen_usedep 'python*')]
|
||||
dev-python/lxml[$(python_gen_usedep 'python*')]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
>=dev-python/pysolr-3.7.0[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/whoosh[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
)"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
${EPYTHON} test_haystack/solr_tests/server/wait-for-solr
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && HTML_DOCS=( docs/_build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
15
dev-python/django-haystack/metadata.xml
Normal file
15
dev-python/django-haystack/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-haystack</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>daniel@toastdriven.com</email>
|
||||
<name>Daniel Lindsley</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-international/Manifest
Normal file
3
dev-python/django-international/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-international-0.0.6.tar.gz 17104 BLAKE2B ce8b57f9b8c9c361531361e31b2219c55ae9dfa8e8c863a980dad7cd7db8f8a55e1a849e6b1a92d1c6f0c5af4432d495f2c1c4df9a61dadd6446ef93d911fc7a SHA512 a7ef5881467b88bd1d611476a8bc43ba54731f7bea8abd8790ca7b6912480c4b87ebc4d37a41859f60738d961b4a6c0221fabce5bc2d90c4fc83c8991567990c
|
||||
EBUILD django-international-0.0.6-r1.ebuild 552 BLAKE2B f21184803db80f69a8a9934d2df55f806459566f4cd0a404295d1e21f3997a837732fa490d97a57df3800629a1423e1a626ca773bafab6d034959e07bd03d37b SHA512 b22d202242c70c165cd1e0f63a793de772db21e66b9f84150fb3dc56948a5dbba03fd50c0561b82e15a28306ab14e8ef851f347e018bf4cf9c9ffd8f87c8f5da
|
||||
MISC metadata.xml 406 BLAKE2B 6a82a64778d1290ab9a7b2ee4463fca2530b013c7f185bb7258fe36302d24831a67dac406502ab729d12a1caba3c36f393a70745d2750135476c89db5abd04b4 SHA512 9471858b805b4152c538ea1e615c0a7ddb08c967afa1b3a3dfcc268bf0defe66a3584f5245b436903a9aa7075fedeaf09e720902d264a9e42fa8c0eaa112c339
|
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
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}]"
|
12
dev-python/django-international/metadata.xml
Normal file
12
dev-python/django-international/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-international</remote-id>
|
||||
<remote-id type="bitbucket">monwara/django-international</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-js-asset/Manifest
Normal file
3
dev-python/django-js-asset/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-js-asset-1.2.2.tar.gz 4436 BLAKE2B e6b2ff1b2b90da5ae95af08b28eb1970e6e0edffee7eeec0a4697855040c4afd0febcc569d0a78c46bca80835b404367c426019016e5089b3aed984916e13cc2 SHA512 ea050c5093abd8312733b1402e275fcb44f0702c27e28aeb64d0470a8514cd85906707915556a9878b669c96918813c4bf2b69d281d33f18fcc7c143f8ae9f48
|
||||
EBUILD django-js-asset-1.2.2-r1.ebuild 757 BLAKE2B d86f6738cdc072bbc1175552490fa4ac09b5c079d38ff6434de27e7a17f918fed0e767ceb12be63af7dbb46078fbd1a91d742215210e476718b37059fb59dd82 SHA512 704b033f3e287ec042e818da213e20b84ca2b33dcd2a5e290255209f34ebd4d3baa4383b504a8fde338f7983c18d8942d1e33189d0c0007557695d7b154fde81
|
||||
MISC metadata.xml 461 BLAKE2B 628dbff3aa351d430e75926a31900b7f47c8289fac450e4227ad13d3a9f886611a3dff49336712dfd5f8f97e5543988b29dc049907fb14775c060f38b8bd4c63 SHA512 ba4dc89f35aa5ec43712051cd744cc47bda781e6676cc9660676cfb318303edc74dcb95f4b1b312985e8301ba9516ffc61a3dd7fc765bad0cc3d1e26344d15ae
|
30
dev-python/django-js-asset/django-js-asset-1.2.2-r1.ebuild
Normal file
30
dev-python/django-js-asset/django-js-asset-1.2.2-r1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-js-asset/metadata.xml
Normal file
15
dev-python/django-js-asset/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-ldap-groups/Manifest
Normal file
3
dev-python/django-ldap-groups/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-ldap-groups-0.1.3.tar.gz 8886 BLAKE2B 364f5e11a303f011892b45d481fc521379ff2340898f8bef30e372a3627e2bf0460b6ad2f9ec42ff458cdf5fc4c3b6b765d62ce01efaba33de74f69a3540b859 SHA512 0e9c5a1f1f38042f0a0dc9301c667a00b144ad0cbf15afd69cc44e241933626e0536752354ead4ae937ff3625c5ded86edaf0592a8e2c7b9f39ab86336e7d876
|
||||
EBUILD django-ldap-groups-0.1.3-r2.ebuild 717 BLAKE2B 242a7ff16f6cbbb35e227134b1a68731c7bfbd84b8747cbd80068bb8423ef851777411fabdb044e4ad0413c53bdbec6f418b077d924ee91bfe847207db72c182 SHA512 06734066bfcd3dfaee5697bd77beb65a999685a55ec294d4b71c877e21b3de4929a60b823836c99024a0ef5f845cb872ef1a0e13a8bdae5e2ee237b14d4a3535
|
||||
MISC metadata.xml 463 BLAKE2B 9bd01d5c519ff6990d24af29c61f864e5f52a404c0130cf5cc81dfaf5c20944ae6ecc5805abadb527bb8e172b755d3aae309c61ce71a11af778e8fc02a6c3133 SHA512 c43cfb3e7bc3687194d57e025fa4ebee5b1a8a3f81cc65b019a54d03c20a290716ef3d311fe801e078ea0d3a26f6fe2d61709eff74e8d917e854cc93c90f2ce5
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-ldap-groups/metadata.xml
Normal file
15
dev-python/django-ldap-groups/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-ldapdb/Manifest
Normal file
5
dev-python/django-ldapdb/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 544 BLAKE2B c248ba798a6a660433daef2bfc926321a0eb84c1dbef30e2ea47ea9e44f72d5dc9c3c4ea70e2bb6a55fb18ebf35ddb27554e3bc10350d9b379d2b7a4245aaaf1 SHA512 3b221df71d918a5577f19b4999e404800a11b9948ad73629f0b7b6c4687da93a0bb21aa0343ec7b1ce9acbe74fbd0d44733ebf42a4e614c286bfdf630c530808
|
||||
EBUILD django-ldapdb-1.4.0-r1.ebuild 806 BLAKE2B 8e83148904a95bcc10a026b55304cbbdd347882b8df1651bdbf7682016dda024eeebb8bee0190696d4149e7ba387b0aa7a3dca22da1078c5b8796081d13f96a1 SHA512 52e230a1b9134920cb166ee23acf0a26153cbbb9a5db03a6ce6cbe4f896b3293ecdc162a2418a9ab72f3d1a7e1220c54b8207c1881ba306d157d6546c29dab52
|
||||
MISC metadata.xml 489 BLAKE2B 9ecb4f8b8d2fde92b266fb7e0bc60d0a44172a4fe4c07981a5399eda26039c2f53d5d3374132336eeb02516f6d40eafb3c03071bb94fde8af2f9406c61ce55b6 SHA512 c907bfe7f3d1b79988405033d55234db6152b208f9bff5eb7518e802a770b030453cb054bdbe6fb327164f0d79ed48bb01f72e5f024e0c96a5de2d9ae3094b79
|
21
dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild
Normal file
21
dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
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}]"
|
32
dev-python/django-ldapdb/django-ldapdb-1.4.0-r1.ebuild
Normal file
32
dev-python/django-ldapdb/django-ldapdb-1.4.0-r1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-ldapdb/metadata.xml
Normal file
15
dev-python/django-ldapdb/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-mptt/Manifest
Normal file
5
dev-python/django-mptt/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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 870 BLAKE2B 6cd8c721b5c8e947bb919b51635ec60cdf65f38075b90dd0a045d56871e79211a1b26b88b5561ad449426c5aecca3d297bf453f896aa95c734c657017eef72e3 SHA512 34271811d592f46cb6ff0a58f40542c45b1d97feaf2b4cab515be6125cf36f87467913008a64cd3827855c94af4e6990d01c844ff438155d8a32d29dfd1118e2
|
||||
EBUILD django-mptt-0.9.1.ebuild 571 BLAKE2B 02497a56e117f408ae6f6d1d5165170db113f99d452dc8fb47cf5c8b29f11e5da7e4dd78854dd7c3ca55c67e19067ef3ee50a8c02b07a5c8cd740db6831c3621 SHA512 dfc624a9c18060ba55fd3f2f26fdbda82c2b1a8b92982a3fb2de758deabe4720f9262c4edc44bac9f4f7f935e9c53c9dc1c9cfc3718192f0b860b6f4409a60da
|
||||
MISC metadata.xml 458 BLAKE2B 15ea5f9d4908f053fa2f599987f9d84dffaba2b439164eb056f4de3c0470eaf62fe2f97d9c330440a0caeeff73027f03d7444612357a62ff53e10ddf2d8cfafb SHA512 efbd00b182a5a8677010523c5554a969ffcf08753aab53ba0ab5e25e4318028abd0d0220a54069f5f88eba5f4a3cc740b2e42ef01315d00b493d5cdf3cbec5b9
|
31
dev-python/django-mptt/django-mptt-0.11.0-r1.ebuild
Normal file
31
dev-python/django-mptt/django-mptt-0.11.0-r1.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
20
dev-python/django-mptt/django-mptt-0.9.1.ebuild
Normal file
20
dev-python/django-mptt/django-mptt-0.9.1.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
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}]"
|
15
dev-python/django-mptt/metadata.xml
Normal file
15
dev-python/django-mptt/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-nose/Manifest
Normal file
3
dev-python/django-nose/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-nose-1.4.7.tar.gz 45041 BLAKE2B 3c7f18914f8d21d707ea627e85fb7b54adb1e146da2b4fb8727ad9ac7971fbc4e8f73c76ff5e84915f8601c1268c6369965ae372a2da56eb7f3e52691f7cc4b0 SHA512 cbaca2d9c64f937860aa118985a1f9fe3cd7ac482fac1a84a10728e813c9a06b379da76e28c609c9f1e8775393be5d8542d7d53c2b0131e8a1b2f12df2d2225a
|
||||
EBUILD django-nose-1.4.7.ebuild 795 BLAKE2B cadfe34740162217fa36a2c1154247b653a464c850693e4ad7d950cfb3c920b6500cdff6a06c613815e8e527e2b2d5a323b903c5f31fa81d9071771906b8e8ea SHA512 332567b131c857eca107320b6706d796b1df4d7913729bc6eae9af784d9fb6f288535cc78d207cf0d3978e43c36d1f31621ad0893cadbe52cf1d5cb2c455a74f
|
||||
MISC metadata.xml 458 BLAKE2B 2cec59d59ba786233454ea2f380b4d51af9b7dcfbc832a4b5295938e8250f6a37701710da7090c26906491886352c1ce5692e0cd38978cd552cc270069565642 SHA512 66585f118f4e64d924b0e2589bafc14eea7ee08c4190c6f38f621f8bf3e7f02d8c50f19cacfc429857a520cfcd9371004195f1c9716da3f54d39c0297c3c4734
|
32
dev-python/django-nose/django-nose-1.4.7.ebuild
Normal file
32
dev-python/django-nose/django-nose-1.4.7.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-nose/metadata.xml
Normal file
15
dev-python/django-nose/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-oauth-plus/Manifest
Normal file
3
dev-python/django-oauth-plus/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-oauth-plus-2.2.9.tar.gz 25941 BLAKE2B 2785bc357d83aa6410bca1c471bc75574dba792d8f9bad0f5ca6b1f8191d16d4839ede4c661803a9f3c7cc6f0786b90020a08266d5f6c15709795800196dfd33 SHA512 0af1efcc1b84a552933921c230bfd25afb06dd738a24f904b5ad6b97894c03df730bee6600f8bc56b4223e5c3d5b8d1e9c228a21c41df2bbe9c8e90b21707a7d
|
||||
EBUILD django-oauth-plus-2.2.9.ebuild 981 BLAKE2B a49f282aacd9cb7deaccfed684e1b076028779a43f9961629dc65e383638549b8b6ef7291e9c0e437737dbbfe57e23742b4bae5ad3d4944b5aa4a6ea15d9e78c SHA512 a4aa26af02965dd6bedfb7038eae126ca0cf59618a384ea6f9d77122488b534c532ddb446429b070dffd034c70eb97a2f37850c19c7e30dbeee3f200c5d802ac
|
||||
MISC metadata.xml 457 BLAKE2B 3f87a73a2257952097bb15b73471505284054d244a0f6f0d83d680334596b7355061be93f6cdbfea73b31230c27ffd5ba5e048b93a2b88b5a223cb755d2ae884 SHA512 d0e234d731c8c04e5e6b52c3946997379a20efab7e68602b511f69973ad7bd6fa33f2737cc7c020e73f2bf7a39053bbb73ff2718b0b7aee4f695c758afd8ffff
|
37
dev-python/django-oauth-plus/django-oauth-plus-2.2.9.ebuild
Normal file
37
dev-python/django-oauth-plus/django-oauth-plus-2.2.9.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-oauth-plus/metadata.xml
Normal file
15
dev-python/django-oauth-plus/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-openid-auth/Manifest
Normal file
3
dev-python/django-openid-auth/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-openid-auth-0.16.tar.gz 42031 BLAKE2B af28a31c341393bb8b5ad6b8202aa905cd491cb5e6d5cfaea7c61827382320529ab322ee6d77849469a2077013f124b1e40f2e5e66fa2e6426858b07989ddb07 SHA512 d68ff6a1573fdd7a14b8380e6dacf70817f2cf896d583f587ae8276f6f8fc38c59ea3ddf282b12daad347f9c040f74645d1bbc313a2a2b37d4aa63f723c356fb
|
||||
EBUILD django-openid-auth-0.16.ebuild 820 BLAKE2B 2a089d6dc61ae1c23545b40a4adfc39ce25194492dca9b3d8215072ff27c2172c331537160b9b6c4428a0a24ffd21c69b2b0320e2a468d73ba828d2bc7a2b85d SHA512 a61eb30ef1db4505962f5da3fb296507bbcae3bdd95d9cee95c1435ef9157aceb2f666485baf3c9ea3eceb69e3e198adeeef3f444f2671160bdc5b2cf6903b86
|
||||
MISC metadata.xml 465 BLAKE2B 3f5a351617c9ec1806cd21ed50418a13f71cce11c92bab82bb145d4c12dc520bf0a4a3e8f3ce89566b160120e80ac2697ea2bb33c5a1b80e97fa170a6e83e149 SHA512 61e15463bc79d24cd0b5b9a556ae2353d1921fd7e69f10fb9a18ad856ddf5eee915431dcae336e6eeeaa2f646da4d457f395101721a2e4b328e728754f114838
|
33
dev-python/django-openid-auth/django-openid-auth-0.16.ebuild
Normal file
33
dev-python/django-openid-auth/django-openid-auth-0.16.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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/ )
|
15
dev-python/django-openid-auth/metadata.xml
Normal file
15
dev-python/django-openid-auth/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-otp/Manifest
Normal file
3
dev-python/django-otp/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-otp-1.0.0.tar.gz 53330 BLAKE2B e966b021c364dcd9c18d7c84a561fa7d9b6e0ba98ecd1fdc72c96cef396f289644f362093b684c9a73597c951f140c4641252ccb95bd15894a216eb42a6af5f1 SHA512 75d3e3e76c650b6cce91dd4ec85aadd86f71999d28db6a2704868b2ec33da9631b6f3efa05048b7a62153fb554991b9460b40fa6ee0014ecb0945319e5267ef0
|
||||
EBUILD django-otp-1.0.0.ebuild 817 BLAKE2B f434b50edbdfd6eeb8d6ae99e6c0123a7147e32cb7535f494a52485bf2a2efd83e37984ffed0ed78934c5df282578074b7b3f7337121adcf85158d070a978732 SHA512 0c81bd37d862498e7a11f44aca5d78d53b976ed02155e6bcfe47c9c12b5d443ef94109b0fbe75209904f29fd7eb902b341493067ef78bbc119cc80253bd6e558
|
||||
MISC metadata.xml 457 BLAKE2B 5b832f0aacc14e7a3f937e1a2a5bbcbd4e5b327aaf27f1017c07f965c55081e39706c00fe02861c38dbb115725cdc6f709fcf2f5838e862c0a16f555ef0baa6e SHA512 aaf64806787a3cd37bfc0b018f739c0eef9fbb254ff6928d72196d3b1086f43d384431c38f3223a0d4dbff2c8b75f70a829caffb06fe43d045dd35b744132fc6
|
31
dev-python/django-otp/django-otp-1.0.0.ebuild
Normal file
31
dev-python/django-otp/django-otp-1.0.0.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-otp/metadata.xml
Normal file
15
dev-python/django-otp/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-picklefield/Manifest
Normal file
3
dev-python/django-picklefield/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-picklefield-3.0.1.tar.gz 9506 BLAKE2B 6eda8dca31454a5f8cc8a670a19e25ac0b641bf6b7d31d695e617653cd88c1d84b88c39632f1d915ce8e0fe0dd8432d687559f2037d94ab50758f71a8b4f087f SHA512 7f14b4803dc8bdb1d62fec4063bf6eb7714445f85a13a4fe098154fa2d7f6a4e54308bf2324bc4921eaabf1023bb06b89a4bf52bb0ff89594075e02672d217ba
|
||||
EBUILD django-picklefield-3.0.1.ebuild 764 BLAKE2B 04b27a27f45972b042be911c4a4a40d5af087e76a47c3def59bff393beb5364a45ed58eb44fbe1556ffa972d89548b22f2b5c133d8a46aa47a307e4251970a21 SHA512 f8929faebe4c7b3cdf033f5ef8b74529d4fa7a35a579f94d0231c3d0c7072daa151402e3d2341a5b9ad4a6edb3e32883d044d042e1a000e2f1098dc9aaa8a865
|
||||
MISC metadata.xml 483 BLAKE2B 5635ee5856584595b932431e4b70526f63b8008cad87274152ef1ee2712604f4dc0c0c6a7a16e541088abe8387a862b56e1d180ec9506d17608157abfbcdd699 SHA512 982ae6afeadb6993fc7aca7624b020b4e23a37c70b07fd6c5fb0277cc6c18403fd38edc3271c48254ad2687ecdcb53bf42cc91275f02ac4ecebc3f01e1c8d675
|
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-picklefield/metadata.xml
Normal file
15
dev-python/django-picklefield/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
4
dev-python/django-piston/Manifest
Normal file
4
dev-python/django-piston/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST django-piston-0.2.3.tar.gz 34319 BLAKE2B 36d0f724fee72c0dece8b91b55a8aac5140db8f319b16221c0982caec72bfcae734b74165bd267073b2be59e1907f6936e640c4c60e5768934cfaae91f02b1f8 SHA512 205cb15b4e59e7cb4d744525e149480ce9f54afa6b514c038ecf20df9221b4193d5041963b7217f40454c34d77125a1e52f0e7bfed5a471b27b1694a3af2ef6a
|
||||
EBUILD django-piston-0.2.3-r2.ebuild 743 BLAKE2B bed14e99f85551432bcc700b432bb15c2c5b3f8629f30bc12d419d9babe56bb8731eeea10ad4843da4857a12245051b6adf518d2e12acdc48d8e684293172a65 SHA512 3791ccaa35346aad309d87fdf195929fe59ba690735e24531df9e540ce638dd72ac47d00214a76d8922aca704316004af5140ee346e17d26e2dd6735862a127d
|
||||
EBUILD django-piston-9999.ebuild 534 BLAKE2B d672e1cafd5e75a4360e84dcbe8f4ba4809d8714947c3ca2d6d4bbcee9c0e3c5da33f0111502480c616bd05aa44ccd15a60f74c2f02d62b03ae453295203f6d2 SHA512 ceb34dea8d18d53ef80b1bc7140e951290fe9d984d2f2685d14f3e3a7d6165bf54d0f2ebe23dc04e6a2f2ee4e2823fba549a0879d96fa7e2f51a6ec365872854
|
||||
MISC metadata.xml 454 BLAKE2B 1baa8577d90dd27495275ed2110aa74909606d2dba57c8abeca4e7b17a78f4625abc2f5b37c2efe75decac5740d8bcf158bd69fc55ba068ca91562f9cf712c85 SHA512 140bb85edcf6290042c0977506c584fd67d8f5c1295d48e9a41626c649547b20f1ab74c3a17f0497115330e9462a2842ed1cada8b0dab07230a6392e4f1f6a44
|
30
dev-python/django-piston/django-piston-0.2.3-r2.ebuild
Normal file
30
dev-python/django-piston/django-piston-0.2.3-r2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
23
dev-python/django-piston/django-piston-9999.ebuild
Normal file
23
dev-python/django-piston/django-piston-9999.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
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}"
|
15
dev-python/django-piston/metadata.xml
Normal file
15
dev-python/django-piston/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-polymorphic/Manifest
Normal file
3
dev-python/django-polymorphic/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-polymorphic-3.0.0.tar.gz 51140 BLAKE2B d92e20276a4c6846969a4afaf9d8b05ab438094d3e38dc76655fae4733512ec734628acdcbcb1f29901f6401acb1017880a0594f48f64f6c9c975d884f9f5245 SHA512 31470ebd2ff86479d07ee6063a9e67a606369e31c62ba6b16a92464eb2fffd9e92eefe7a86636f4a7f82e1373b4ffceebc03bbcf99060bfa20be3d09a725f733
|
||||
EBUILD django-polymorphic-3.0.0.ebuild 754 BLAKE2B b2be4d654c9b479eae53c9fca05ea93acbe6c6765ebe269a93ae572d3152412794b1286ef21d1af0c6a9a767a647eae61c2f0115b5ee75f78896b07354bbc1f6 SHA512 f8c17ec60d6e89f2657d62e2f249fa7fb5c51611421c8951cab7cd671320fac557532f9666e7783a15f4ee8a567182d6dde61395aea672bcabd6b558886f2a31
|
||||
MISC metadata.xml 466 BLAKE2B 4445216e9025c6aed07e6a46f326ac3c40f18d979a63fa924c89ba5c3ebe2c73c299ed3012abe4f9949b7401c039e0272ff3d92e991993a0eee6547d97726be3 SHA512 ecba110cf26700c0b3c0ed9c2d3f22f24d6245b8c5a14ce9d66e00a36cce1d6e487d2842cc6bafedd26b575d79210e43032c6ea67612eb5bf2ce84fc3b51b956
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Seamless polymorphic inheritance for Django models"
|
||||
HOMEPAGE="https://github.com/django-polymorphic/django-polymorphic https://pypi.org/project/django-polymorphic/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
RESTRICT="mirror"
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-polymorphic/metadata.xml
Normal file
15
dev-python/django-polymorphic/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-polymorphic</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tribaal@ubuntu.com</email>
|
||||
<name>Christopher Glass</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
5
dev-python/django-prometheus/Manifest
Normal file
5
dev-python/django-prometheus/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST django-prometheus-2.0.0.tar.gz 20028 BLAKE2B 272f192cc0ee4492fa6dbbb65ba6696fdf8fbddc0724290d9b55e5aedb740c2c92cb609969240004b4faca4569580ab451284c2f4bbde589ee61bb96ec448ff3 SHA512 8345c23c8032f0dbecd8e801bd6673e7e3804003ebee0a15b0c8ce3b2d4c6b6f47e7c41e33df2b18a0497eb453972d8b231b88fb51184fafc58d306a9430fdec
|
||||
DIST django-prometheus-2.1.0.tar.gz 24615 BLAKE2B 381aa345fac29e71e2b883fb485dce1d6ca3f13fc863d6ca9a62d5cd8f605f8cca727fbc3a3946e707d80f89d7fbaf544610cfb4857a45bc3dc13eeb22aeb4d6 SHA512 0c102467b99df409e31f99fb77d16558bd01c9c11f04ac0f80b59e486bc6e03979e16785083980c43ee3caad26b7a6bf618f9592fcca788ec2793a30d6b44241
|
||||
EBUILD django-prometheus-2.0.0.ebuild 525 BLAKE2B de937fd00321f29e39e4a164ccb2b73a2fce63c6e90f2a3fb1cacfa75c64f6aba9bf5b65b633cebc44315be280eba4d4cce68b16efc84f1ec10e638976b118f0 SHA512 90311245d0418eaa9e7fd9d19f7af4470c825accb24b5916bfa7cd3f7e1447d5e65d82e59581dbe84eb91e3d7f0153c7e983651527fe5a1bf7875dd35ac799df
|
||||
EBUILD django-prometheus-2.1.0.ebuild 780 BLAKE2B 9cc33945247eac2d1fcadf987c50a1e78a18986ed8b74023dfc16a3e5c173ff1d5556b9f2eb9aace50f33c1ef7ae2f22703dc245d389bc23d8c3867513e5cd38 SHA512 b2b9930d4b8c7082c8a69fd46db2f0b33708f842f69fdb4d9bcd20507908768b553422588def58a8108acec7895366b278ad4e929ae67e2cd8eceaeee770b99a
|
||||
MISC metadata.xml 455 BLAKE2B b4d565443ccb433d70046cb26f35f9d92bbc7593f7915254f5448f071aa3b1e8713ba7f5326325613fb2499d1b83db375fd1985737b7aff15c750a7cc31fba83 SHA512 cd1f2ac14f53f4c433cfe44e45404379479854669bfc25f439fc778463ea8bfedffe9458ad4e86256fcc0b1b4aabb6c18a05841552dca36932f45b4b6d842c26
|
18
dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
Normal file
18
dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6..8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to export django metrics for prometheus"
|
||||
HOMEPAGE="https://github.com/korfuri/django-prometheus/ https://pypi.org/project/django-prometheus/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
30
dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
Normal file
30
dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Django middlewares to monitor your application with Prometheus.io."
|
||||
HOMEPAGE="http://github.com/korfuri/django-prometheus https://pypi.org/project/django-prometheus/"
|
||||
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/prometheus_client-0.7[${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
|
||||
}
|
15
dev-python/django-prometheus/metadata.xml
Normal file
15
dev-python/django-prometheus/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-prometheus</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>uriel@corfa.fr</email>
|
||||
<name>Uriel Corfa</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-recaptcha/Manifest
Normal file
3
dev-python/django-recaptcha/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-recaptcha-2.0.6.tar.gz 17998 BLAKE2B a7860e9882e4f5b3a10935700571ea87f27af9824012b2b96c9632f75ff59b8cd0ff284294ba8bac11332e1ffd91187580f1ec4e823cbf7729772b33d209552b SHA512 36f589ed5c855112917ed5faf98ad4e15d32f8c5acbf8c19a393535083cb61af5be14368b2c2d34972302d4dfa894f48013371e0e5e714658ca83578dee29f5b
|
||||
EBUILD django-recaptcha-2.0.6.ebuild 836 BLAKE2B d5be331f870dbd6a490c147934d255938cd1cd1f760ff22eaa448457c649ae274a9620444b8ca43cc42c82b95e99462bc2ddd80d1c450322b80cfbfcd2f0d25c SHA512 26dc01f49e51e041e06026a5b6b735000f907e6b05532c502b60b6ed0b67b1c30516e3fedc4d846b575f7e4a2a739744e72b14d0e30cb57de5b8de8cb68b1b92
|
||||
MISC metadata.xml 464 BLAKE2B 5a156de111aead94afdefa8fa432d11d56a6723b6b261ef9d96e591e58559990e2eda4e6e0f77657f53b5d5ec58b0c5f2550491b262c6cdd2bbc276269b6e9da SHA512 1bcd042363435d19b13ce240f26271d7ec47e84e19d42703aa038d158131e8143bd1148c13386c3ff5e07158a6c5dc218839268bab5d15311715b6f201e0344b
|
32
dev-python/django-recaptcha/django-recaptcha-2.0.6.ebuild
Normal file
32
dev-python/django-recaptcha/django-recaptcha-2.0.6.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-recaptcha/metadata.xml
Normal file
15
dev-python/django-recaptcha/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-redis/Manifest
Normal file
3
dev-python/django-redis/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-redis-4.12.1.tar.gz 23350 BLAKE2B 4780424728d1f12b3740c5f0206205387e6043d3fc34475dae4a789b04714064d87e0d1d4661ec63eaf81733f1f0169c97dac468423c43ff51170fad1499164f SHA512 5fdd57650209393dfadce0bb0430af2a050d7abcae614146464c3cb983d0423d2925907ae463e123aa15c09d2c1807797f348c47a88141e04f4d621d035f2ffe
|
||||
EBUILD django-redis-4.12.1.ebuild 782 BLAKE2B 83e70cda1ba2f79bc9dbf06ce9e5d50fac8be8198ba1d1078d05a4c79cdd4725471434b371644043e4feb51f8523ab3339fd63e5bc1ab8c0b0caf5fe9496df3e SHA512 0d387b9aaae840e42d53751c105ec6d3d75862d928689d60d387cb5b874fd52a00fa5424683760c36406e232e3f0126de3415e618e92d1b3613db6ebe6977868
|
||||
MISC metadata.xml 451 BLAKE2B d87c1dcd97e998e4521c2494aaecf336cd35f0a8995da4872384c399de46a3301b5da4ce063ee9a1cd0b6a250de190716cf90d78d546288451c72494abd587af SHA512 c0e6dbc00c5e0c15deec976d61181ddc736e1001f0e8164fc77789b09ed73fca122314120cb35fd42b988171ae38dab03bad32d041505e20a6cd5f0245a5dbba
|
31
dev-python/django-redis/django-redis-4.12.1.ebuild
Normal file
31
dev-python/django-redis/django-redis-4.12.1.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Full featured redis cache backend for Django."
|
||||
HOMEPAGE="https://github.com/jazzband/django-redis https://pypi.org/project/django-redis/"
|
||||
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}]
|
||||
>=dev-python/redis-py-2.10.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
|
||||
}
|
15
dev-python/django-redis/metadata.xml
Normal file
15
dev-python/django-redis/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-redis</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>niwi@niwi.nz</email>
|
||||
<name>Andrei Antoukh</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-registration/Manifest
Normal file
3
dev-python/django-registration/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-registration-3.1.tar.gz 74757 BLAKE2B aeb4acd2e54732fff63eea4f70a1f57a8f2e127dd96204c5f6aacbc8c9e84de4a083995353acd3796b0dae700f2b2eef4c707286c88280a2d26d2a89728bc9e2 SHA512 41fb2b6337241dfab936a80a02b721094236ce8e6f9d69fc8847173794122edd9e422ec8846b7769c05e0f3b12308278a1130f43142075d1a46b5f4d9aa5a7e8
|
||||
EBUILD django-registration-3.1.ebuild 754 BLAKE2B 98702707aaa3e212b041856108ba94d21b648dd610ff6a979f6b485b16f7152b6fa29878ceeb3bc2c50bf48f5a497dc7c7318c4540698cc740b32616ae257255 SHA512 1309c3834b0b1fd53f24ef20b2556044e3c3b7f03eb3f1fe08d947a0739e7e0259a2f55ffb38b2c0b2ea6f986428ff6c72034c1159c47cb1f14136ec1f606d2c
|
||||
MISC metadata.xml 461 BLAKE2B 0908665aa7f68f4ab3d6d3d2966580d4e25d70cfeba81a46644aaa785e662daacbbe67b8b42417f3848058f04bee754d908b0d4d63f89d12140a3f956f54610a SHA512 616dc7d7101ff967e598f745754b79d0596aecb607884e508e90dd1dde8fd4a025cd1969be575adbc9724325475862c6dc84089174fe5ff2852cec99e432099f
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An extensible user-registration application for Django"
|
||||
HOMEPAGE="https://github.com/ubernostrum/django-registration/ https://pypi.org/project/django-registration/"
|
||||
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
|
||||
}
|
15
dev-python/django-registration/metadata.xml
Normal file
15
dev-python/django-registration/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-registration</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>james@b-list.org</email>
|
||||
<name>James Bennett</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
8
dev-python/django-rq/Manifest
Normal file
8
dev-python/django-rq/Manifest
Normal file
@ -0,0 +1,8 @@
|
||||
DIST django-rq-2.1.0.tar.gz 38237 BLAKE2B d99a25655ab0f2ceb08f433b86e84f54f76bc6a93482655f117dced1f8242fb527acb8cfc598fadd282f932f9b7f02b780ef925dcbc8ee7778594a95d73e8ad2 SHA512 4bc59ed32176a121debcbc259386bd406ae141ad859b52ea779e7ee8c8b1d2634a1afc31b666e55bc8a70c841ce7aac81ba0e7f4207e925587cbf3817d9da666
|
||||
DIST django-rq-2.2.0.tar.gz 39758 BLAKE2B 3f6b3b990539eb2f8379e054b64202c142372563ba1ffd155d14c700b58b1c0b2aea6af1818ef377e26a27e3a4bf9519d1234fe61605ae1bfdebf7065f1cdad0 SHA512 cfa987b1cb08e09552a27d0997a8fcefcc60247115243a47ce30c561b5cbdacb45d702c8e5994a22ec6e812e66378d9a298dacdeb48e85163ae26798e47b98f6
|
||||
DIST django-rq-2.3.2.tar.gz 41038 BLAKE2B 837a8f819e9a91763b2d4ec961257d429e6d686fbaaa181d7fbe41efd9e08d958c5c340e4e1a4c8f0ef4063e985d3df82d8ea2c6a7cdea872b330dd545660e31 SHA512 8cf59aae163034240bfecda5f332dcc590813445cb2fc14bee15459ec8d4c50a36ab56865b3ce9360968451695e7a6d5eca5da26ef63c29dbc9dd58af8f16b98
|
||||
EBUILD django-rq-2.1.0.ebuild 535 BLAKE2B 14ff7dabf3f073db79935ad0d28145e17ab87359c1148ef2183b0ca71822ff883d72eaef2523669046d5943a7b128221771b7d3d1fa212a0eb65743324ce38aa SHA512 3356508a3e65e49a94ddeeddac2b4d0c57b4a4685e47d569eadb47e1f0faae8cd3b97884542c9e32170ca6780c4c7c8b34c404b0e24aff1025ad4ba71de49458
|
||||
EBUILD django-rq-2.2.0.ebuild 543 BLAKE2B bb51d65aedd950f2000425d1299157e0de69552dda88d189b7a00f0bbd711ecea878519b4899328f6c1ebca01472910b7b384812ed7c390cda20b838e578188b SHA512 0e5677d33d4e1495d87bd763f5af83f2ad84da0abf81cd6026586798e417cd21689c4a09be638ba87a5ba2e27c7d275dcb6563c8395eac90a5ab6b48710fb1ec
|
||||
EBUILD django-rq-2.3.2-r1.ebuild 822 BLAKE2B 265c4417aa633537a6a1573f7ad708f51c738216cf6c863ed6245f54c9e0956b5221fd2006339b4d5af4abebcf911358bc9c26a9ccf2ac9781653808c93e2acb SHA512 fe5a65f5178f95e34d2ee2fd03d902edf4fc021be6e5955f67a7ba196543f5a2ef1db1c145bd13c080fe1ac86383ea0e2f8495e78bafaac401d3bb900c6d42ad
|
||||
EBUILD django-rq-2.3.2.ebuild 575 BLAKE2B c0e59a3d6dbe6964a6a8f76cc74ab9c763c89620435d2667debc7864552338d4fc704b34f907db94401c8876a80792691092d968821f3aadc7cfd0cf2e0ebaf2 SHA512 30675268e2db8e653dbc82a9aec12b27540fc87f1b6c1f852ff86409e4c7bc9afcd503c2b9bc024ac42569dba89d4224871db7d0014743a38792837d8ceddf62
|
||||
MISC metadata.xml 452 BLAKE2B 9b947e05da54d35139ecc3a3305241a69e7ccba340647dd6fef5b11205c817396bd110012062c1973094cb1099b7def376549a228f9fc3d7a13c818d66b79960 SHA512 e47a832b6db5cfc92c36e7bd5cf63a8f90086541222c5236ab3c8e7e621bd77bcdc708bc8b3a111b8c0456aef6a1cc4a22710f0d03bd776d86c705988dac1bac
|
20
dev-python/django-rq/django-rq-2.1.0.ebuild
Normal file
20
dev-python/django-rq/django-rq-2.1.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
|
||||
HOMEPAGE="https://github.com/rq/django-rq"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-python/django-1.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rq-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
20
dev-python/django-rq/django-rq-2.2.0.ebuild
Normal file
20
dev-python/django-rq/django-rq-2.2.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
|
||||
HOMEPAGE="https://github.com/rq/django-rq"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-python/django-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rq-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
32
dev-python/django-rq/django-rq-2.3.2-r1.ebuild
Normal file
32
dev-python/django-rq/django-rq-2.3.2-r1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
|
||||
HOMEPAGE="https://github.com/rq/django-rq https://pypi.org/project/django-rq/"
|
||||
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-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rq-1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-py-3.0.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
|
||||
}
|
20
dev-python/django-rq/django-rq-2.3.2.ebuild
Normal file
20
dev-python/django-rq/django-rq-2.3.2.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
|
||||
HOMEPAGE="https://github.com/rq/django-rq/ https://pypi.org/project/django-rq/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-python/django-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rq-1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
15
dev-python/django-rq/metadata.xml
Normal file
15
dev-python/django-rq/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-rq</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>selwin.ong@gmail.com</email>
|
||||
<name>Selwin Ong</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-select2/Manifest
Normal file
3
dev-python/django-select2/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-select2-7.4.2.tar.gz 21693 BLAKE2B d63e252d1dd9b3dd9d9842bd325644492580b286f7a59df2cf8f0b6b166187c594e123d8a180a19113f0caeee1f64d297ddb422dec0e172a45a9505ff8da6a89 SHA512 cefd25a8710a9e28346014051eb360eb76f91098db7977416db25aacdc834329047b0b4448943fd67a0a3d8c7aadf0f24d841689c12ab7e2f32cfe59eab0e71a
|
||||
EBUILD django-select2-7.4.2.ebuild 888 BLAKE2B ccf0f3ad19797985bdb00134b5486ba2e96e54fa555d3d7d93c334dd91041fd2ffea4f102acc36008e370bc570b7b826ef1405a0ae5ab96b160c17ddd7c8ea21 SHA512 79a414ad20ff1ea029c2810a24fd281cdda8088e45b5388ed0dd765b9bf94ed12f21ddf5617f73303194c65028d5f61823d5c9d24fa237370a28299402427e0a
|
||||
MISC metadata.xml 521 BLAKE2B 678407d3cf3683a75daed633eadd6a65fe2d4f7c5503f4feb54a845df4917f34d00f381fd746ba017ed398fc46a92d75caf352fcc1ff8d573ce8e9da18c38a50 SHA512 bc76910d8c3a706ef07b8161bde75d958ea87c59c9fa86162d5e168ea50c47f57d7d29477574f228908c66f3c3f54dd8a66423a3f328aff41429437ca6c9c816
|
34
dev-python/django-select2/django-select2-7.4.2.ebuild
Normal file
34
dev-python/django-select2/django-select2-7.4.2.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
16
dev-python/django-select2/metadata.xml
Normal file
16
dev-python/django-select2/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-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>
|
3
dev-python/django-setuptest/Manifest
Normal file
3
dev-python/django-setuptest/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-setuptest-0.2.1.tar.gz 9457 BLAKE2B f00cb1cd931fcf67b493d4a3995a0005ca4ad8072acee12f358c164b21c019bb7e8947413deea3ee4ba6bcd49f9c6318e48f9f271155c25b6b5d0766c7cf9c7e SHA512 b9c0e564f4478dcdf8b38b269dad2f88b216bfe63cd4621e026bc41e7101e935f4de4119c601d13153be57d68919a35d5b4c83849bb1ffeaf8792ee503b22ac5
|
||||
EBUILD django-setuptest-0.2.1-r1.ebuild 918 BLAKE2B 2a2e41be0d36a4920ec7af1647db549d2ba6c05e82f0851ac5d8b93ae130b2a1f59f578b7d561f2e66ca203c58496642a6097bf6a4f40c830db108714bc749a9 SHA512 18eea8f458df7c63bb7b212882ebc56059f880bfc6955c87de8d8c977caf1b5353d84e410f1465d4456c6ce655cde4899e0e45588760aa7acb545078a16f0402
|
||||
MISC metadata.xml 464 BLAKE2B f1814c6dafc0a59c74240233574a4edb5345f151847ccb358645e2ca2b47221ca013059ed3908a8de8e1eb5db1a6b41f1a3e10358a7934012b04ae6d5a49f191 SHA512 029c2db6c4a9389c1b00796a5b2e091d0e5d16dc08408c5a058f3ca5f4ca4c86633d65f11004612ff0d785e697db9eac925057ecbdf85331df030e1cc964f244
|
34
dev-python/django-setuptest/django-setuptest-0.2.1-r1.ebuild
Normal file
34
dev-python/django-setuptest/django-setuptest-0.2.1-r1.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-setuptest/metadata.xml
Normal file
15
dev-python/django-setuptest/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-sortedm2m/Manifest
Normal file
5
dev-python/django-sortedm2m/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST django-sortedm2m-1.3.2.tar.gz 36246 BLAKE2B c794373d3555010778727146717778130b311d3c1869f0539b07980de2222d69c1ad4dd508cf35da32f4f55af0ea6cbc0d322de40454548dc59f156ae7856f4f SHA512 3695cc0a565a6e1d47e3573dce1f8c860f78c8d11d248634a8ffd6534c621e7575b2333b7a83e6c521e6e737d7ffc67ce1bbcc8504542751d3cfb254b3d98584
|
||||
DIST django-sortedm2m-3.0.2.tar.gz 46464 BLAKE2B a3ddb8f3cbaa12c050e23abeebf796175d1e20886e1f4ffd94e9861ea0069fd53d68fa0626bcbbb98d75f80d370af9f63f45e6500c7f07a21663f418365c2642 SHA512 8c508b8bd8d661b81853624b6aa52dd1e22cef3aa3877b4b2f81962e302c8472fc01b17ec9cd95cd388e981857e247fddf04a184be3389cd1042dda7bf3ef789
|
||||
EBUILD django-sortedm2m-1.3.2.ebuild 497 BLAKE2B d29a47bb4fd473e0fcae61570fc8e4afa4fd49fce6e6db3df4c0f5c67e708c06c9dcc1372569f259e90a5c205a5ce65b30713e4db7a1bd7a93b1dca20a864e21 SHA512 afb82f4268ade1dc83879e15a46d21dcd9389776edc8193f541f8f260e930315460bb6fde96028e7295a1a22bce29d30398764f021b5c7a195395d84f83e37de
|
||||
EBUILD django-sortedm2m-3.0.2.ebuild 768 BLAKE2B 9d767c0ea3fbcfb033045302b2d58ebc54d9fff3c3e85182874cdc189c76e91770c765e2fcaa48b20ee80da75443aa55301cc705119f1e7d6dfbe246d3a9caa2 SHA512 2f922b83973c583bf42b3a828731d8101d2efdeffb54c32c63663488a21b395ae474cca11fbbf589ba86522adc212ef89d2c870908fbe02ddad03df1feeac0f9
|
||||
MISC metadata.xml 466 BLAKE2B feed3fbefb1056648a848fe981ac22cda0478899eb50ba175d12e9b91bf8a78ecfbb5132a86e00501fe7e5f39e59da7e886c7742aca235e766c10f9ffa5168f0 SHA512 2a6a229f42d780380eb0f11def7ab2ece3dd04431675f88e6f3bb8a8d30401247465edf79b2214f3ca2cf94bbd261942a9cba4c24b2622b1eeeed14d4b9de3c2
|
23
dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild
Normal file
23
dev-python/django-sortedm2m/django-sortedm2m-1.3.2.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Drop-in replacement for django's many to many field with sorted relations"
|
||||
HOMEPAGE="https://pypi.org/project/django-sortedm2m/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
31
dev-python/django-sortedm2m/django-sortedm2m-3.0.2.ebuild
Normal file
31
dev-python/django-sortedm2m/django-sortedm2m-3.0.2.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Drop-in replacement for django's many to many field with sorted relations."
|
||||
HOMEPAGE="http://github.com/jazzband/django-sortedm2m https://pypi.org/project/django-sortedm2m/"
|
||||
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/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
15
dev-python/django-sortedm2m/metadata.xml
Normal file
15
dev-python/django-sortedm2m/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-sortedm2m</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>gregor@muellegger.de</email>
|
||||
<name>Gregor Müllegger</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-spurl/Manifest
Normal file
3
dev-python/django-spurl/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-spurl-0.6.7.tar.gz 17935 BLAKE2B da9879b9ecafa59ada6686d67598d1c833b4ab9bb55118b9f32461453460e99d8a01f242124fe89f7a57a97ef78c32393933cbc848e005e908e83681d24230a2 SHA512 4bd6af21679bd1e914ba0eab0868f53bf7d66c1b3627c82ecbfaa2ae24f66820a90491a716c3952f6c7dfed6c023a1519de7f1d1f3acac09d723b9f64e8ae035
|
||||
EBUILD django-spurl-0.6.7.ebuild 762 BLAKE2B c270757fcdca0c603d038fa70bbe4be740f08f6d5e01a95477c84f0e8031845fe417fe4bde6236c39be338929f53c9fa8c00b3742552b331bcccdd49e89a348c SHA512 a7934d3e4e1b02ce17d1bbbfa1f9ea4e835673a3aa363cc9e11b165aad8c53f2169143e4f493ac96494d47b5f76700fe3e9afc63f9bc74509ca988b2b7f81dec
|
||||
MISC metadata.xml 459 BLAKE2B 2942e4915dc37ad9844b0490ba75b1dfa8e41bea4a45eb15224f168e6c8d1f6a8cfb8449e01864651040a366a5ea8b6fc5d977e9c0108bb9ab81fb7aa734b5f5 SHA512 df557487837e8c12b385650be133be754648c13126b29a44f3620d909aa8e8b1f03aa821c29c858fc7389fd4834de477c695da2ab549f89b00c977da9f2632b3
|
32
dev-python/django-spurl/django-spurl-0.6.7.ebuild
Normal file
32
dev-python/django-spurl/django-spurl-0.6.7.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-spurl/metadata.xml
Normal file
15
dev-python/django-spurl/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/django-tables2/Manifest
Normal file
5
dev-python/django-tables2/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST django-tables2-2.0.6.tar.gz 71283 BLAKE2B d72259d65930aac6856bdd32c1827ad6f659ca19303dcd10abbaef2ff5b49179aba301fd5b0159bd134b3cdec217980780ed39f96a2ba1876e306773d79e3f9b SHA512 d6e872226caf123bb0c560ca2f455e29972d9e0634b4538ab751baef999368ff64f1b5095397838fd1c2146a7e5528555e5c01c8d9ff9b2324a3d24da7557161
|
||||
DIST django-tables2-2.3.1.tar.gz 72954 BLAKE2B 9257a7d16e93027a135fe754da4e222023d1308227b7c683ef1c8ba66cf99a85ab1f8ea044b77e93068287c4ac25400f9d9ec464471e75a8ad342ae1b57fce9b SHA512 6d6b10ee8a87996b86d2c668fa02ebf49964ad97d3a6590043d67474fae801a01834afabb160dc9f9217e976ef9938e8660d48c2e8056f51554561b9a64cc39f
|
||||
EBUILD django-tables2-2.0.6.ebuild 546 BLAKE2B 7f38765debfcbf8420e13df7e85fa42992cba71c82a5a7b2ac7d6edb3d5d05fed4ca1c4866271c5c260743e136f410bc7312d83b78b44f2497b3133f2176588d SHA512 6a382fd92c1e67423923ac1af71ac5cd2b202d3bc3e0a330a945720d295b7bb2282ef6c12595a9ac0f297b3f8c1121a53ad8539361986c82bc5266581d0c46fc
|
||||
EBUILD django-tables2-2.3.1-r1.ebuild 710 BLAKE2B 22cd2c3fb6ce80fa12e3381cfb6437179acb8f3ed4729d14610bfbda55e23f616d3304a896bbb6531c78fcaf86821b20e5fb87e49e36d6e0f9d02d08d9e3310b SHA512 4e323ceb56848b629f7dfab35bc710b326dc87ddfb666b784261eebd02d1c8f4be938983905ee1caf303aabcf73c4bd6d30c3cfef1bd9caef9d85748f57b3dd5
|
||||
MISC metadata.xml 463 BLAKE2B 726e411725f05a230cee9d0481978efc24e6ff495a4c1a5073a7bf3c50a4e96d484f867de4d68f8aecc914a101e07fc89045ce62b4da0b5f68f605ffa9d9ae1b SHA512 6621946c1b5f2264ff33bb318c8aa1d5a5aab19e187c96be86bcdb7c678a84e006e454402734d2c1e9d48ea0747793f4605ff6fe36ea4cc49b2949d391c3ddc8
|
22
dev-python/django-tables2/django-tables2-2.0.6.ebuild
Normal file
22
dev-python/django-tables2/django-tables2-2.0.6.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Table/data-grid framework for Django"
|
||||
HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD-2"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
30
dev-python/django-tables2/django-tables2-2.3.1-r1.ebuild
Normal file
30
dev-python/django-tables2/django-tables2-2.3.1-r1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Table/data-grid framework for Django"
|
||||
HOMEPAGE="https://github.com/jieter/django-tables2/ https://pypi.org/project/django-tables2/"
|
||||
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"
|
||||
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
|
||||
}
|
15
dev-python/django-tables2/metadata.xml
Normal file
15
dev-python/django-tables2/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-tables2</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bradley.ayers@gmail.com</email>
|
||||
<name>Bradley Ayers</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-tagging/Manifest
Normal file
3
dev-python/django-tagging/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-tagging-0.5.0.tar.gz 42827 BLAKE2B 0889af1ca2943c3bd8e4ffe3aecf8ceec85d2546daf9cccba06bbf9d34943ac7de41240ee79ab77797c6af490dc8dc2d3d9c7249b1c83d71488116e3fb78c0d3 SHA512 7a740c24cb9674f3e9c7f98aeb46f99537ba7afc79bbfd810004b921786e1246fe2ea1f219a2a6c414189497e7b9409bc4f7170714c6c03bb163ccede77c3266
|
||||
EBUILD django-tagging-0.5.0.ebuild 1032 BLAKE2B cc0121aa2e948ccb022031fcdbd3c34b9e85d1dd7b7abd69a9b18fce2ce73109d551b945de6b384242eb4bb716a80b068051ddb9f365d77070ab283ba4743462 SHA512 6ae329a3f601b958941873cf1f0288aa4b4899c22d99c81b8b7a23a02645d75e09df0339e6cfc31aa7048facb14a00aa7b0027fd3136304d729d8b029c76cac7
|
||||
MISC metadata.xml 457 BLAKE2B 2015f02c64fb8ed47870a46651f286b5769eb1586e0d12cc3126116f0d90574c0a7bb794d8f70eda85828e40e3044770ae24230e5784ee6a2f94870f0403558b SHA512 7e7b39340f02d0bdc78124661cc7dad944764e02c1952594710395f1c5c94a66d08c1b925f8b3f29b9f85316ad1aa9cf0338ec6c397600bc72f9287a9621159f
|
45
dev-python/django-tagging/django-tagging-0.5.0.ebuild
Normal file
45
dev-python/django-tagging/django-tagging-0.5.0.ebuild
Normal file
@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Generic tagging application for Django"
|
||||
HOMEPAGE="https://github.com/Fantomas42/django-tagging https://pypi.org/project/django-tagging/"
|
||||
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 docs"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)
|
||||
doc? (
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
sphinx-build docs docs/_build/html || die
|
||||
HTML_DOCS=( docs/_build/html/. )
|
||||
fi
|
||||
}
|
15
dev-python/django-tagging/metadata.xml
Normal file
15
dev-python/django-tagging/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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-tagging</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>fantomas42@gmail.com</email>
|
||||
<name>Fantomas42</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-taggit-serializer/Manifest
Normal file
3
dev-python/django-taggit-serializer/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-taggit-serializer-0.1.7.tar.gz 5589 BLAKE2B 2e9fceacd1eb1908848da99d7ec6b708f4c37f64c7ccde9e1082356e7695430c4c1f436a7d1a37200a249d2736adb848c1ce4fe26f63a6b1748080b62c1215dd SHA512 90a3e39cda13826bfcdd0a6f262108112d261bc5e03f8ed973c0af0e1a6d8efd80e1e0926682754df4efdb697cea5453df39de70b0067c02bc452a8462ab2574
|
||||
EBUILD django-taggit-serializer-0.1.7-r1.ebuild 770 BLAKE2B 1b5180fbdc1af7bed3433dc105e3bf54cbb847cc2bf7945ecf08c00a66e038ed0618163093a76f0262d3f6c09eaf26d27f433f5afe4be03e438634198c25ec75 SHA512 2da365097c0e66da05773b28838c85c9ae4617298fe553c22d3bc4e06fdd973582254c46a0dc70514b92f55b0c07045b86256aedbc4cf00204b5286c1ca901dc
|
||||
MISC metadata.xml 466 BLAKE2B 3fd90c2d7cb24d778bec5b08246de90d3c96e3d0f4fe9bd3ebbc12227e2e89d47f952e7c565045e48d8f9f1a8e01a303f62a939d409d4b77473a4005436e2266 SHA512 bf25a63d3ea88cbe90712448dff2d90231d8676267d6eb35770f6987dd161b339d5d8e0fd7eaaf2c1b749ed6a037340a41e9e2a8aaf52ad86a66e9daacd2b780
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-taggit-serializer/metadata.xml
Normal file
15
dev-python/django-taggit-serializer/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/django-taggit/Manifest
Normal file
3
dev-python/django-taggit/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-taggit-1.3.0.tar.gz 46986 BLAKE2B ebe425bc17b67977d40c56b9072ef471e1239090056667f1a5792f005908cbffc31f9eb863575ff7d3d359ebef7263e085bad5b7b481ed9060720bd59f617bb3 SHA512 bd5a537fc11bc4b434a5dbbc11e583acb3878101fcfa7e24af3aca5f160e2f1ac8defc9454c0814d39eb47bbb8edea8d3cf47627ad4b4dc86b962cd69d415ccd
|
||||
EBUILD django-taggit-1.3.0.ebuild 478 BLAKE2B a2a0600a8ce4d7fffa322cc4ac87d9b42ce550448ebbee0430fd0b16137230524a4225a8d11a7a966816c7da657f921a2c37428d68d5ba7a9744912691367f0a SHA512 35bbffbf93ff24b667288443ddf1ae2f574b1e20d0b0c9b9124dbc05808781f7b5b69991de69fdbc7df3fccd7f4c364e973ae4b884e68870c29a9cfdccd35099
|
||||
MISC metadata.xml 248 BLAKE2B 5d9c3678c604aac0f24c5d5015e28f02b9ce83bb6a179755a44adeb3d69e4dd50be4acc30a6317649f5be23bcf13ac210bbe4712aa403e9c4cf2de351b39c941 SHA512 dc5b06a888be6367909895d5891a08189f4657bcee602e5ff0021be2ad3677e58ec7387ff244625be66a142138666e7eac790d2a7b1e298f0ad644725b5e57e0
|
20
dev-python/django-taggit/django-taggit-1.3.0.ebuild
Normal file
20
dev-python/django-taggit/django-taggit-1.3.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="simple tagging for django"
|
||||
HOMEPAGE="https://github.com/jazzband/django-taggit"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
8
dev-python/django-taggit/metadata.xml
Normal file
8
dev-python/django-taggit/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
3
dev-python/django-timezone-field/Manifest
Normal file
3
dev-python/django-timezone-field/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-timezone-field-4.0.tar.gz 6866 BLAKE2B 1904dbdc6454109ab00df5008d36a9db9e8dc68215d1824c980ef82711871747d7b51a263d591968494511a33bc4325930dd7d87ba4b62d9386c78c5508d7680 SHA512 d928cc22d45f027b9d5776272cd8bc03b3d7e403d4ade293973e25a7ef96ab1ff6ccaa5bfce2900f579b52f5e8cd6c581054e944440d05b774457faf4ca9c9b1
|
||||
EBUILD django-timezone-field-4.0-r2.ebuild 813 BLAKE2B eb976da5769e876ad2ce5f625fac2b2cae7eebf6136d96a34df9379d05ae965321376f8f35730809f25c59c6bd79b5a14d0bd60c2d5449026211c61f529a4a6f SHA512 ee3621a8c8928c112416b8369fa81ef2ef39934c2528bdea8c82e58a414d0f1d90c6367a04c88cbb32e811702edcee0e6d74f5de4e7f37198f7d1b55aa3e65b7
|
||||
MISC metadata.xml 457 BLAKE2B 870962dc9aef139a6da60bcd8d684b3d409371722f34eef54fd1f2de792b6e3bd1d478f7f30dec87377f525cb6f3eb3a23f49787033063588cb87df0c707b2a4 SHA512 d153c68a09a11855c31437133c9a160f83276ef9ba47a6516b521b926ba1ed8d2b403278f87f88e52970e8dd251473f8663d026ad231b91defbf96f886af75d5
|
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Django app providing database and form fields for pytz timezone objects."
|
||||
HOMEPAGE="http://github.com/mfogel/django-timezone-field/ https://pypi.org/project/django-timezone-field/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
15
dev-python/django-timezone-field/metadata.xml
Normal file
15
dev-python/django-timezone-field/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-timezone-field</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mike@fogel.ca</email>
|
||||
<name>Mike Fogel</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/django-tinymce/Manifest
Normal file
3
dev-python/django-tinymce/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-tinymce-3.0.2.tar.gz 2030651 BLAKE2B b9a3dcb47dc5b40294b9276ab2e73c9b9d0bd20d11565939e8074d1e5a88ec16d04e64d1a887ecd3cbb55f95428eae69868b14ea809aef990456c15fdd01f8eb SHA512 5a63b73f167c014a66b365df3a6061c893591e2546a6c2c97eed15e866d33526e09686cf012cb1892d42ebe55221150428e1a923a20196a75516b19565e1004a
|
||||
EBUILD django-tinymce-3.0.2.ebuild 771 BLAKE2B c9250c53a3e59d7a0be0dc3735eabed26fe42d1701743e17abbbf70ec835b6d4da3c5deee8729d02a744cc8fe27b020d264cb1c3969387b90cb10d18082a264d SHA512 064ff563283c4aa421bc0fe11022ab4d8ef6d414ec25d8f17aadf21b22e67ee809e8b95db119188fb95c927b0b8b79f7657bfc5888c7eef4f8d8e729dfe76b85
|
||||
MISC metadata.xml 527 BLAKE2B 73220af3efe5c943f4d0168acd2af2ef0fc8d05e6d89a4878ce4de115cc1415c86e7509f4d98cae5f286dac637a293be16dd8c595b8d0845e807f13102b66f43 SHA512 79652d2b97b9d446fe3240a396d7b6105d6fa9c0e62e42d0b1a3e630b4314b4b9507d81cd960d9c989b9fa8c8b841d4d66394a36e1b2b7df0dc7652b4831c058
|
30
dev-python/django-tinymce/django-tinymce-3.0.2.ebuild
Normal file
30
dev-python/django-tinymce/django-tinymce-3.0.2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
16
dev-python/django-tinymce/metadata.xml
Normal file
16
dev-python/django-tinymce/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-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>
|
3
dev-python/django-xslt/Manifest
Normal file
3
dev-python/django-xslt/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django-xslt-0.4.5.tar.gz 15717 BLAKE2B d150d105acc0834cda4f512f27a1a9cbdf7833585661e49d66761eee0fd5d00e45b292e04f602ed891a0ff0d7f1df303748194ca17cbc0e9bdd441671dc29a03 SHA512 25f3268d5eae29326ee93b5c4189389577bbf282e9f9007798de2ce96c6420d240c07e6a2abbbc57ce0bb4abb3aef557b545948a02b36a118afaefb30ca5a2b4
|
||||
EBUILD django-xslt-0.4.5-r2.ebuild 746 BLAKE2B 8cc96fb05f632a89c011a2afce377228a0da5ab1dc3e9a3263d0164273b9afa09a43e9823886242b0c7b59c0fc4f94217d785acec8814e944c36f2d596dcc8f9 SHA512 4227136a5c4b4409c9d819da1cca5c9361fee87f1eccc3fac082fdda4516d6cae1ee3d4dca56ce29857a69cdc47f0ae90517e5f9348fe92e07e6cb703ca82466
|
||||
MISC metadata.xml 448 BLAKE2B 7fb0b2a7798c18419d3a407cd4c1853d03adfe1ec0bf7b1abc2e9ca89ceed2924dced15a46f5cd75ceab30bcff849c0a5fe916f3a2e98c5dd3ff4ef068d1ef5d SHA512 f3e79bf6ddbc29593bf429cb52b38c38ed412c977c08d162caabed3a896552db4bd321163dcff1d56cd1f2cd1cfe641e07701a7428b0966e060cb41fd01fdc42
|
31
dev-python/django-xslt/django-xslt-0.4.5-r2.ebuild
Normal file
31
dev-python/django-xslt/django-xslt-0.4.5-r2.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/django-xslt/metadata.xml
Normal file
15
dev-python/django-xslt/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
13
dev-python/django/Manifest
Normal file
13
dev-python/django/Manifest
Normal file
@ -0,0 +1,13 @@
|
||||
AUX django-1.9-bashcomp.patch 1734 BLAKE2B d65bc505e4096fd8d23619f3d76b76d66fc3e68f408906c30a1a8e97a5ef5c0c9c1b352f8c4f4acd1588c639f7b0a489a53e1dbc9763b395ce2488c463e6d5b4 SHA512 d3caa9b77d6c336e131b706411080aa129df83ac60293a2612eb268d08a6c40096b322715766801e16a641134762174ecefcf2b93698f47b022fc31421597403
|
||||
AUX django-2.0.7-bashcomp.patch 1507 BLAKE2B 8aeb494087dbccffc69ad43f370e791d9fbfb1908d45f55d5f8be01ec0f3af6b2aff591da84a06c0858fecd44180579a4647d622ef57d8235ccb4b3b80fd3a2a SHA512 5a3867b8e4f2fafe4c53a741d41e8c6e8e28a55463f7d8007afd669a04daa8b93f911e4ef8d5ad38ba300558f21ac8090b00337d0c0bfb93b2aea73a179334a4
|
||||
DIST Django-2.1.9.tar.gz 8608747 BLAKE2B d5ef1aacc30067dfe5369655eb23ea67788f22edcf8ba070944c0fb4fdf2fc3628a364d480a3d47bae0339255fb66a3bc27f11eb5f07280812ab5f57b4367c64 SHA512 1f6ad122012d898da52ce44465700d2492ef9002d5c327b25e3edfe2116b8a1143feab79751a581029664311452d52d96fe116d8817edb0ef7d7dbddfc0a5ec7
|
||||
DIST Django-2.2.1.tar.gz 8973889 BLAKE2B 890ab092807a587dbaba69fb6da7a4c53c8e976d3a4c29003549d72dd69c374640df280885a62845dda0d00f432e398747b9ed652aebbd7e3434c07e71d9a80f SHA512 661ed7352847d2167f8d3410b476cb585a269ef5d3afe0cb59cf0c9a2ea22f0572f12825368bc222f33f8c6d4c71767adade97e25b69f5a619795ccb670773e2
|
||||
DIST Django-2.2.2.tar.gz 8841523 BLAKE2B fc498c19caed7fc8766b015df3049ce325886ebcebf02a1f6618c13ea9d12dea56ad65b860f3b0dee0b6532d97e754bb8cca2c3f0a375c630c28d52a2fd62a2e SHA512 87e0a7b2d0e6d6149c746a7cd5547351ba002c6eaedac160e72544b429d41b133da5c36256a07155b7b4743969e9ff4c3ac890c9925db428117f68a67104df0f
|
||||
DIST Django-3.0.8.tar.gz 9080731 BLAKE2B b3276527c9c5eba18b380204c498ebd5724e5211640ead9e05284eb013f907ce6799125b29e2030bc37ecd5a1022e6eb3f193eca5e2c6520adef630d6d2114a9 SHA512 92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301
|
||||
DIST Django-3.1.tar.gz 9382872 BLAKE2B 31f2a45cf31f87401ac1834be81cf207ca48f720bf6d6885b774fb51f42616be1346b8ab71d6c0b605d99bc7422f27b21665729b78e00c9cc0ba9cf3e4d788f3 SHA512 31f0821966f4ebc6b2a719b69f1137a32a7228414221e8938a66c9b940465c008761bd380ba9ea603e3693d38c233d6f23afe0cbe5647eb2478844ce2d0e7fd4
|
||||
EBUILD django-2.1.9.ebuild 2485 BLAKE2B 47ce5d579f39b36b1dc93d123589cbec960f07d44e5e1b4d8544bd2206e5c6cbbb6bcc6f61aac1eb317495d4dded37d6c8966f3e1a1acb8ddbf8b788d8da36ac SHA512 53d5bb31fd48062be797223cd0d99912fa6e72732cc603a1ad9c91d1f627729b537f65f2ca85b11c9747ed517e0389c5216dddd1a2977f94e4c2658474600e28
|
||||
EBUILD django-2.2.1.ebuild 2574 BLAKE2B b55c8e7ccb6df365f593d4b376e7aead798f39ad6649c2a0ede356ad4d77184b11db3e77fdb41353cb4d7bcc7e99e2e13ec1692cf842545d9167f67f54dc606d SHA512 e1cf1c46a9b14395dd375f1e2fbd8e7870447d97939fcd7fd0d340655bd386e6fdae95899129d7bf3bce1ce8ac3324e186f16f6998801aeef15e3d54face9ea0
|
||||
EBUILD django-2.2.2.ebuild 2576 BLAKE2B 3778a76e5d14d31e0f71bcb3598e8f49924629dcf18b93e376937681bb49183933d542e16ff636a355943bcb248e5a6362b3ed5bfdcadc2ca765d4baf78d4939 SHA512 199d91750f6e97e6fd52ebc219345ff7cfa67f314d746147cf0e766f1792ba6b496f8728e7472554638f08d1f23cd87b157ce04fca69446247d300bbaf19be74
|
||||
EBUILD django-3.0.8.ebuild 2569 BLAKE2B b9588d0217647dd6bc4810dcf738e6171beef993b9c91475ef69d40dd4eae55c399dd7eb6b5052bd5e5bde595d235e6d2959953e8b726c54c839508c0128f98c SHA512 9a499bfa306e63dfb83afa4b85a096ca13ae6b613dffc4958e3f7a682b3257114036cf510e2cf6fbcccba9754a9c075266aaee9fbe0b0c6057b81705f0921c58
|
||||
EBUILD django-3.1.ebuild 2570 BLAKE2B 83ff3aa4d130dd5f4984d7d89653e1a7977b8a5b1e34bcf5beba84631e33b4eb77e684064beb48df623aeaec6d68004cbe17bfc5cfa7e9a7c43ff432ab0015e2 SHA512 dc2072ca9b73ce4fb8b12b1452b5e185f642b5dfd39fe9748e9009298da5f7a9d2def9745ef0a0b5e7448a67441a852eaa7a71bad2cf81bcada1ed9e2a29b1ba
|
||||
MISC metadata.xml 473 BLAKE2B 6cac5d67c4fe83a1e06040e023799bfccc56e9b79d53a4d3ceecd56f4ae3a6f5871c98df991111c74a1018aac26ee67e2318f1ed1f92533c44a6046adc1dcca9 SHA512 3f8475b63bcbc565f0c7f0f5a4a81aa7b35bbf08b23589a6f9282681dbb4fd5f38d893e4e18dedb12858b1e76e72d6185ef6e5dbcf40b392422a0d7d1e52d9af
|
88
dev-python/django/django-2.1.9.ebuild
Normal file
88
dev-python/django/django-2.1.9.ebuild
Normal file
@ -0,0 +1,88 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_REQ_USE='sqlite?,threads(+)'
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils
|
||||
|
||||
MY_PN="Django"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="High-level Python web framework"
|
||||
HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
|
||||
SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
# admin fonts: Roboto (media-fonts/roboto)
|
||||
LICENSE+=" Apache-2.0"
|
||||
# admin icons, jquery, xregexp.js
|
||||
LICENSE+=" MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc sqlite test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent d'loading in the doc build
|
||||
sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# Tests have non-standard assumptions about PYTHONPATH,
|
||||
# and don't work with ${BUILD_DIR}/lib.
|
||||
PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
|
||||
|| die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
newbashcomp extras/django_bash_completion ${PN}-admin
|
||||
bashcomp_alias ${PN}-admin django-admin.py
|
||||
|
||||
if use doc; then
|
||||
rm -fr docs/_build/html/_sources || die
|
||||
local HTML_DOCS=( docs/_build/html/. )
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Additional Backend support can be enabled via"
|
||||
optfeature "MySQL backend support" dev-python/mysqlclient
|
||||
optfeature "PostgreSQL backend support" dev-python/psycopg:2
|
||||
echo ""
|
||||
elog "Other features can be enhanced by"
|
||||
optfeature "GEO Django" sci-libs/gdal[geos]
|
||||
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
|
||||
optfeature "ImageField Support" dev-python/pillow
|
||||
optfeature "Password encryption" dev-python/bcrypt
|
||||
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
|
||||
}
|
91
dev-python/django/django-2.2.1.ebuild
Normal file
91
dev-python/django/django-2.2.1.ebuild
Normal file
@ -0,0 +1,91 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_REQ_USE='sqlite?,threads(+)'
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils
|
||||
|
||||
MY_PN="Django"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="High-level Python web framework"
|
||||
HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
|
||||
SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
# admin fonts: Roboto (media-fonts/roboto)
|
||||
LICENSE+=" Apache-2.0"
|
||||
# admin icons, jquery, xregexp.js
|
||||
LICENSE+=" MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc sqlite test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/python-sqlparse[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[webp,${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tblib[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent d'loading in the doc build
|
||||
sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# Tests have non-standard assumptions about PYTHONPATH,
|
||||
# and don't work with ${BUILD_DIR}/lib.
|
||||
PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
|
||||
|| die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
newbashcomp extras/django_bash_completion ${PN}-admin
|
||||
bashcomp_alias ${PN}-admin django-admin.py
|
||||
|
||||
if use doc; then
|
||||
rm -fr docs/_build/html/_sources || die
|
||||
local HTML_DOCS=( docs/_build/html/. )
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Additional Backend support can be enabled via"
|
||||
optfeature "MySQL backend support" dev-python/mysqlclient
|
||||
optfeature "PostgreSQL backend support" dev-python/psycopg:2
|
||||
echo ""
|
||||
elog "Other features can be enhanced by"
|
||||
optfeature "GEO Django" sci-libs/gdal[geos]
|
||||
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
|
||||
optfeature "ImageField Support" dev-python/pillow
|
||||
optfeature "Password encryption" dev-python/bcrypt
|
||||
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
|
||||
}
|
91
dev-python/django/django-2.2.2.ebuild
Normal file
91
dev-python/django/django-2.2.2.ebuild
Normal file
@ -0,0 +1,91 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_REQ_USE='sqlite?,threads(+)'
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils
|
||||
|
||||
MY_PN="Django"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="High-level Python web framework"
|
||||
HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
|
||||
SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
# admin fonts: Roboto (media-fonts/roboto)
|
||||
LICENSE+=" Apache-2.0"
|
||||
# admin icons, jquery, xregexp.js
|
||||
LICENSE+=" MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc sqlite test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/python-sqlparse[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[webp,${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tblib[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent d'loading in the doc build
|
||||
sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# Tests have non-standard assumptions about PYTHONPATH,
|
||||
# and don't work with ${BUILD_DIR}/lib.
|
||||
PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
|
||||
|| die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
newbashcomp extras/django_bash_completion ${PN}-admin
|
||||
bashcomp_alias ${PN}-admin django-admin.py
|
||||
|
||||
if use doc; then
|
||||
rm -fr docs/_build/html/_sources || die
|
||||
local HTML_DOCS=( docs/_build/html/. )
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Additional Backend support can be enabled via"
|
||||
optfeature "MySQL backend support" dev-python/mysqlclient
|
||||
optfeature "PostgreSQL backend support" dev-python/psycopg:2
|
||||
echo ""
|
||||
elog "Other features can be enhanced by"
|
||||
optfeature "GEO Django" sci-libs/gdal[geos]
|
||||
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
|
||||
optfeature "ImageField Support" dev-python/pillow
|
||||
optfeature "Password encryption" dev-python/bcrypt
|
||||
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
|
||||
}
|
91
dev-python/django/django-3.0.8.ebuild
Normal file
91
dev-python/django/django-3.0.8.ebuild
Normal file
@ -0,0 +1,91 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_REQ_USE='sqlite?,threads(+)'
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils
|
||||
|
||||
MY_PN="Django"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="High-level Python web framework"
|
||||
HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
|
||||
SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
# admin fonts: Roboto (media-fonts/roboto)
|
||||
LICENSE+=" Apache-2.0"
|
||||
# admin icons, jquery, xregexp.js
|
||||
LICENSE+=" MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc sqlite test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/sqlparse[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[webp,${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tblib[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent d'loading in the doc build
|
||||
sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# Tests have non-standard assumptions about PYTHONPATH,
|
||||
# and don't work with ${BUILD_DIR}/lib.
|
||||
PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
|
||||
|| die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
newbashcomp extras/django_bash_completion ${PN}-admin
|
||||
bashcomp_alias ${PN}-admin django-admin.py
|
||||
|
||||
if use doc; then
|
||||
rm -fr docs/_build/html/_sources || die
|
||||
local HTML_DOCS=( docs/_build/html/. )
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Additional Backend support can be enabled via"
|
||||
optfeature "MySQL backend support" dev-python/mysqlclient
|
||||
optfeature "PostgreSQL backend support" dev-python/psycopg:2
|
||||
echo ""
|
||||
elog "Other features can be enhanced by"
|
||||
optfeature "GEO Django" sci-libs/gdal[geos]
|
||||
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
|
||||
optfeature "ImageField Support" dev-python/pillow
|
||||
optfeature "Password encryption" dev-python/bcrypt
|
||||
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
|
||||
}
|
91
dev-python/django/django-3.1.ebuild
Normal file
91
dev-python/django/django-3.1.ebuild
Normal file
@ -0,0 +1,91 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
PYTHON_REQ_USE='sqlite?,threads(+)'
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils
|
||||
|
||||
MY_PN="Django"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="High-level Python web framework"
|
||||
HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/"
|
||||
SRC_URI="https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
# admin fonts: Roboto (media-fonts/roboto)
|
||||
LICENSE+=" Apache-2.0"
|
||||
# admin icons, jquery, xregexp.js
|
||||
LICENSE+=" MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc sqlite test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/sqlparse[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
dev-python/docutils[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[webp,${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tblib[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
# Prevent d'loading in the doc build
|
||||
sed -e '/^ "sphinx.ext.intersphinx",/d' -i docs/conf.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# Tests have non-standard assumptions about PYTHONPATH,
|
||||
# and don't work with ${BUILD_DIR}/lib.
|
||||
PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 \
|
||||
|| die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
newbashcomp extras/django_bash_completion ${PN}-admin
|
||||
bashcomp_alias ${PN}-admin django-admin.py
|
||||
|
||||
if use doc; then
|
||||
rm -fr docs/_build/html/_sources || die
|
||||
local HTML_DOCS=( docs/_build/html/. )
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Additional Backend support can be enabled via"
|
||||
optfeature "MySQL backend support" dev-python/mysqlclient
|
||||
optfeature "PostgreSQL backend support" dev-python/psycopg:2
|
||||
echo ""
|
||||
elog "Other features can be enhanced by"
|
||||
optfeature "GEO Django" sci-libs/gdal[geos]
|
||||
optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached
|
||||
optfeature "ImageField Support" dev-python/pillow
|
||||
optfeature "Password encryption" dev-python/bcrypt
|
||||
optfeature "High-level abstractions for Django forms" dev-python/django-formtools
|
||||
}
|
46
dev-python/django/files/django-1.9-bashcomp.patch
Normal file
46
dev-python/django/files/django-1.9-bashcomp.patch
Normal file
@ -0,0 +1,46 @@
|
||||
extras/django_bash_completion | 35 +----------------------------------
|
||||
1 file changed, 1 insertion(+), 34 deletions(-)
|
||||
|
||||
diff --git a/extras/django_bash_completion b/extras/django_bash_completion
|
||||
index 06a2321..abe76e5 100755
|
||||
--- a/extras/django_bash_completion
|
||||
+++ b/extras/django_bash_completion
|
||||
@@ -37,37 +37,4 @@ _django_completion()
|
||||
COMP_CWORD=$COMP_CWORD \
|
||||
DJANGO_AUTO_COMPLETE=1 $1 ) )
|
||||
}
|
||||
-complete -F _django_completion -o default django-admin.py manage.py django-admin
|
||||
-
|
||||
-_python_django_completion()
|
||||
-{
|
||||
- if [[ ${COMP_CWORD} -ge 2 ]]; then
|
||||
- local PYTHON_EXE=${COMP_WORDS[0]##*/}
|
||||
- echo $PYTHON_EXE | egrep "python([2-9]\.[0-9])?" >/dev/null 2>&1
|
||||
- if [[ $? == 0 ]]; then
|
||||
- local PYTHON_SCRIPT=${COMP_WORDS[1]##*/}
|
||||
- echo $PYTHON_SCRIPT | egrep "manage\.py|django-admin(\.py)?" >/dev/null 2>&1
|
||||
- if [[ $? == 0 ]]; then
|
||||
- COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]:1}" \
|
||||
- COMP_CWORD=$(( COMP_CWORD-1 )) \
|
||||
- DJANGO_AUTO_COMPLETE=1 ${COMP_WORDS[*]} ) )
|
||||
- fi
|
||||
- fi
|
||||
- fi
|
||||
-}
|
||||
-
|
||||
-# Support for multiple interpreters.
|
||||
-unset pythons
|
||||
-if command -v whereis &>/dev/null; then
|
||||
- python_interpreters=$(whereis python | cut -d " " -f 2-)
|
||||
- for python in $python_interpreters; do
|
||||
- [[ $python != *-config ]] && pythons="${pythons} ${python##*/}"
|
||||
- done
|
||||
- unset python_interpreters
|
||||
- pythons=$(echo $pythons | tr " " "\n" | sort -u | tr "\n" " ")
|
||||
-else
|
||||
- pythons=python
|
||||
-fi
|
||||
-
|
||||
-complete -F _python_django_completion -o default $pythons
|
||||
-unset pythons
|
||||
+complete -F _django_completion -o default django-admin.py django-admin
|
41
dev-python/django/files/django-2.0.7-bashcomp.patch
Normal file
41
dev-python/django/files/django-2.0.7-bashcomp.patch
Normal file
@ -0,0 +1,41 @@
|
||||
--- a/extras/django_bash_completion
|
||||
+++ b/extras/django_bash_completion
|
||||
@@ -37,37 +37,4 @@ _django_completion()
|
||||
COMP_CWORD=$COMP_CWORD \
|
||||
DJANGO_AUTO_COMPLETE=1 $1 ) )
|
||||
}
|
||||
-complete -F _django_completion -o default django-admin.py manage.py django-admin
|
||||
-
|
||||
-_python_django_completion()
|
||||
-{
|
||||
- if [[ ${COMP_CWORD} -ge 2 ]]; then
|
||||
- local PYTHON_EXE=${COMP_WORDS[0]##*/}
|
||||
- echo $PYTHON_EXE | egrep "python([3-9]\.[0-9])?" >/dev/null 2>&1
|
||||
- if [[ $? == 0 ]]; then
|
||||
- local PYTHON_SCRIPT=${COMP_WORDS[1]##*/}
|
||||
- echo $PYTHON_SCRIPT | egrep "manage\.py|django-admin(\.py)?" >/dev/null 2>&1
|
||||
- if [[ $? == 0 ]]; then
|
||||
- COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]:1}" \
|
||||
- COMP_CWORD=$(( COMP_CWORD-1 )) \
|
||||
- DJANGO_AUTO_COMPLETE=1 ${COMP_WORDS[*]} ) )
|
||||
- fi
|
||||
- fi
|
||||
- fi
|
||||
-}
|
||||
-
|
||||
-# Support for multiple interpreters.
|
||||
-unset pythons
|
||||
-if command -v whereis &>/dev/null; then
|
||||
- python_interpreters=$(whereis python | cut -d " " -f 2-)
|
||||
- for python in $python_interpreters; do
|
||||
- [[ $python != *-config ]] && pythons="${pythons} ${python##*/}"
|
||||
- done
|
||||
- unset python_interpreters
|
||||
- pythons=$(echo $pythons | tr " " "\n" | sort -u | tr "\n" " ")
|
||||
-else
|
||||
- pythons=python
|
||||
-fi
|
||||
-
|
||||
-complete -F _python_django_completion -o default $pythons
|
||||
-unset pythons
|
||||
+complete -F _django_completion -o default django-admin.py django-admin
|
15
dev-python/django/metadata.xml
Normal file
15
dev-python/django/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>foundation@djangoproject.com</email>
|
||||
<name>Django Software Foundation</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
7
dev-python/djangorestframework/Manifest
Normal file
7
dev-python/djangorestframework/Manifest
Normal file
@ -0,0 +1,7 @@
|
||||
DIST djangorestframework-3.10.3.tar.gz 789009 BLAKE2B 93150e20d4c5f6190add87c0fe8e954a2baad55933234c4e1d128c345bd057afaa2a4caa603bb99de800d1ddf146fc7bef0f1bf09b90d44f5073df9805502cce SHA512 bd1a8c9dd639d34f88911cee4d02252e608c26cfec5f1c96ae3250f359c6c962612bf56718cd3d74d680b3733bcc86664b94c9241cbf184984a30827c34ba4d8
|
||||
DIST djangorestframework-3.11.0.tar.gz 791688 BLAKE2B 5a3cb8a25bd400d4e030bf960d227a2cfbf4fd306b0aab6f0f6bfec4dcfa59d566c3090ab660726a15f5fc36e0c93d3163008f7a64576af91448df7d1e3f4d87 SHA512 87f02919df6a136198e6551c6d525b3cc57299581f6c098258f81d7c9096b851b9fc2af64e8ffc161178ef811f50eb0d3f068697702b73601036ea33202bbee0
|
||||
DIST djangorestframework-3.11.1.tar.gz 804357 BLAKE2B e069b7ccf60d124281f37e5533dcd28b9f4402ab7b875ff62d3c0aed72060d0ee40c5905f09225367da91a812b3be1d4bec47343b9643380c4f583ee70d8ea98 SHA512 3063441f965a98c2bdd8279d3fc300d45af032094590b097cfe31a28fdaaf1772391ae023d5229537c1f6e7ff01405e604123bf9c665cd902a26e1cf94a8785f
|
||||
EBUILD djangorestframework-3.10.3.ebuild 469 BLAKE2B 54cc48d1cc2a4cd5ea21b950d1bf3900934e7ff24c57167a3dccbb5b3a40ae045fe72ed60bf3fd3795495e313f4decb96352ca96b064278a95b03bc8b15433d9 SHA512 3f21c9748ec6b1c6bf8db5bd8306d9fbf864106d5097927aa5eed351058e7864890f2ec2c6a9cd32b97a298165e68850c1f9820f7480d25fbd409bb57c79132c
|
||||
EBUILD djangorestframework-3.11.0-r1.ebuild 470 BLAKE2B 663ca428480c3961c0f0b9cb06d959ccf0e72df1332bcaa9d221a3c569be824ed8b47bb1df4d4b964b07818ecfc9192987a29ce5ea31384703f76c16cc7bb181 SHA512 5a367fb8e3b18951abc85cabc1e9e9daba2a5f9a92564dd7162cd31756854c20d7230fd83ec432e2e31c558e2a2161a12271604e3a991cd6aafec2697429b345
|
||||
EBUILD djangorestframework-3.11.1.ebuild 725 BLAKE2B df942a8b524938061a45251db1a796a5c1988e3dc1a03cdb03d31194ad2701dca1835f237b68c87cd1cf0b3b23521db29e8b6ef20147599ec0bff877b7b1439b SHA512 83ad8dd11d70b92d712cee5cbedbc3b6f62aec52983dcadf36097cdee9a811acf0275fee78fecee8daed91776d55baf4414d4d909896cb0606702110b6769fee
|
||||
MISC metadata.xml 463 BLAKE2B 2511adeb5f2863c97988102bcf6b7845533eb0ef7483bb4ae5f0374ef97d5df7396893650151c950171eff18d00381f51f61ef768e9a3241fa63d731b5a10d40 SHA512 df506b92b73a2e1b0522cae2aa608d3406c1bdc70e53f6f45368e580f441131c2be5acd7bb88aa4bccf8b64e43cea68d55740ea67742351eb78867cb20163676
|
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Web APIs with django made easy"
|
||||
HOMEPAGE="https://www.django-rest-framework.org"
|
||||
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}]"
|
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Web APIs with django made easy"
|
||||
HOMEPAGE="https://www.django-rest-framework.org"
|
||||
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}]"
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Web APIs for Django, made easy."
|
||||
HOMEPAGE="https://www.django-rest-framework.org/ https://pypi.org/project/djangorestframework/"
|
||||
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
|
||||
}
|
15
dev-python/djangorestframework/metadata.xml
Normal file
15
dev-python/djangorestframework/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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">djangorestframework</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tom@tomchristie.com</email>
|
||||
<name>Tom Christie</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
5
dev-python/drf-yasg/Manifest
Normal file
5
dev-python/drf-yasg/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
||||
EBUILD drf-yasg-1.17.0.ebuild 965 BLAKE2B 26884e8856df2fa4b7cca61cf42803ad3dc22e8a6c84df3bef8934cea4f8a29c411b9c5b373068e142a0b2535bacef838e5b7e4b867b6270fbea6a91cf667730 SHA512 455bef90aeda0414b20577236975013a26d3e94fd8614ede9c11033a558780f7359128beba3f74d5e9b97bc376ae7289fa379f97dbfbe52e10742e49a73cdc29
|
||||
EBUILD drf-yasg-1.17.1-r1.ebuild 1237 BLAKE2B fa522fc7c6d687a68323bc24b1dcaad97f3ce963c72be40d4da4c8c053396537875afa0501c520a8e39d3d5d87ca8a5737736986a85e6185702b91e3a31253d8 SHA512 1564a013822ecd241a279463bd08ca59b2ef96dd609b130501afbbebf05ab8fb40b2fbee0c3d99c4bdcb53bd2ee6358254b63a501162caf4e2d2745d1ab10309
|
||||
MISC metadata.xml 444 BLAKE2B d80696b651cf04f1fe51392912295ee6cbf36c0c99f394a1dcd4456f60be00485fb75e1dbb4e35f36d6cf3f8be21c100000c1de8554764fa1c6f36dcdb2ab843 SHA512 ea5980c2c0532b73558f1e1e38537251241ef965e244989c2b22774cdf4ea8ff7d84742cbde2e02f65c1da5efc6fc566acdba13705a6827ba09a18da96837fd2
|
28
dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
Normal file
28
dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 )
|
||||
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}]"
|
39
dev-python/drf-yasg/drf-yasg-1.17.1-r1.ebuild
Normal file
39
dev-python/drf-yasg/drf-yasg-1.17.1-r1.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/drf-yasg/metadata.xml
Normal file
15
dev-python/drf-yasg/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
3
dev-python/graphite-api/Manifest
Normal file
3
dev-python/graphite-api/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST graphite-api-1.1.3.tar.gz 75501 BLAKE2B a343db32532f03eff126d08af53f7543d37f2951b9c623a5e1087e4e62e4beddcfa9aed05b66a4d4be77ce2e7e73b3307ee4e81ae81815e33c70fbbca75b4703 SHA512 fc220288e03c238ce9913ff3a3c8802a6a5339f5baa96246ed71159fafc738c24af6334d481f620c19ca71a043e9619d2ddff5f3be72704199a050b842b1d525
|
||||
EBUILD graphite-api-1.1.3-r1.ebuild 1025 BLAKE2B b5273b6de6a845dbeb19bfa57bd72e6bdc1933d6bf6b8768314840edbbed4af87c7fe5896de2c0798be094e9e1a7ad5f3f542d9c04b2fdf40256eeac70cf8f2b SHA512 6607267a36b75d77c78d136e24a26e05c199217aec8786c0053848e93b9f26ab08b5099123f1081ae60f7991fe2bf9864d30c20eec0ebc13493409921b28fbd3
|
||||
MISC metadata.xml 488 BLAKE2B afa3714566e3a02faf3fca1a51f45ae9bf92355754a17d9778a03a8812d74745266e3926f03d7a6493dc19655860f8f9f5861ab9138a1d3c470d97be867cb4a8 SHA512 b456b2ee4076ec2d2b0edbc360e9c4728c468bc6309f1c53414d68f43cbf9504e6b9c7e973fbe02e0c5062628b2bbde9a2fd858df961823b3b2d92f563c9bf81
|
37
dev-python/graphite-api/graphite-api-1.1.3-r1.ebuild
Normal file
37
dev-python/graphite-api/graphite-api-1.1.3-r1.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
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
|
||||
}
|
15
dev-python/graphite-api/metadata.xml
Normal file
15
dev-python/graphite-api/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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>
|
5
dev-python/icmplib/Manifest
Normal file
5
dev-python/icmplib/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST icmplib-1.1.3.tar.gz 25284 BLAKE2B 6b29a6036803ac9ac197d0dd3a0697a7d62de11582f964243c084e2011524fc5fbdcef589cd5dd1fa33d3062a9793e45803f63963935f015d07a0bc0d705137f SHA512 52287abbd33b674264fee3b5a3dd85577716a49e944bbf6612bd5298c7f4ea200e6045e0e1119f1a35debc000009bc94cf7d216ece2d5b8e0c2bac55c6166af7
|
||||
DIST icmplib-1.2.tar.gz 26446 BLAKE2B 2050e7a8e071db1a517bf4c4fc039291302fa7b5ccefe2f1247d2dec23b06c95c59d4119cec33596ba2ca355b68119e68b13fd2d3cfd352ae24092b42f64e2c7 SHA512 e9783e59744d41ac8267bc7935434132437afa48adffee5c6d295dd5b7717aba7e53f569218273a08f4409948843299706de11f2ee99d80a30e20b6f10d023fd
|
||||
EBUILD icmplib-1.1.3.ebuild 709 BLAKE2B 756812c27eed185e53689ffb92a559b962543b5987f7a080d9a7340c46b16151b44154a2e26b9845de8c8171f92388eec057be1160eb9a1d162e51b35c0319bd SHA512 22ea1800c99bf9a2e8a4cb182b7c1b24cfaef8ce54c615407ae97c509f83a18ead3a3275c69fa560c3567c54459785a2504c45cf84978053c63a99547c70a443
|
||||
EBUILD icmplib-1.2.ebuild 710 BLAKE2B a5f5c984a47ad1bc9b7dfc097caaaae50252e7cece3dd632dd94ec68c555928da9ef941f459286737cd955a44e71ff1edaafcf9b465c88e66d822d547bb2d17d SHA512 d673354d403bccbd811a5f0a72cd0b0efcf4fda528aec14f1c2111f8c16638fca3ce3ce32bdcb1d177c18f03e351d1974afd289c0ab44b1d1b1934be980d97f8
|
||||
MISC metadata.xml 456 BLAKE2B 1f4a173b886ccdd3f33c7a3e7098c13a24d6915438e36a5ae4cbac2bf68e9b5fd8bab2c8a163967d1258910420c22ab937a39a47bdfb8da711e2ab128a8af79d SHA512 a5360dfaf60219581e0597069b852724033eecec6ff4958a2dd029ba56aa0fe33790551dabfe2cd2dac7f64988d7f721009917bba7342b420083c642f6bd3494
|
30
dev-python/icmplib/icmplib-1.1.3.ebuild
Normal file
30
dev-python/icmplib/icmplib-1.1.3.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easily forge ICMP packets and make your own ping and traceroute."
|
||||
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
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
|
||||
}
|
30
dev-python/icmplib/icmplib-1.2.ebuild
Normal file
30
dev-python/icmplib/icmplib-1.2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easily forge ICMP packets and make your own ping and traceroute."
|
||||
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="${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
|
||||
}
|
15
dev-python/icmplib/metadata.xml
Normal file
15
dev-python/icmplib/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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">icmplib</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>valentin-hello@gmx.com</email>
|
||||
<name>Valentin BELYN</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
5
dev-python/ifaddr/Manifest
Normal file
5
dev-python/ifaddr/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST ifaddr-0.1.6.tar.gz 6526 BLAKE2B d30b955d42d0266a197214bbe16ff2a8b11e33b4305ae9ed128fca6719e2c86026c97b278b0abaf5f5f35f4c9b744e5b500b4a4c1783dede0ebd4aedff62803f SHA512 911f81c32e808b9e61f7e98b8c67dc9b40cb64de864843cd7239f08538c9ff7cd45c8f16428b2ce200ea5f213a539c7ed8479432e02feb5e82e917f838ee0cb6
|
||||
DIST ifaddr-0.1.7.tar.gz 9281 BLAKE2B 3f7d29b69462cbf592899f1b4035685d1e9bb4535b104e6e59b41fd51c4c2681d2502ad190dae633891aec90818bb330c1f8ea403be22d154d9e7de8a5a80dab SHA512 9a428dd6bb022c8f483b77df9e9301f96e9ba64207eda8b3956a7ca5993bfe97f222c451149851135d379db1a819c75d0834566f3b6501456b2f237b0645e300
|
||||
EBUILD ifaddr-0.1.6-r1.ebuild 565 BLAKE2B f3288800574a61009cff1ddc5a53d89604b7c7366947add1b91f4fc9cda7781b3ccd3ffe46cb67d9987c9341d1e1699849806ac1ce0d8e7cd54e990f9a11148f SHA512 16f03159dccec4363e9b8d0f32b0c8ae57121b2ba8499a261bdd5360a1a808588ee8a5b266f052df9bff2a315f509a1b0cc45c35ba911a86a4c27431e7e67f37
|
||||
EBUILD ifaddr-0.1.7.ebuild 765 BLAKE2B c75b04833b8009fa0146bd29885f58d997601d31439d10d6d2f6ea979878b4f04f334f8e6ce8cac8a1943081c3643f238933e949c5ca1fa20b2ca11123c01a1d SHA512 e5cedbf3cf0fee387960677bdc9cc59d78ac28c3483e3b7c05311355ea4cd6ce8d3cf44055721fcc6f7593bcb9b2380971a8373745724f375affff43a4e3bf0a
|
||||
MISC metadata.xml 499 BLAKE2B 0a8ef64c6a0f6a0d35df834959fbd3749528f6c4976b85e16071fde3265f794cd785cc16e665f7e91f94761b8891b8233f94253c14d2e7c40f0bf1b9c47ebe68 SHA512 23915a14bed7fac4ba5501f9c74a346ecf8d07cc1b74a03e1f50e195b607566866ac7c2da15f665ca5425027c03db7670704129d2843fc7fb753aa859a521e52
|
27
dev-python/ifaddr/ifaddr-0.1.6-r1.ebuild
Normal file
27
dev-python/ifaddr/ifaddr-0.1.6-r1.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Enumerates all IP addresses on all network adapters of the system."
|
||||
HOMEPAGE="https://github.com/pydron/ifaddr"
|
||||
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"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
py.test -v || die "Tests failed under ${EPYTHON}"
|
||||
}
|
30
dev-python/ifaddr/ifaddr-0.1.7.ebuild
Normal file
30
dev-python/ifaddr/ifaddr-0.1.7.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cross-platform network interface and IP address enumeration library"
|
||||
HOMEPAGE="https://github.com/pydron/ifaddr https://pypi.org/project/ifaddr/"
|
||||
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=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die "nosetests failed under ${EPYTHON}"
|
||||
py.test -v -v || die "py-test failed under ${EPYTHON}"
|
||||
}
|
16
dev-python/ifaddr/metadata.xml
Normal file
16
dev-python/ifaddr/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">ifaddr</remote-id>
|
||||
<docs>https://pythonhosted.org/ifaddr/</docs>
|
||||
<maintainer status="unknown">
|
||||
<email>scm@smurn.org</email>
|
||||
<name>Stefan C. Mueller</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/jinja/Manifest
Normal file
3
dev-python/jinja/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST jinja-2.10.3.tar.gz 266316 BLAKE2B 0d8c10bb866eb887fd1c88ca5c5304f46d27930d8426587185ea72c0b79b512919bd5fa75987c26e433be049fd5764fb4ec08d42a4ec5ed00510fe8051e10f5e SHA512 566b781218b533c16b107b57e0252da5947fad262fd8d3fbb134b5916939c5e5d31c95e34bd6b14eec333d2ba3b4a6faa4168497a1ac774e7044f8220ac1b06e
|
||||
EBUILD jinja-2.10.3-r2.ebuild 1621 BLAKE2B ade305796c0b1aa502aaf7e9125ba32cef014ec577a191dd7e4954abbdf04fea81e5e6e09f38d982416b48665e8354aa76b108d5354ee9d0ab9077891997071d SHA512 0aa26c8ff77926e1581d06e74e8a92e674dc4a0220201ffb142f0d5340bbf02e4deaa837ec5a76c8bc3f50a963dfe0310fb4e7ce1083428af13bef1e1ef8df62
|
||||
MISC metadata.xml 374 BLAKE2B 7d6caffa81473cac206ff3ad29cc5be6ebc22d82bd3a7eb0befec7cd65a859aa9208851237c629d0c019307986eafda5a93d2977d62f847d68dfe5d415139daf SHA512 5c3b1f608d45786b27c3bf31f04816f6a85e2cfaa44eec5a9aa21029a2e8ab26264e87f9a6faa4c44a44d718aa8186110fb4d0878655dd76d880a7173b6e5d59
|
72
dev-python/jinja/jinja-2.10.3-r2.ebuild
Normal file
72
dev-python/jinja/jinja-2.10.3-r2.ebuild
Normal file
@ -0,0 +1,72 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
DESCRIPTION="A full-featured template engine for Python"
|
||||
HOMEPAGE="https://jinja.pocoo.org/ https://pypi.org/project/Jinja2/"
|
||||
|
||||
# pypi tarball is missing tests
|
||||
SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="doc examples test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
!dev-python/jinja:compat"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
# XXX: handle Babel better?
|
||||
|
||||
wrap_opts() {
|
||||
local mydistutilsargs=()
|
||||
|
||||
if [[ ${EPYTHON} == python* ]]; then
|
||||
mydistutilargs+=( --with-debugsupport )
|
||||
fi
|
||||
|
||||
"${@}"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
wrap_opts distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C docs html
|
||||
}
|
||||
|
||||
python_test() {
|
||||
py.test || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/_build/html/. )
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc -r examples/.
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins ext/Vim/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version dev-python/Babel; then
|
||||
elog "For i18n support, please emerge dev-python/Babel."
|
||||
fi
|
||||
}
|
12
dev-python/jinja/metadata.xml
Normal file
12
dev-python/jinja/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">Jinja2</remote-id>
|
||||
<remote-id type="github">pallets/jinja</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
3
dev-python/junos-eznc/Manifest
Normal file
3
dev-python/junos-eznc/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST junos-eznc-2.5.3.tar.gz 154305 BLAKE2B 9e15c62714597fe30884a2da66f51a2b7370b2d2641f8b213eaf98d45fd2a6eb7cb2d47bb44e3c343fd46afe1e57e6c6c015917a59d23fbdf7c1d39f2f13d52d SHA512 889fad532fdaa744d7c9090ec4bb544a5fc7d3665684c98ae2fe6f12b626acef52e479b3b6677a867605798bc5956f955276f702698c9c4d56772682d468d9cb
|
||||
EBUILD junos-eznc-2.5.3.ebuild 1206 BLAKE2B 3524d3ff64a0dc59e3160ffe6ad1a4ad8f46ed7a7db76bccd3c34ec2cd56b05a29e90f7a8704c2848ff6d9c52b68f98490f3b006587397e6aa7fde7d762fc113 SHA512 21813440f859e6a029c5a32d7a0a8c9ab21a1f3333db19cd14b05ae015907dc9419509cdd889d616aedbb00a46e9c503406ac5a03cdc7e4924c2c4a8e90fa51b
|
||||
MISC metadata.xml 511 BLAKE2B 1d599970a3d1ec9073b3e74c1c43662512f934879dd517a47df54d8cd8f695701ee514c30eb76a83f396fb7d2f11c9f7846ef7c81f5a7e4dafa0b6ba9641d61f SHA512 896fb5d1b364bfc899ed0886a5564ad98beed2be6a6b3e1994a6af6025237879fc042a722c4ef3ae3125903dfd4b1eeefb9bc45f64040ac29b09d35c4b110623
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user