* update python-editables to 0.5-5

This commit is contained in:
Alexander Baldeck 2024-12-03 22:39:38 +01:00
parent 29cc15e8dc
commit b6c31096c0
3 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,17 @@
pkgbase = python-editables
pkgdesc = Python library for creating editable wheels
pkgver = 0.5
pkgrel = 5
url = https://github.com/pfmoore/editables
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-flit-core
depends = python
source = python-editables::git+https://github.com/pfmoore/editables#commit=2331418af764ef203959327354335c431978e70d
b2sums = b61425ac20979b4e4adaf163209565076dd872a55162e37f81d87aa9f7cf24d815be65a0ae9131c627e40b35498aca356af00b50c2a18332906d75bc946acd1f
pkgname = python-editables

View File

@ -0,0 +1,3 @@
[python-editables]
source = "git"
git = "https://github.com/pfmoore/editables.git"

View File

@ -4,7 +4,7 @@
pkgname=python-editables
pkgver=0.5
pkgrel=3
pkgrel=5
pkgdesc='Python library for creating editable wheels'
arch=(any)
url='https://github.com/pfmoore/editables'
@ -19,7 +19,7 @@ makedepends=(
checkdepends=('python-pytest')
_commit='2331418af764ef203959327354335c431978e70d'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')
b2sums=('b61425ac20979b4e4adaf163209565076dd872a55162e37f81d87aa9f7cf24d815be65a0ae9131c627e40b35498aca356af00b50c2a18332906d75bc946acd1f')
pkgver() {
cd "$pkgname"