python-roman-numerals-py: Add package for python-sphinx
This commit is contained in:
parent
05430eaae8
commit
c73f6e026f
43
mingw-w64-python-roman-numerals-py/PKGBUILD
Normal file
43
mingw-w64-python-roman-numerals-py/PKGBUILD
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
# Maintainer: Biswapriyo Nath <nathbappai@gmail.com>
|
||||||
|
|
||||||
|
_realname=roman-numerals-py
|
||||||
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
|
pkgver=3.1.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Manipulate well-formed Roman numerals (mingw-w64)"
|
||||||
|
arch=('any')
|
||||||
|
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
|
msys2_references=(
|
||||||
|
'purl: pkg:pypi/roman-numerals-py'
|
||||||
|
)
|
||||||
|
url='https://github.com/AA-Turner/roman-numerals/tree/master/python'
|
||||||
|
license=('spdx:0BSD OR CC0-1.0')
|
||||||
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
|
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-flit-core"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-installer")
|
||||||
|
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
|
||||||
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz")
|
||||||
|
sha256sums=('be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|
||||||
|
python -m build --wheel --skip-dependency-check --no-isolation
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "python-build-${MSYSTEM}"
|
||||||
|
python -m pytest || warning "Tests failed"
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "python-build-${MSYSTEM}"
|
||||||
|
|
||||||
|
MSYS2_ARG_CONV_EXCL="--prefix=" \
|
||||||
|
python -m installer --prefix=${MINGW_PREFIX} \
|
||||||
|
--destdir="${pkgdir}" dist/*.whl
|
||||||
|
|
||||||
|
install -Dm644 LICENCE.rst "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENCE.rst"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user