diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-13 16:23:54 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-13 16:23:54 +0200 |
commit | 7d5a5fdb162191097fb56cced9023bf869c25b57 (patch) | |
tree | 0abaa064feb8c680146753156d2f0e85d313ad1f /www-servers | |
parent | app-shells/bash: drop unused multilib inherit, tidy up ebuild (diff) | |
download | gentoo-7d5a5fdb162191097fb56cced9023bf869c25b57.tar.gz gentoo-7d5a5fdb162191097fb56cced9023bf869c25b57.tar.bz2 gentoo-7d5a5fdb162191097fb56cced9023bf869c25b57.zip |
www-servers/gunicorn-20.1.0: update the comment about PyPI tarballs
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gunicorn/gunicorn-20.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild b/www-servers/gunicorn/gunicorn-20.1.0.ebuild index 70043f376eef..af9eb8b6ff34 100644 --- a/www-servers/gunicorn/gunicorn-20.1.0.ebuild +++ b/www-servers/gunicorn/gunicorn-20.1.0.ebuild @@ -10,7 +10,8 @@ inherit distutils-r1 optfeature DESCRIPTION="A WSGI HTTP Server for UNIX" HOMEPAGE="https://gunicorn.org https://pypi.org/project/gunicorn https://github.com/benoitc/gunicorn" -# Not on PyPI yet as of 2021-03-15 +# Tagged on GitHub on 2021-02-12 yet only got posted on PyPI on 2021-03-27, two weeks +# before this ebuild got published. Will likely switch back to PyPI come next release. SRC_URI="https://github.com/benoitc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT PSF-2 doc? ( BSD )" |