main/py3-monotonic: remove

available in stdlib since python 3.3
This commit is contained in:
ptrcnull 2022-03-03 08:09:02 +01:00 committed by alice
parent 0fb988f87e
commit 76ec09bf40

View File

@ -1,29 +0,0 @@
# Contributor: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
# Maintainer: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
pkgname=py3-monotonic
pkgver=1.6
pkgrel=1
pkgdesc="Provides a clock which never goes backwards"
url="https://github.com/atdt/monotonic/"
arch="noarch"
license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools"
source="monotonic-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz"
builddir="$srcdir/monotonic-$pkgver"
build() {
python3 setup.py build
}
check() {
python3 setup.py check
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18 monotonic-1.6.tar.gz
"