dev-python/aioconsole: remove olds, cleanup, enable pytest

This commit is contained in:
2022-10-15 18:30:50 +02:00
committed by Andreas Billmeier
parent 48f0dff04b
commit 9dd69e99c3
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
DIST aioconsole-0.5.1.tar.gz 28396 BLAKE2B 8a9f9b89f7b0c1111974648887787d8de89079a19041471fdf34daca8d8d78acab0711eb286e822f141022dbe1a4b8e03e825441e2e011d63f88655eed8cb92e SHA512 c8ac64eed9f6b9af576b3ef24abb3b13be5ef6c5258cf59349495359a1d5620eaf5768766549c1fa034904c96a2144368722e38192a934e9687fc4eccb16f8be
EBUILD aioconsole-0.5.1.ebuild 838 BLAKE2B 635796edbe3d093a5f148e35b938d6d06099f9d3cb142a2d9b684a3f39ac8cb5e448cda89481b58c388d347ec615f23410968a362351697bdebb4654d9f21010 SHA512 faaa9b6cf61af785ea187b7c747d2126e023ac6c89483076b0db316879d9e096489be9f4de8297923fdbf0becb7c40de9aebd4a4948f3eb6f607d192dd085547
EBUILD aioconsole-0.5.1.ebuild 869 BLAKE2B 03cbb05ab1c423af2b16674d935bb5ee432889727becf2f0147873e95535ae9654e59494dee8b28a903ebd8a28c104ea3ab9e7440339dc69027368d90e5df899 SHA512 52648ff3073d4475a4409f9ab602a3551d15763d669cf50ce1ee8a006953ff0f5c4ed4d72832d8f3630746036569db5ec2bd359e1ba28586ff73f652e4ba5194
MISC metadata.xml 508 BLAKE2B bb9703b286417807c4af1da96602efd71085b179a38592c2e75039c6f9be9e0b74a64e0f31a527e179ffddfff2599f1300ed38ba9b9303816cc866bd7d44c7eb SHA512 20d3de4c6aaed8e94952906fca2c585bb84e839edf18203e3d37dd8e3c3ec55ebc6b072a96aee172bb331a6e56e00ae93e0fcf02a90dec9f861c03e4bc738c2f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest