mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-yaml: update to 6.0.2.
This commit is contained in:
parent
2437282fab
commit
c96c7048c1
2 changed files with 4 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -81,7 +81,7 @@
|
|
||||||
with_cython = True
|
|
||||||
try:
|
|
||||||
from Cython.Distutils.extension import Extension as _Extension
|
|
||||||
- from Cython.Distutils import build_ext as _build_ext
|
|
||||||
+ from Cython.Distutils.old_build_ext import old_build_ext as _build_ext
|
|
||||||
with_cython = True
|
|
||||||
except ImportError:
|
|
||||||
if with_cython:
|
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-yaml'
|
# Template file for 'python3-yaml'
|
||||||
pkgname=python3-yaml
|
pkgname=python3-yaml
|
||||||
version=6.0.1
|
version=6.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="libyaml-devel python3-devel"
|
makedepends="libyaml-devel python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="YAML parser and emitter for Python 3"
|
short_desc="YAML parser and emitter for Python 3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/yaml/pyyaml"
|
homepage="https://github.com/yaml/pyyaml"
|
||||||
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyyaml/pyyaml-${version}.tar.gz"
|
||||||
checksum=bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43
|
checksum=d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue