* update python-sphinx-alabaster-theme to 1.0.0-1
This commit is contained in:
parent
b88de7ea86
commit
342dd1a85a
17
python/python-sphinx-alabaster-theme/.SRCINFO
Normal file
17
python/python-sphinx-alabaster-theme/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
||||
pkgbase = python-sphinx-alabaster-theme
|
||||
pkgdesc = Light, configurable Sphinx theme
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/sphinx-doc/alabaster
|
||||
arch = any
|
||||
license = BSD-3-Clause
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-flit-core
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
source = git+https://github.com/sphinx-doc/alabaster.git#tag=1.0.0
|
||||
b2sums = 896b353747c9c1de8f8f4d89c16dc3a89fb9dcce0e9182308011e38183c239bb7d4655e281ce791fddc0bffe72ba938cc9ac0182621f798f62b2f51a8b2e4c55
|
||||
|
||||
pkgname = python-sphinx-alabaster-theme
|
3
python/python-sphinx-alabaster-theme/.nvchecker.toml
Normal file
3
python/python-sphinx-alabaster-theme/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-sphinx-alabaster-theme]
|
||||
source = "git"
|
||||
git = "https://github.com/sphinx-doc/alabaster.git"
|
@ -5,22 +5,22 @@
|
||||
|
||||
_name=alabaster
|
||||
pkgname=python-sphinx-alabaster-theme
|
||||
pkgver=0.7.16
|
||||
pkgrel=2
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Light, configurable Sphinx theme'
|
||||
arch=(any)
|
||||
url=https://github.com/sphinx-doc/alabaster
|
||||
license=('BSD-3-Clause')
|
||||
depends=('python')
|
||||
license=(BSD-3-Clause)
|
||||
depends=(python)
|
||||
makedepends=(
|
||||
'git'
|
||||
'python-build'
|
||||
'python-flit-core'
|
||||
'python-installer'
|
||||
'python-wheel'
|
||||
git
|
||||
python-build
|
||||
python-flit-core
|
||||
python-installer
|
||||
python-wheel
|
||||
)
|
||||
source=("git+$url.git#tag=$pkgver")
|
||||
b2sums=('e67e311364df98595eac9320d894e628ca78a73ce49864984c788b1926294d9a805932b2e22e6b6d0330865f1eb308f042a8084c21374df540885bd25e3258b5')
|
||||
b2sums=('896b353747c9c1de8f8f4d89c16dc3a89fb9dcce0e9182308011e38183c239bb7d4655e281ce791fddc0bffe72ba938cc9ac0182621f798f62b2f51a8b2e4c55')
|
||||
|
||||
build() {
|
||||
cd $_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user