mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pyasynchat: Bump to 1.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST pyasynchat-1.0.4.tar.gz 9747 BLAKE2B e38edd9e35ce31f9015b934a5d4edb96053ff239978359f13e5b74ac9b8160029556207f79a199d82085882e80d88fc8033f9085f986b48dfaa50de780576197 SHA512 d36eb16770637a311d56fe22229de5a3cdfa699ae64fbafcdd5ce9acd43270b90813fe56db14528083ee1803a43d958d0b3b6616e0bbf907a4dd4a563981a278
|
||||
DIST pyasynchat-1.0.5.tar.gz 9959 BLAKE2B 43c91e8ad4f3320ece2fb88bc79db06a6206a624169cdeff361f6ad5cc5c2147db7423f02833197a3b1a05456bff62e21af632e6f9371f1f05ee4cdea9207053 SHA512 bc6d49c52f9c1823c07da768b360a60eac38c97dc1f1501226dde56b2431de959c30b430f90c67dab2e0c2ef5d2c885d0abf28599360fdb362645aa09bd08011
|
||||
DIST pyasynchat-1.0.5.tar.gz.provenance 9420 BLAKE2B 435c36a6f23dc55c06626a1482a5d185bc4844045722f8a6eb6b35591468280404d833ff6e1a0f4ea22fd0b7a2e597d9fa583b9f63992432f9fb1ca95cb8ac84 SHA512 ed1c31a116564741a4f5140fd6752ff269ff52bca0ca05cf906e1700326e02e7c9ec1cb84c5c05df7d83bfea6998feef637a84a443a30ef6042239ea7f094f2e
|
||||
|
||||
37
dev-python/pyasynchat/pyasynchat-1.0.5.ebuild
Normal file
37
dev-python/pyasynchat/pyasynchat-1.0.5.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2024-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_VERIFY_REPO=https://github.com/simonrob/pyasynchat
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Make asynchat available for Python 3.12 onwards"
|
||||
HOMEPAGE="
|
||||
https://github.com/simonrob/pyasynchat/
|
||||
https://pypi.org/project/pyasynchat/
|
||||
"
|
||||
|
||||
LICENSE="PSF-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pyasyncore-1.0.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/test[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
eunittest tests
|
||||
}
|
||||
Reference in New Issue
Block a user