d1b4eb756a
Remove setuptools as runtime dependency since they monkey patch the entry_points to generate scripts that don't import pkg_resources.
20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'udiskie'
|
|
pkgname=udiskie
|
|
version=1.6.2
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="udiskie"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="udisks2 python3-gobject python3-yaml python3-docopt gtk+3 libnotify
|
|
python3-keyutils"
|
|
short_desc="Removable disk automounter using udisks"
|
|
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
|
homepage="https://github.com/coldfix/udiskie"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/u/udiskie/udiskie-${version}.tar.gz"
|
|
checksum=e2dc8eae7dc847953e9412f3ca31b24e477c4d7e8244ca377b1f91e4ef995f09
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|