mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
28 lines
869 B
Plaintext
28 lines
869 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=py3-korean-lunar-calendar
|
|
pkgver=0.3.1
|
|
pkgrel=2
|
|
pkgdesc="Libraries to convert Korean lunar-calendar to Gregorian calendar"
|
|
url="https://github.com/usingsky/korean_lunar_calendar_py"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="python3"
|
|
makedepends="py3-setuptools"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://pypi.python.org/packages/source/k/korean_lunar_calendar/korean_lunar_calendar-$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
builddir="$srcdir/korean_lunar_calendar-$pkgver"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
c717ec43cbdb11042b0f4a523a75f9dbe9d0269a4b35b80b8ef2e98bc6b6da506cc495f10bfd564a178016431fcaa0d898b0f60c7936c6fa65f38cd8446518c8 korean_lunar_calendar-0.3.1.tar.gz
|
|
"
|