pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-towncrie, import py-towncrie-19.2.0
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Nov 3 23:43:31 2020 +0100
Changeset: 78d5353a02fbb3322b9f63c449fb0a5c907d2ce9
Added Files:
py-towncrie/DESCR
py-towncrie/Makefile
py-towncrie/PLIST
py-towncrie/distinfo
Log Message:
wip/py-towncrie, import py-towncrie-19.2.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78d5353a02fbb3322b9f63c449fb0a5c907d2ce9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-towncrie/DESCR | 5 +++++
py-towncrie/Makefile | 21 +++++++++++++++++++
py-towncrie/PLIST | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
py-towncrie/distinfo | 6 ++++++
4 files changed, 90 insertions(+)
diffs:
diff --git a/py-towncrie/DESCR b/py-towncrie/DESCR
new file mode 100644
index 0000000000..b90b088b56
--- /dev/null
+++ b/py-towncrie/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-towncrie/Makefile b/py-towncrie/Makefile
new file mode 100644
index 0000000000..fe1ca614f3
--- /dev/null
+++ b/py-towncrie/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-towncrie/PLIST b/py-towncrie/PLIST
new file mode 100644
index 0000000000..ee70f4b279
--- /dev/null
+++ b/py-towncrie/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-towncrie/distinfo b/py-towncrie/distinfo
new file mode 100644
index 0000000000..6545ba97d5
--- /dev/null
+++ b/py-towncrie/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