mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 06:55:09 +02:00
14 lines
496 B
Bash
14 lines
496 B
Bash
# 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"
|