mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-11 15:26:50 +02:00
main/py3-monotonic: remove
available in stdlib since python 3.3
This commit is contained in:
parent
0fb988f87e
commit
76ec09bf40
@ -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
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user