py-manuel: updated to 1.12.4

1.12.4 (2022-06-24)

- Remove silly PyPI version badge.


1.12.3 (2022-06-24)

- Modernize internal project structure; drop tox; no user-visible changes (hopefully).
- Rework coverage badge generation.
- Drop Travis CI badge (the project is using GitHub for CI now)


1.11.2 (2022-05-15)

Fix missing file in release.


1.11.1 (2022-05-14)

Fix brown-bag release.


1.11.0 (2022-05-14)

- Fix test detection in Python 2 which was broken since 1.10.0.
- Add Python 3.9 and 3.10 to tox config.
- Add a Makefile to centeralized development activities.
This commit is contained in:
adam 2024-01-12 18:50:34 +00:00
parent ad27e34e8b
commit b4b0e2ebae
3 changed files with 24 additions and 18 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:59 wiz Exp $
# $NetBSD: Makefile,v 1.4 2024/01/12 18:50:34 adam Exp $
DISTNAME= manuel-1.10.1
DISTNAME= manuel-1.12.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/manuel/}
@ -11,13 +10,14 @@ HOMEPAGE= https://github.com/benji-york/manuel
COMMENT= Build tested documentation
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2019/02/12 09:10:31 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2024/01/12 18:50:34 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/manuel/README.txt
${PYSITELIB}/manuel/__init__.py
${PYSITELIB}/manuel/__init__.pyc
@ -33,6 +32,13 @@ ${PYSITELIB}/manuel/index.txt
${PYSITELIB}/manuel/isolation.py
${PYSITELIB}/manuel/isolation.pyc
${PYSITELIB}/manuel/isolation.pyo
${PYSITELIB}/manuel/myst-markdown.md
${PYSITELIB}/manuel/myst/__init__.py
${PYSITELIB}/manuel/myst/__init__.pyc
${PYSITELIB}/manuel/myst/__init__.pyo
${PYSITELIB}/manuel/myst/codeblock.py
${PYSITELIB}/manuel/myst/codeblock.pyc
${PYSITELIB}/manuel/myst/codeblock.pyo
${PYSITELIB}/manuel/table-example.txt
${PYSITELIB}/manuel/testcase.py
${PYSITELIB}/manuel/testcase.pyc

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:23:07 nia Exp $
$NetBSD: distinfo,v 1.4 2024/01/12 18:50:34 adam Exp $
BLAKE2s (manuel-1.10.1.tar.gz) = dc9ebe9faa1aad1084df15609e6af4983d2b346a9b38811eb33f009e619ad568
SHA512 (manuel-1.10.1.tar.gz) = 39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
Size (manuel-1.10.1.tar.gz) = 42142 bytes
BLAKE2s (manuel-1.12.4.tar.gz) = ffcef0751b131c3d55f562ca0d06127e35be58475ee9d1833fc1a9224b5b92ef
SHA512 (manuel-1.12.4.tar.gz) = cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633
Size (manuel-1.12.4.tar.gz) = 45369 bytes