mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
Merge updates from master
This commit is contained in:
@@ -24,6 +24,7 @@ RDEPEND="
|
|||||||
' python3_{10..11})
|
' python3_{10..11})
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
dev-python/cython[${PYTHON_USEDEP}]
|
||||||
test? (
|
test? (
|
||||||
dev-db/postgresql[server]
|
dev-db/postgresql[server]
|
||||||
dev-python/uvloop[${PYTHON_USEDEP}]
|
dev-python/uvloop[${PYTHON_USEDEP}]
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
DIST gay-1.2.8.tar.gz 5240 BLAKE2B 1166566319706c0f44f487b1c58be07363cdc8d0c9e0b61a9debb47d8684072d06da1ef2593cb4bd178d43ab2059eaff7559ee0a2db57e39cc0e2772c9fa4d6f SHA512 b2666b468d6fb6183bc1546769d58d9596529c2f4df58a2dcaa56f319ee1fbc16f6106efbe51128e15dd60c5a34a1f85423e98b4263aed6bee907dc923854e46
|
|
||||||
DIST gay-1.2.9.tar.gz 5961 BLAKE2B b3e6ec98cb6aee8fc44c4b9618f589f5a6f5900ae08537428f5bd8c354672e351dde45ac40ccf39ee02f21865ba7eb0abae43a310f70782f168ccd7de14d1939 SHA512 fb882696dee76f33e24af5cd75f8a16d96947a49ec28e2203b1306a7dc069a92c31114cce72414e8dd4d931a5daf67429952012a7ea1bd623d7a29365b253bb3
|
DIST gay-1.2.9.tar.gz 5961 BLAKE2B b3e6ec98cb6aee8fc44c4b9618f589f5a6f5900ae08537428f5bd8c354672e351dde45ac40ccf39ee02f21865ba7eb0abae43a310f70782f168ccd7de14d1939 SHA512 fb882696dee76f33e24af5cd75f8a16d96947a49ec28e2203b1306a7dc069a92c31114cce72414e8dd4d931a5daf67429952012a7ea1bd623d7a29365b253bb3
|
||||||
|
DIST gay-1.3.4.tar.gz 6370 BLAKE2B ebb01afceb26dfb6a4e112db471b9ab8214b16ef416fc96c7e79aaeaae74a9c1c490846c6a29bb224f20800b2f72a1b39eac846800044122b2a8ffe412ad3e60 SHA512 87f416e99b06f83c2480150121c275fc33918f0b551f63002be962b36bee65f40f7dcc9d8ba3fe35a7b3b20a9f1998d36345057851627a620779efb32a829d91
|
||||||
|
|||||||
@@ -1,14 +1,17 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} pypy3 )
|
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Colour your text / terminal to be more gay"
|
DESCRIPTION="Colour your text / terminal to be more gay"
|
||||||
HOMEPAGE="https://pypi.org/project/gay/ https://github.com/ms-jpq/gay"
|
HOMEPAGE="
|
||||||
|
https://pypi.org/project/gay/
|
||||||
|
https://github.com/ms-jpq/gay
|
||||||
|
"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
Reference in New Issue
Block a user