Skip to content

Commit

Permalink
py-readme_renderer: update to 42.0.
Browse files Browse the repository at this point in the history
42.0 (2023-09-07)
-----------------

- Migrate from ``bleach`` to ``nh3`` (#295)
- Migrate from ``setup.py`` to ``pyproject.toml``
  • Loading branch information
0-wiz-0 committed Nov 5, 2023
1 parent c108558 commit 2c499ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
13 changes: 5 additions & 8 deletions textproc/py-readme_renderer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2023/08/24 20:15:11 wiz Exp $
# $NetBSD: Makefile,v 1.13 2023/11/05 01:07:23 wiz Exp $

DISTNAME= readme_renderer-41.0
DISTNAME= readme_renderer-42.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/readme_renderer/}
Expand All @@ -10,17 +10,14 @@ HOMEPAGE= https://github.com/pypa/readme_renderer
COMMENT= Library for rendering "readme" descriptions for Warehouse
LICENSE= apache-2.0

DEPENDS+= ${PYPKGPREFIX}-bleach>=2.1.0:../../www/py-bleach
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.13.1:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.5.1:../../textproc/py-pygments
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-nh3>=0:../../www/py-nh3

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
15 changes: 6 additions & 9 deletions textproc/py-readme_renderer/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2022/09/11 16:15:16 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/readme_renderer/__about__.py
${PYSITELIB}/readme_renderer/__about__.pyc
${PYSITELIB}/readme_renderer/__about__.pyo
@comment $NetBSD: PLIST,v 1.3 2023/11/05 01:07:23 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/readme_renderer/__init__.py
${PYSITELIB}/readme_renderer/__init__.pyc
${PYSITELIB}/readme_renderer/__init__.pyo
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-readme_renderer/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2023/08/24 20:15:11 wiz Exp $
$NetBSD: distinfo,v 1.11 2023/11/05 01:07:23 wiz Exp $

BLAKE2s (readme_renderer-41.0.tar.gz) = 46b8f71147148ed24ec088db1716612a598b1829dbc606ecf03747f597cb47a4
SHA512 (readme_renderer-41.0.tar.gz) = 1c40084d75b864d942ea698efdae44ae33046bcdd1515afc78274ae1c5c3a921e19fe709feef1c6e7c1b14a26a1e2fc0c02e16e8476611a036a3e74f50dbea44
Size (readme_renderer-41.0.tar.gz) = 32420 bytes
BLAKE2s (readme_renderer-42.0.tar.gz) = c299f1b4f92f3ce44c215c19d9fe17664a29891746fb7193f90c4dfa03dee2e0
SHA512 (readme_renderer-42.0.tar.gz) = 76d78fb2d92faa581679691feeb3cec50ef518417c6c1f187527209ac995f549b4de4b38c7449d1e4dfa7b93d30bfd599db7d01e5e5228c00a24261b0421ce66
Size (readme_renderer-42.0.tar.gz) = 31532 bytes

0 comments on commit 2c499ff

Please sign in to comment.