From 350d69076cb3e04cd809a3776b45498a97d17139 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sat, 15 Jul 2023 14:00:26 +0200 Subject: dev-python/whitenoise version bump --- dev-python/whitenoise/Manifest | 4 ++-- dev-python/whitenoise/whitenoise-6.3.0.ebuild | 32 ------------------------- dev-python/whitenoise/whitenoise-6.5.0.ebuild | 34 +++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 34 deletions(-) delete mode 100644 dev-python/whitenoise/whitenoise-6.3.0.ebuild create mode 100644 dev-python/whitenoise/whitenoise-6.5.0.ebuild (limited to 'dev-python') diff --git a/dev-python/whitenoise/Manifest b/dev-python/whitenoise/Manifest index 6d1de44..4a91ad9 100644 --- a/dev-python/whitenoise/Manifest +++ b/dev-python/whitenoise/Manifest @@ -1,3 +1,3 @@ -DIST whitenoise-6.3.0.gh.tar.gz 55600 BLAKE2B 354d382c20412799a4739585ea3b74ba81e3361f6145140893e145ab93471c3695e53a4e1927651106c5c32f048e52aab6c6958e4200519412b2391468d19ffe SHA512 c293e003167cb7c7aa63564bc373719f066f5e1b5cceaf0c9ceb19bd95284c321d557b988599f848d097b6c3bec3e692f7d026a835060b2fea803abf38ff924f -EBUILD whitenoise-6.3.0.ebuild 689 BLAKE2B 1653950c6af65bd479501c60930b6922654b054efb48641bee6493f41f6d0cca6309d8d40fcbfb13f6f5bfd7ddd123dcda0e8e388ce6111ed2e0e7ea95e3e019 SHA512 beb422aab5d7ae72b99dddc0d863a92de9372fb6bfe5a7c7e61da7ad5376677934a0ee50c25fe3a9379978d762d2bd68eea58b25428bec2c5df5b47b3c0d6c79 +DIST whitenoise-6.5.0.gh.tar.gz 56264 BLAKE2B 809517db8f35e25935b17003925cd499f572f3b70cbb82cb82e7c5e3060939960b41e6e38db8d8e19683e4f9e30dddd1e1306abcaf09e2649933685b04430987 SHA512 2fefff9e89e05905ebacc73234a52c1c22f6c4202b354dec11177dd784f45ac6a954061659f5c3344d41a373e3fc8b911830df8a3e51326ec8a2a80d45268315 +EBUILD whitenoise-6.5.0.ebuild 733 BLAKE2B 17020f9c22e423416ba91412b5694588cce8c2c98d12d401d804b7696e41e44745e363b4240efb2293051ee1096df14bf218f49880d35b03325b10aac6b3a18b SHA512 87ccc75235f901d537afd11f55f6f9d18f918841ae59e285dbbea409af670104a4da0ce1665db84cf4e8b80d889815ecc7933da90737902a57b76f97ca576dbd MISC metadata.xml 451 BLAKE2B c9483574bd94fee26ed9dc0de6ea3e42b340035c5de0b7d6b37452c7fa2b2317283b7f926f0c8227444c1dd8245246dabea2bc1d7d312aff57133905098344bc SHA512 f3808adacefa3435da5a1e4ce97fa7089baeebb8eaad53a66dbb497b996e7005da3f316d734915ec2284480de2596f7927c34bfbaeb391277de4c9f04d45f743 diff --git a/dev-python/whitenoise/whitenoise-6.3.0.ebuild b/dev-python/whitenoise/whitenoise-6.3.0.ebuild deleted file mode 100644 index 829d09b..0000000 --- a/dev-python/whitenoise/whitenoise-6.3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Portalocker is a library to provide an easy API to file locking." -HOMEPAGE="https://github.com/evansd/whitenoise" -SRC_URI="https://github.com/evansd/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest - -DEPEND=" - dev-python/django[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - app-arch/brotli[python,${PYTHON_USEDEP}] - ) -" - -pkg_postinst() { - optfeature "brotli compression" "app-arch/brotli[python]" -} diff --git a/dev-python/whitenoise/whitenoise-6.5.0.ebuild b/dev-python/whitenoise/whitenoise-6.5.0.ebuild new file mode 100644 index 0000000..6324dd5 --- /dev/null +++ b/dev-python/whitenoise/whitenoise-6.5.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..12} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Radically simplified static file serving for Python web apps" +HOMEPAGE="https://github.com/evansd/whitenoise" +SRC_URI="https://github.com/evansd/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-python/django[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + app-arch/brotli[python,${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/furo + +pkg_postinst() { + optfeature "brotli compression" "app-arch/brotli[python]" +} -- cgit v1.2.3