From 4f9c76efb798e5acedb675e2b9596861e95883da Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 12 Oct 2021 22:26:02 +0200 Subject: [PATCH] dev-python/django-cryptography: New package Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay --- dev-python/django-cryptography/Manifest | 1 + .../django-cryptography-1.0.ebuild | 23 +++++++++++++++++++ dev-python/django-cryptography/metadata.xml | 10 ++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-python/django-cryptography/Manifest create mode 100644 dev-python/django-cryptography/django-cryptography-1.0.ebuild create mode 100644 dev-python/django-cryptography/metadata.xml diff --git a/dev-python/django-cryptography/Manifest b/dev-python/django-cryptography/Manifest new file mode 100644 index 0000000..9ddeb7e --- /dev/null +++ b/dev-python/django-cryptography/Manifest @@ -0,0 +1 @@ +DIST django-cryptography-1.0.tar.gz 31550 BLAKE2B 0c4b2e128de5a64ec0bdcd8e0d79ed77e7634457f76030eb499dc2434ea78ad6716e448e1d0bad745c30ae0ed705644e6c6394b04560e4c50cb429975ee83e01 SHA512 70a5d60167947a8bdb8881883892f265cd7783b8bda05e8df1cb5658cc60b2de9a36d287405a0e5c29ddc60898fecfe86fa874b8b6639f5ca50b73707eed2931 diff --git a/dev-python/django-cryptography/django-cryptography-1.0.ebuild b/dev-python/django-cryptography/django-cryptography-1.0.ebuild new file mode 100644 index 0000000..251debf --- /dev/null +++ b/dev-python/django-cryptography/django-cryptography-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Easily encrypt data in Django" +HOMEPAGE="https://pypi.org/project/django-cryptography/ +https://github.com/georgemarshall/django-cryptography" +SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-python/cryptography-2.0[${PYTHON_USEDEP}] + >=dev-python/django-3.0[${PYTHON_USEDEP}] +" + +RDEPEND="${DEPEND}" diff --git a/dev-python/django-cryptography/metadata.xml b/dev-python/django-cryptography/metadata.xml new file mode 100644 index 0000000..4b13309 --- /dev/null +++ b/dev-python/django-cryptography/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + + + django-cacheops + +