dev-python/social-auth-app-django: add 5.4.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e38f82a5a3
commit
6f611e9ea9
@ -1,3 +1,5 @@
|
||||
DIST social-auth-app-django-5.4.1.tar.gz 25250 BLAKE2B 440a5ef42de753a31b4ee64f6ccc70c3db2cec5a8b6f05161fb108c5a04ac83844e17a8785739f444750570ef57982a8658267de417d3fada13ae559aa922c08 SHA512 d53b92230e202ba897189d543864f22cdb6c17813662d3e2a251fe49c3861df3e3fc75f2f92da91c7a02937d46015455b7effbf3f9d29ae7f8ce401656fe723a
|
||||
DIST social-auth-app-django-5.4.2.tar.gz 25431 BLAKE2B 2af93a3d32f2c38504ed12ba803461704e30e565ef23ba678f171e9b457f3d64a97757df9a19a40f7cce23180b608672fc126981adac04b110fd06d690fd02e9 SHA512 f4b3ddf97047ed14254484c7415e090082bb58aae480d3c58c1bf685d95ae583b915cbb1a385a5ed185e2f01e0dd64a6da17632744e823de814f3af034ad3b18
|
||||
EBUILD social-auth-app-django-5.4.1.ebuild 658 BLAKE2B 98963fe8b9e31316af27d933e9f24b89f836a0e9a185c7a9ea251b7bfa30b4156b64eddb70747b2aa135cdbc89da1861ac50af4413d1118a4ad7f05849d4a562 SHA512 ad0d6201585c92be3e26e85480631c5aa7c2b3c445f3e364a7d31e2386a0b47d7c65e9d8fc2fb5af188279591ce81d251c6c29d1f0209421cec155c566071a51
|
||||
EBUILD social-auth-app-django-5.4.2.ebuild 658 BLAKE2B 98963fe8b9e31316af27d933e9f24b89f836a0e9a185c7a9ea251b7bfa30b4156b64eddb70747b2aa135cdbc89da1861ac50af4413d1118a4ad7f05849d4a562 SHA512 ad0d6201585c92be3e26e85480631c5aa7c2b3c445f3e364a7d31e2386a0b47d7c65e9d8fc2fb5af188279591ce81d251c6c29d1f0209421cec155c566071a51
|
||||
MISC metadata.xml 550 BLAKE2B aaa2f1c9f71a24c71d9a4d5636a37e5b581a8435ae063b3eb871568d75010e056000b96c569e96bc1dc6b755c9ae0ffcd26093ced8b09e909f24010964d8325c SHA512 8d9676d7cf9f8eb3db83982a6fd170c19d193ba5427b57ac2352566f5ed130b7468c5781a3f023d745966bde441740bac3979c352bf8dab53b8caf26d6f1d2a2
|
||||
|
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python Social Authentication, Django integration."
|
||||
HOMEPAGE="https://github.com/python-social-auth/social-app-django https://pypi.org/project/social-auth-app-django/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/social-auth-core-4.4.1[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user