27 lines
732 B
Bash
27 lines
732 B
Bash
# Template file for 'python-ntplib'
|
|
pkgname=python-ntplib
|
|
version=0.3.3
|
|
revision=3
|
|
noarch=yes
|
|
build_style=python-module
|
|
wrksrc="ntplib-${version}"
|
|
pycompile_module="ntplib.py"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
short_desc="A simple interface to query NTP servers from Python2"
|
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
|
license="MIT"
|
|
homepage="http://code.google.com/archive/p/ntplib/"
|
|
distfiles="${PYPI_SITE}/n/ntplib/ntplib-${version}.tar.gz"
|
|
checksum="c4621b64d50be9461d9bd9a71ba0b4af06fbbf818bbd483752d95c1a4e273ede"
|
|
|
|
python3-ntplib_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="ntplib.py"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|