diff options
Diffstat (limited to 'www-servers')
| -rw-r--r-- | www-servers/gunicorn/Manifest | 3 | ||||
| -rw-r--r-- | www-servers/gunicorn/gunicorn-25.0.1.ebuild | 48 | ||||
| -rw-r--r-- | www-servers/gunicorn/gunicorn-25.0.3.ebuild (renamed from www-servers/gunicorn/gunicorn-25.0.0.ebuild) | 0 | ||||
| -rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild | 4 |
4 files changed, 3 insertions, 52 deletions
diff --git a/www-servers/gunicorn/Manifest b/www-servers/gunicorn/Manifest index 1b873aea9d46..c281a092b6b2 100644 --- a/www-servers/gunicorn/Manifest +++ b/www-servers/gunicorn/Manifest @@ -1,6 +1,5 @@ DIST gunicorn-23.0.0.gh.tar.gz 373550 BLAKE2B 5f7e74e3554e68863ac32225a95e2e83b69902013bb39f72dbcd150cb30b0698d4fbd2109d1b6e8858fe93b32f4a8aa52fa79cc7346ece769db5426c9caae840 SHA512 1304f348270134a5d9da0d6598f4878a25b3dd7ff96dc9eee1c07ec1031c03cd8bb3de42b6dedf63702588c7e482b18f88a3115e73005bbc4eaaad147d9674ba DIST gunicorn-24.0.0.gh.tar.gz 323199 BLAKE2B 434a569d4834b26a095d63310954ee722802febb84d2d7c7416fd0296cca6e0ec62277d6780bc9c1db354ecdc7721e445e0f3723818c02ff9699d57e50e62ee6 SHA512 02cae29fd534a4e28d69ce30260f2624c2e2ae1d1ac6b1c80b19cfe78692e98ffd9377da547bed69041167f0514b485fdf5608f7fc4caafa21ea65c311e68c52 DIST gunicorn-24.1.1.gh.tar.gz 336418 BLAKE2B 2c27ce0e30baddcf583f199748b34ea9f13581830d5701ee02dd0627c0a893917e2a2192a62f5f95df29abad1c03bcb224fd6a3f0ea73274acb8730cc0273e6e SHA512 7ff5c6a6a2a7bc63c069f06dce55fc8b16e7dc0c08f205bb5cb8235c8ebd27c17cc2cf0516d2ede8cb8934ab8b71dee5b9b5418d311d96613a87f919da1134b8 -DIST gunicorn-25.0.0.gh.tar.gz 525914 BLAKE2B 3475473563531c84219b02cfd6159dc48bc91d0425fa031ab230115aec3b7606a77282d47930bc0e3bb5d3c3dd1581ea6e635ee3fd937fb7389016b75f2fefa7 SHA512 fa7e921399985cac26178f2af40983853a8aa07d6aa3e64107e058cbe2cabc88b35b7728bd69a2051979f5a95ef863e5abde9bd1ca9ab9511d7157e75fd5934a -DIST gunicorn-25.0.1.gh.tar.gz 593730 BLAKE2B 2d4952d18ce8b0ad6592e1d06d3ce408fc1e8f001cd6ecc49b6c01159f8bc19d9f65d54ef423f279276cf1478cb8517c254d7a2d6d95239c22c63b9250c15e8a SHA512 f0ebc30c1c7b2de1d045ae1521faa007ca125e833fabd79e2298af05e29eaa3b595f5f01f65e10cf44f91e4447b4a28bcd822a3c88cfd44fcbaa1202434998bd DIST gunicorn-25.0.2.gh.tar.gz 599897 BLAKE2B 73df4dbcacfddc506b67da85b4282eb84c5af7cb1796f172fd90d4d5cdec8a82eb31bdb5a3f28a6bb7030da0778af52924e3582cb0de6c964655369a4c26c664 SHA512 707cdfb6f7426cfd8479dfee971a9fb9d4ead49f24957343e5712ebf3433c0127e96bb7f67f9180bec6ba545e756b58b62e9713b85f078b06029eeeed7b44b1d +DIST gunicorn-25.0.3.gh.tar.gz 601510 BLAKE2B df96a93777fcea00e3a5e19a0f17bafd66033d4be10a0f0ce01bdbd7f2a71342325586c4542f18b563fb827b7838134c75ff5230e7d38a2a9b7bca0e9631f36a SHA512 346de034424a972f32f8005cc2602adc848c1d73b76ffcd3f11b734b457f552b58c5864f999d4d6126d08764ae7d4bf2bd7d98877eaa81e6287c23d8bf429d28 diff --git a/www-servers/gunicorn/gunicorn-25.0.1.ebuild b/www-servers/gunicorn/gunicorn-25.0.1.ebuild deleted file mode 100644 index addcf98a3c96..000000000000 --- a/www-servers/gunicorn/gunicorn-25.0.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 - -DESCRIPTION="A WSGI HTTP Server for UNIX" -HOMEPAGE=" - https://gunicorn.org/ - https://github.com/benoitc/gunicorn/ - https://pypi.org/project/gunicorn/ -" -SRC_URI=" - https://github.com/benoitc/gunicorn/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/h2-4.1.0[${PYTHON_USEDEP}] - dev-python/httpx[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-asyncio ) -distutils_enable_tests pytest - -python_test() { - local EPYTEST_IGNORE=( - # removed deps - tests/workers/test_geventlet.py - tests/workers/test_ggevent.py - ) - - epytest -o addopts= -} diff --git a/www-servers/gunicorn/gunicorn-25.0.0.ebuild b/www-servers/gunicorn/gunicorn-25.0.3.ebuild index addcf98a3c96..addcf98a3c96 100644 --- a/www-servers/gunicorn/gunicorn-25.0.0.ebuild +++ b/www-servers/gunicorn/gunicorn-25.0.3.ebuild diff --git a/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild b/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild index 7535bf380fa7..44a705e84c17 100644 --- a/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -89,7 +89,7 @@ src_configure() { } src_test() { - epytest '-opython_files=test_python*.py' + use python && epytest '-opython_files=test_python*.py' } src_install() { |
