dev-python/django-cryptography: 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:
Alarig Le Lay 2021-10-12 22:26:02 +02:00
parent 2d0e3744f4
commit 4f9c76efb7
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django-cryptography-1.0.tar.gz 31550 BLAKE2B 0c4b2e128de5a64ec0bdcd8e0d79ed77e7634457f76030eb499dc2434ea78ad6716e448e1d0bad745c30ae0ed705644e6c6394b04560e4c50cb429975ee83e01 SHA512 70a5d60167947a8bdb8881883892f265cd7783b8bda05e8df1cb5658cc60b2de9a36d287405a0e5c29ddc60898fecfe86fa874b8b6639f5ca50b73707eed2931

View File

@ -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}"

View 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>