Skip to content

Commit

Permalink
textproc/py-pyaml: Update to 23.5.8
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/mk-fg/pretty-yaml/commits/master
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 0c46fdc commit c4ec72a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions textproc/py-pyaml/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyaml
PORTVERSION= 21.10.1
PORTVERSION= 23.5.8
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,10 +11,12 @@ WWW= https://github.com/mk-fg/pretty-yaml
LICENSE= WTFPL
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-pyaml/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1643971128
SHA256 (pyaml-21.10.1.tar.gz) = c6519fee13bf06e3bb3f20cacdea8eba9140385a7c2546df5dbae4887f768383
SIZE (pyaml-21.10.1.tar.gz) = 20466
TIMESTAMP = 1684104550
SHA256 (pyaml-23.5.8.tar.gz) = 287c58ad3aca43fd6da216f42b3d89c835aa1c79301948bbd25be9a2bb71def3
SIZE (pyaml-23.5.8.tar.gz) = 20157

0 comments on commit c4ec72a

Please sign in to comment.