python-ntplib: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 21:21:53 +07:00
parent d4cb9cd743
commit c0e3f24a62
3 changed files with 14 additions and 27 deletions

View file

@ -1,26 +0,0 @@
# Template file for 'python-ntplib'
pkgname=python-ntplib
version=0.3.3
revision=4
archs=noarch
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() {
archs=noarch
depends="python3"
pycompile_module="ntplib.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-ntplib

View file

@ -0,0 +1,14 @@
# Template file for 'python3-ntplib'
pkgname=python3-ntplib
version=0.3.3
revision=5
build_style=python3-module
wrksrc="ntplib-${version}"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Simple interface to query NTP servers from Python3"
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"