dev-python/asyncinotify: new package, add 4.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-22 10:30:32 +02:00 committed by Andreas Billmeier
parent fc2cb02c89
commit 628f2754e4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST asyncinotify-4.0.2.tar.gz 18200 BLAKE2B 8813a1e3f7f33a585cb7bd859288322f60d9c1452636b41e929ef7a5a81cce4f881d04a3c2f9e723365624c7444618b869a4f74c289b3ab4175d076c62bb072d SHA512 d7b992620a330273e84b59935bdcec00c13c677c61dc9439e8794dea79c6fc34dd4b4eb9df2b35e2e90ad1592ce0b73e6a1cc6b75b4f8ff8d7b36814d47b588d
EBUILD asyncinotify-4.0.2.ebuild 685 BLAKE2B 0501cab72ae83ef2f0bbbd5951ec4a826139f2f19403969abd4fb619984a8cdabe97a811a3d7203d90c05798b7a16096db6e19e71613e26ed4f804a65b354076 SHA512 760b6dfc0d8b98b01f85bd0cf5b1f157be079a753787437fc937df2fb3fbf10db4332a38901e43deec9e157631000c67148890f2f29a2f74078ddf44ceb80802
MISC metadata.xml 537 BLAKE2B 8d8692099181d3a95988f1a92099b10c7751c0ac4d99fb1b77c2375cfb7380f8ff7dd4b6735347c5b04cde7ed66ece1db7c018999c38fa0993a1e9d0293981be SHA512 66afe1c32fff239580b07c7ea2bc2ba23d578895b4c20909373f74e3e720ef9e49c129b5319d0dd5c92b688f723de7e673b677464a85591a53a741909a6e4956

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi
DESCRIPTION="A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features"
HOMEPAGE="https://github.com/absperf/asyncinotify/ https://pypi.org/project/asyncinotify/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">asyncinotify</remote-id>
<remote-id type="github">absperf/asyncinotify</remote-id>
<maintainer status="unknown">
<email>tcr@absolute-performance.com</email>
<name>"Taylor C. Richberger"</name>
</maintainer>
</upstream>
</pkgmetadata>