pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatch-fancy-pypi-readme



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  5 14:10:42 UTC 2022

Added Files:
        pkgsrc/devel/py-hatch-fancy-pypi-readme: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR \
    pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile \
    pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST \
    pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR
diff -u /dev/null pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR:1.1
--- /dev/null   Mon Sep  5 14:10:42 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/DESCR       Mon Sep  5 14:10:41 2022
@@ -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.
Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile
diff -u /dev/null pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile:1.1
--- /dev/null   Mon Sep  5 14:10:42 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/Makefile    Mon Sep  5 14:10:41 2022
@@ -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"
Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST
diff -u /dev/null pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST:1.1
--- /dev/null   Mon Sep  5 14:10:42 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/PLIST       Mon Sep  5 14:10:41 2022
@@ -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
Index: pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo
diff -u /dev/null pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo:1.1
--- /dev/null   Mon Sep  5 14:10:42 2022
+++ pkgsrc/devel/py-hatch-fancy-pypi-readme/distinfo    Mon Sep  5 14:10:41 2022
@@ -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