mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
python-watchdog: noarch=yes
This commit is contained in:
parent
f9f15ad3dc
commit
3151002c76
1 changed files with 6 additions and 5 deletions
|
@ -1,25 +1,26 @@
|
||||||
# Template file for 'python-watchdog'
|
# Template file for 'python-watchdog'
|
||||||
pkgname=python-watchdog
|
pkgname=python-watchdog
|
||||||
version=0.8.3
|
version=0.8.3
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="watchdog-${version}"
|
wrksrc="watchdog-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="watchdog"
|
pycompile_module="watchdog"
|
||||||
alternatives="watchdog:watchmedo:/usr/bin/watchmedo2"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
depends="python-setuptools python-yaml python-argh python-pathtools"
|
||||||
depends="python-yaml python-argh python-pathtools"
|
|
||||||
short_desc="Python2 API and shell utilities to monitor file system events"
|
short_desc="Python2 API and shell utilities to monitor file system events"
|
||||||
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
||||||
homepage="http://github.com/gorakhargosh/watchdog"
|
homepage="http://github.com/gorakhargosh/watchdog"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
|
||||||
checksum=7e65882adb7746039b6f3876ee174952f8eaaa34491ba34333ddf1fe35de4162
|
checksum=7e65882adb7746039b6f3876ee174952f8eaaa34491ba34333ddf1fe35de4162
|
||||||
|
alternatives="watchdog:watchmedo:/usr/bin/watchmedo2"
|
||||||
|
|
||||||
python3-watchdog_package() {
|
python3-watchdog_package() {
|
||||||
|
noarch=yes
|
||||||
pycompile_module="watchdog"
|
pycompile_module="watchdog"
|
||||||
alternatives="watchdog:watchmedo:/usr/bin/watchmedo3"
|
alternatives="watchdog:watchmedo:/usr/bin/watchmedo3"
|
||||||
depends="python3-yaml python3-argh python3-pathtools"
|
depends="python3-setuptools python3-yaml python3-argh python3-pathtools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue