dev-python/django-db-file-storage: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
4f9c76efb7
commit
59081164b1
1
dev-python/django-db-file-storage/Manifest
Normal file
1
dev-python/django-db-file-storage/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST django-db-file-storage-0.5.5.tar.gz 7887 BLAKE2B 9055afccdad91812ba31143e5afededd0b1a6cc6941c19ea5a63f55c006b07a16ad85a617333a6955de1fc3b1cfe5f0b1d7c5249d4c29512aa65ebfa49f26288 SHA512 ffa519f733853d22a642d20f971b1ae1b79953137da08773c92a5c2568373757a7c3eef72f11db6d2e12355b56b3e76b93362a53800e1115ce669aee264a83d3
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Custom FILE_STORAGE for Django"
|
||||||
|
HOMEPAGE="https://pypi.org/project/django-db-file-storage/
|
||||||
|
https://github.com/victor-o-silva/"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-python/django[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
10
dev-python/django-db-file-storage/metadata.xml
Normal file
10
dev-python/django-db-file-storage/metadata.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?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>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">django-cacheops</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue