From 59081164b1f2ba02dd526ee95718e214b862ae42 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 12 Oct 2021 22:42:47 +0200 Subject: [PATCH] dev-python/django-db-file-storage: New package Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay --- dev-python/django-db-file-storage/Manifest | 1 + .../django-db-file-storage-0.5.5.ebuild | 22 +++++++++++++++++++ .../django-db-file-storage/metadata.xml | 10 +++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/django-db-file-storage/Manifest create mode 100644 dev-python/django-db-file-storage/django-db-file-storage-0.5.5.ebuild create mode 100644 dev-python/django-db-file-storage/metadata.xml diff --git a/dev-python/django-db-file-storage/Manifest b/dev-python/django-db-file-storage/Manifest new file mode 100644 index 0000000..b540b93 --- /dev/null +++ b/dev-python/django-db-file-storage/Manifest @@ -0,0 +1 @@ +DIST django-db-file-storage-0.5.5.tar.gz 7887 BLAKE2B 9055afccdad91812ba31143e5afededd0b1a6cc6941c19ea5a63f55c006b07a16ad85a617333a6955de1fc3b1cfe5f0b1d7c5249d4c29512aa65ebfa49f26288 SHA512 ffa519f733853d22a642d20f971b1ae1b79953137da08773c92a5c2568373757a7c3eef72f11db6d2e12355b56b3e76b93362a53800e1115ce669aee264a83d3 diff --git a/dev-python/django-db-file-storage/django-db-file-storage-0.5.5.ebuild b/dev-python/django-db-file-storage/django-db-file-storage-0.5.5.ebuild new file mode 100644 index 0000000..0910f9d --- /dev/null +++ b/dev-python/django-db-file-storage/django-db-file-storage-0.5.5.ebuild @@ -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}" diff --git a/dev-python/django-db-file-storage/metadata.xml b/dev-python/django-db-file-storage/metadata.xml new file mode 100644 index 0000000..4b13309 --- /dev/null +++ b/dev-python/django-db-file-storage/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + + + django-cacheops + +