fix pkg: renamed py-towncrie to py-towncrier

This commit is contained in:
K.I.A.Derouiche 2020-11-04 00:16:11 +01:00
parent 80934effaa
commit 9f0af88d91
4 changed files with 90 additions and 0 deletions

5
py-towncrier/DESCR Normal file
View File

@ -0,0 +1,5 @@
towncrier is a utility to produce useful, summarised news
files for your project. Rather than reading the Git history
as some newer tools to produce it, or having one single file
which developers all write to, towncrier reads news fragments
which contain information useful to end users

21
py-towncrier/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD$
DISTNAME= towncrier-19.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/towncrier/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/hawkowl/towncrier
COMMENT= Building newsfiles for your project
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-incremental>=17.5.0:../../devel/py-incremental
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11.2:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.2:../../textproc/py-toml
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

58
py-towncrier/PLIST Normal file
View File

@ -0,0 +1,58 @@
@comment $NetBSD$
bin/towncrier
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/towncrier/__init__.py
${PYSITELIB}/towncrier/__init__.pyc
${PYSITELIB}/towncrier/__init__.pyo
${PYSITELIB}/towncrier/__main__.py
${PYSITELIB}/towncrier/__main__.pyc
${PYSITELIB}/towncrier/__main__.pyo
${PYSITELIB}/towncrier/_builder.py
${PYSITELIB}/towncrier/_builder.pyc
${PYSITELIB}/towncrier/_builder.pyo
${PYSITELIB}/towncrier/_git.py
${PYSITELIB}/towncrier/_git.pyc
${PYSITELIB}/towncrier/_git.pyo
${PYSITELIB}/towncrier/_project.py
${PYSITELIB}/towncrier/_project.pyc
${PYSITELIB}/towncrier/_project.pyo
${PYSITELIB}/towncrier/_settings.py
${PYSITELIB}/towncrier/_settings.pyc
${PYSITELIB}/towncrier/_settings.pyo
${PYSITELIB}/towncrier/_version.py
${PYSITELIB}/towncrier/_version.pyc
${PYSITELIB}/towncrier/_version.pyo
${PYSITELIB}/towncrier/_writer.py
${PYSITELIB}/towncrier/_writer.pyc
${PYSITELIB}/towncrier/_writer.pyo
${PYSITELIB}/towncrier/check.py
${PYSITELIB}/towncrier/check.pyc
${PYSITELIB}/towncrier/check.pyo
${PYSITELIB}/towncrier/templates/template.rst
${PYSITELIB}/towncrier/test/__init__.py
${PYSITELIB}/towncrier/test/__init__.pyc
${PYSITELIB}/towncrier/test/__init__.pyo
${PYSITELIB}/towncrier/test/test_check.py
${PYSITELIB}/towncrier/test/test_check.pyc
${PYSITELIB}/towncrier/test/test_check.pyo
${PYSITELIB}/towncrier/test/test_cli.py
${PYSITELIB}/towncrier/test/test_cli.pyc
${PYSITELIB}/towncrier/test/test_cli.pyo
${PYSITELIB}/towncrier/test/test_format.py
${PYSITELIB}/towncrier/test/test_format.pyc
${PYSITELIB}/towncrier/test/test_format.pyo
${PYSITELIB}/towncrier/test/test_project.py
${PYSITELIB}/towncrier/test/test_project.pyc
${PYSITELIB}/towncrier/test/test_project.pyo
${PYSITELIB}/towncrier/test/test_settings.py
${PYSITELIB}/towncrier/test/test_settings.pyc
${PYSITELIB}/towncrier/test/test_settings.pyo
${PYSITELIB}/towncrier/test/test_write.py
${PYSITELIB}/towncrier/test/test_write.pyc
${PYSITELIB}/towncrier/test/test_write.pyo

6
py-towncrier/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (towncrier-19.2.0.tar.gz) = d8f8b97da4dc7f38b7624c8722db71dcf6484fd5
RMD160 (towncrier-19.2.0.tar.gz) = 8d52b9b09c273ef5ad04662c7e68504ebcc9ef31
SHA512 (towncrier-19.2.0.tar.gz) = 729cb0830b87d9ae7c630b50341b42eeb4b3e624785fbdcf529f69631e90d39e35457d874fd6248d1798b2f03dfc04c1a58397b67084d2cc9024a055a84e5b75
Size (towncrier-19.2.0.tar.gz) = 20250 bytes