New package: python-ntplib-0.3.3
This commit is contained in:
parent
25fe1ce40d
commit
1435315d93
2 changed files with 25 additions and 0 deletions
24
srcpkgs/python-ntplib/template
Normal file
24
srcpkgs/python-ntplib/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'python-ntplib'
|
||||
pkgname=python-ntplib
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=python-module
|
||||
wrksrc="ntplib-${version}"
|
||||
noarch=yes
|
||||
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"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
1
srcpkgs/python3-ntplib
Symbolic link
1
srcpkgs/python3-ntplib
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-ntplib
|
Loading…
Reference in a new issue