mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
dev-python/inotify: more fixes
This commit is contained in:
parent
9a7782f1cc
commit
e04545d7d1
2 changed files with 3 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
DIST inotify-0.2.10.tar.gz 18774 BLAKE2B 51b35541d70d8855b7b5a2d52abf8d1667334a02cb1623d30f7f74ca8a15dc5f70728b465dae91cca687a94b485eba1caf8e0735387cbb3ff0d15ad95d97f693 SHA512 1c8e78e1787f30d8dd0fae73b02f03c0b89f7feab3ab122bff56d7e7bcb2f752da6f167731b2d60b179a696d8ed935b8071587c873d9f8618869f6615f316d5f
|
||||
DIST inotify-0.2.10.gh.tar.gz 18774 BLAKE2B 51b35541d70d8855b7b5a2d52abf8d1667334a02cb1623d30f7f74ca8a15dc5f70728b465dae91cca687a94b485eba1caf8e0735387cbb3ff0d15ad95d97f693 SHA512 1c8e78e1787f30d8dd0fae73b02f03c0b89f7feab3ab122bff56d7e7bcb2f752da6f167731b2d60b179a696d8ed935b8071587c873d9f8618869f6615f316d5f
|
||||
|
|
|
|||
|
|
@ -9,14 +9,13 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="an efficient and elegant inotify"
|
||||
HOMEPAGE="https://github.com/dsoprea/PyInotify"
|
||||
SRC_URI="https://github.com/dsoprea/PyInotify/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/dsoprea/PyInotify/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
S="${WORKDIR}/PyInotify-${PV}"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
S="${WORKDIR}/PyInotify-${PV}"
|
||||
|
||||
# I enabled the tests, and they don't work.
|
||||
# The package works, aside from being dead for 4 years, and I use it.
|
||||
# So the tests will stay disabled.
|
||||
|
|
|
|||
Loading…
Reference in a new issue