Compare commits
10 commits
e2d1dbb260
...
8dc5456b37
Author | SHA1 | Date | |
---|---|---|---|
8dc5456b37 | |||
6ceac2dcd1 | |||
cec81a4f01 | |||
|
74624f2dbb | ||
|
6226843b5c | ||
|
c7e94a8d07 | ||
|
1486dd79ba | ||
|
68a1a04bb1 | ||
|
0b5069d996 | ||
|
70822f4cca |
4 changed files with 54 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
pkgbase = nodejs-less
|
||||
pkgdesc = A standalone compiler for the LESS CSS language.
|
||||
pkgver = 4.2.0
|
||||
pkgver = 4.2.2
|
||||
pkgrel = 1
|
||||
url = http://lesscss.org/
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
makedepends = npm
|
||||
depends = nodejs
|
||||
provides = lessc=4.2.0
|
||||
provides = lessc=4.2.2
|
||||
conflicts = lessc
|
||||
replaces = lessc
|
||||
source = https://registry.npmjs.org/less/-/less-4.2.0.tgz
|
||||
sha256sums = 45a9c7dd34bf354a6c27ff61fcb2afc1c15dcce704b62c6e48f77b4ad53f9531
|
||||
source = https://registry.npmjs.org/less/-/less-4.2.2.tgz
|
||||
sha256sums = e0fdc8b941db3168ed9ec36a8cf1ea7b74ac404037852222dc30f7a9d07b88a4
|
||||
|
||||
pkgname = nodejs-less
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com
|
||||
|
||||
pkgname=nodejs-less
|
||||
pkgver=4.2.0
|
||||
pkgver=4.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="A standalone compiler for the LESS CSS language."
|
||||
arch=('any')
|
||||
|
@ -14,7 +14,7 @@ conflicts=('lessc')
|
|||
provides=("lessc=$pkgver")
|
||||
replaces=('lessc')
|
||||
source=("https://registry.npmjs.org/less/-/less-$pkgver.tgz")
|
||||
sha256sums=('45a9c7dd34bf354a6c27ff61fcb2afc1c15dcce704b62c6e48f77b4ad53f9531')
|
||||
sha256sums=('e0fdc8b941db3168ed9ec36a8cf1ea7b74ac404037852222dc30f7a9d07b88a4')
|
||||
|
||||
package() {
|
||||
npm install -g --prefix "$pkgdir"/usr --cache "${srcdir}/npm-cache" "$srcdir"/less-$pkgver.tgz
|
||||
|
|
21
python-schwifty/.SRCINFO
Normal file
21
python-schwifty/.SRCINFO
Normal file
|
@ -0,0 +1,21 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2025.1.0
|
||||
pkgrel = 1
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-hatchling
|
||||
makedepends = python-hatch-vcs
|
||||
depends = python>=3.9
|
||||
depends = python-iso3166
|
||||
depends = python-pycountry
|
||||
depends = python-rstr
|
||||
optdepends = python-pydantic>=2.0: data validation
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2025.1.0.tar.gz
|
||||
sha256sums = f492f3cbea3beb1fe0bf11a89075e6e413a5f500ee1afdb29a124a9a89b1a2ca
|
||||
|
||||
pkgname = python-schwifty
|
27
python-schwifty/PKGBUILD
Normal file
27
python-schwifty/PKGBUILD
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Maintainer: Richard PALO <richard.palo@free.fr>
|
||||
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
|
||||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2025.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
license=('MIT')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling' 'python-hatch-vcs')
|
||||
optdepends=('python-pydantic>=2.0: data validation')
|
||||
depends=('python>=3.9' 'python-iso3166' 'python-pycountry' 'python-rstr')
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||
sha256sums=('f492f3cbea3beb1fe0bf11a89075e6e413a5f500ee1afdb29a124a9a89b1a2ca')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
install -Dm644 "${srcdir}/${_name}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
Loading…
Add table
Reference in a new issue