* update python-sphinxcontrib-devhelp to 2.0.0-2
This commit is contained in:
parent
357b7e93ba
commit
b791f189e2
18
python/python-sphinxcontrib-devhelp/.SRCINFO
Normal file
18
python/python-sphinxcontrib-devhelp/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = python-sphinxcontrib-devhelp
|
||||
pkgdesc = Sphinx extension which outputs Devhelp document
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 2
|
||||
url = https://github.com/sphinx-doc/sphinxcontrib-devhelp
|
||||
arch = any
|
||||
license = BSD-2-Clause
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-sphinx
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-flit-core
|
||||
makedepends = python-installer
|
||||
depends = python
|
||||
source = git+https://github.com/sphinx-doc/sphinxcontrib-devhelp.git#tag=2.0.0
|
||||
b2sums = eb855351bc390f6d7e481720bd6fb31ff59dc75bcaa131e8bf14edae820857600b9222b6105cea6a7740c8bc05d0ef4c2f815bf30099ddeda474d069c12ae0b4
|
||||
|
||||
pkgname = python-sphinxcontrib-devhelp
|
3
python/python-sphinxcontrib-devhelp/.nvchecker.toml
Normal file
3
python/python-sphinxcontrib-devhelp/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-sphinxcontrib-devhelp]
|
||||
source = "git"
|
||||
git = "https://github.com/sphinx-doc/sphinxcontrib-devhelp.git"
|
@ -3,17 +3,25 @@
|
||||
|
||||
pkgname=python-sphinxcontrib-devhelp
|
||||
_name=${pkgname#python-}
|
||||
pkgver=1.0.6
|
||||
pkgrel=3
|
||||
pkgver=2.0.0
|
||||
pkgrel=2
|
||||
pkgdesc='Sphinx extension which outputs Devhelp document'
|
||||
arch=(any)
|
||||
url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
|
||||
license=('BSD-2-Clause')
|
||||
depends=('python')
|
||||
makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
|
||||
checkdepends=('python-pytest' 'python-sphinx')
|
||||
license=(BSD-2-Clause)
|
||||
depends=(python)
|
||||
makedepends=(
|
||||
git
|
||||
python-build
|
||||
python-flit-core
|
||||
python-installer
|
||||
)
|
||||
checkdepends=(
|
||||
python-pytest
|
||||
python-sphinx
|
||||
)
|
||||
source=("git+$url.git#tag=$pkgver")
|
||||
b2sums=('66e147517361ff330ca58b4762962121307658c3df7093e3059f96910215d3addaaa9d4fde8480589cccff553db00cbaa958ace66958e5b44cec49dc407047dd')
|
||||
b2sums=('eb855351bc390f6d7e481720bd6fb31ff59dc75bcaa131e8bf14edae820857600b9222b6105cea6a7740c8bc05d0ef4c2f815bf30099ddeda474d069c12ae0b4')
|
||||
|
||||
build() {
|
||||
cd "$_name"
|
||||
@ -22,7 +30,7 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "$_name"
|
||||
pytest
|
||||
PYTHONPATH="sphinxcontrib/devhelp:$PYTHONPATH" pytest
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user