pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hatch-fancy-pypi-readme py-hatch-fancy-pypi-r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6af58e185262
branches:  trunk
changeset: 384818:6af58e185262
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 05 14:10:41 2022 +0000

description:
py-hatch-fancy-pypi-readme: added version 22.3.0

hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about
the first impression of their project’s PyPI landing page. It allows you to
define your PyPI project description in terms of concatenated fragments that
are based on static strings, files, and most importantly: parts of files
defined using cut-off points or regular expressions.

diffstat:

 devel/py-hatch-fancy-pypi-readme/DESCR    |   5 ++++
 devel/py-hatch-fancy-pypi-readme/Makefile |  34 +++++++++++++++++++++++++++++++
 devel/py-hatch-fancy-pypi-readme/PLIST    |  28 +++++++++++++++++++++++++
 devel/py-hatch-fancy-pypi-readme/distinfo |   5 ++++
 4 files changed, 72 insertions(+), 0 deletions(-)

diffs (88 lines):

diff -r 9c70ac5bb0c6 -r 6af58e185262 devel/py-hatch-fancy-pypi-readme/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/DESCR    Mon Sep 05 14:10:41 2022 +0000
@@ -0,0 +1,5 @@
+hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about
+the first impression of their project’s PyPI landing page. It allows you to
+define your PyPI project description in terms of concatenated fragments that
+are based on static strings, files, and most importantly: parts of files
+defined using cut-off points or regular expressions.
diff -r 9c70ac5bb0c6 -r 6af58e185262 devel/py-hatch-fancy-pypi-readme/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/Makefile Mon Sep 05 14:10:41 2022 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2022/09/05 14:10:41 adam Exp $
+
+DISTNAME=      hatch_fancy_pypi_readme-22.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatch-fancy-pypi-readme/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hynek/hatch-fancy-pypi-readme
+COMMENT=       Fancy PyPI READMEs with Hatch
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} hatch-fancy-pypi-readme hatch-fancy-pypi-readme-${PYVERSSUFFIX} || ${TRUE}
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9c70ac5bb0c6 -r 6af58e185262 devel/py-hatch-fancy-pypi-readme/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/PLIST    Mon Sep 05 14:10:41 2022 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/05 14:10:41 adam Exp $
+bin/hatch-fancy-pypi-readme-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/license_files/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE.txt
+${PYSITELIB}/hatch_fancy_pypi_readme/__init__.py
+${PYSITELIB}/hatch_fancy_pypi_readme/__init__.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/__main__.py
+${PYSITELIB}/hatch_fancy_pypi_readme/__main__.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/_builder.py
+${PYSITELIB}/hatch_fancy_pypi_readme/_builder.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/_cli.py
+${PYSITELIB}/hatch_fancy_pypi_readme/_cli.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/_config.py
+${PYSITELIB}/hatch_fancy_pypi_readme/_config.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/_fragments.py
+${PYSITELIB}/hatch_fancy_pypi_readme/_fragments.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/exceptions.py
+${PYSITELIB}/hatch_fancy_pypi_readme/exceptions.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/hooks.py
+${PYSITELIB}/hatch_fancy_pypi_readme/hooks.pyc
+${PYSITELIB}/hatch_fancy_pypi_readme/py.typed
diff -r 9c70ac5bb0c6 -r 6af58e185262 devel/py-hatch-fancy-pypi-readme/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatch-fancy-pypi-readme/distinfo Mon Sep 05 14:10:41 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/05 14:10:41 adam Exp $
+
+BLAKE2s (hatch_fancy_pypi_readme-22.3.0.tar.gz) = b221a624f0db096806e037b9eef863df1e60184c390fbf9f230a7b7fcaeefc3f
+SHA512 (hatch_fancy_pypi_readme-22.3.0.tar.gz) = e28a680091f747662df0ef634bfd069cf8ad0501e03911cdf0252713cc68bf3b5e95a22a242b9d8c095692158d61559433be55c33262384a851430c113c42e34
+Size (hatch_fancy_pypi_readme-22.3.0.tar.gz) = 22301 bytes


Home | Main Index | Thread Index | Old Index