* update python-editables to 0.5-5
This commit is contained in:
parent
29cc15e8dc
commit
b6c31096c0
17
python/python-editables/.SRCINFO
Normal file
17
python/python-editables/.SRCINFO
Normal 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
|
3
python/python-editables/.nvchecker.toml
Normal file
3
python/python-editables/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-editables]
|
||||
source = "git"
|
||||
git = "https://github.com/pfmoore/editables.git"
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user