pkgsrc-WIP-changes archive

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

fix pkg: renamed py-towncrie to py-towncrier



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Nov 4 00:16:11 2020 +0100
Changeset:	9f0af88d9161da7101e40dd85480d14e07c87546

Added Files:
	py-towncrier/DESCR
	py-towncrier/Makefile
	py-towncrier/PLIST
	py-towncrier/distinfo

Log Message:
fix pkg: renamed py-towncrie to py-towncrier

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f0af88d9161da7101e40dd85480d14e07c87546

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

diffstat:
 py-towncrier/DESCR    |  5 +++++
 py-towncrier/Makefile | 21 +++++++++++++++++++
 py-towncrier/PLIST    | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-towncrier/distinfo |  6 ++++++
 4 files changed, 90 insertions(+)

diffs:
diff --git a/py-towncrier/DESCR b/py-towncrier/DESCR
new file mode 100644
index 0000000000..b90b088b56
--- /dev/null
+++ b/py-towncrier/DESCR
@@ -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
diff --git a/py-towncrier/Makefile b/py-towncrier/Makefile
new file mode 100644
index 0000000000..fe1ca614f3
--- /dev/null
+++ b/py-towncrier/Makefile
@@ -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@localhost
+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"
diff --git a/py-towncrier/PLIST b/py-towncrier/PLIST
new file mode 100644
index 0000000000..ee70f4b279
--- /dev/null
+++ b/py-towncrier/PLIST
@@ -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
diff --git a/py-towncrier/distinfo b/py-towncrier/distinfo
new file mode 100644
index 0000000000..6545ba97d5
--- /dev/null
+++ b/py-towncrier/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index