pkgsrc-WIP-changes archive

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

clean wip: remove py-towncrie



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

Removed Files:
	py-towncrie/DESCR
	py-towncrie/Makefile
	py-towncrie/PLIST
	py-towncrie/distinfo

Log Message:
clean wip: remove py-towncrie

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

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 deletions(-)

diffs:
diff --git a/py-towncrie/DESCR b/py-towncrie/DESCR
deleted file mode 100644
index b90b088b56..0000000000
--- a/py-towncrie/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index fe1ca614f3..0000000000
--- a/py-towncrie/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $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
deleted file mode 100644
index ee70f4b279..0000000000
--- a/py-towncrie/PLIST
+++ /dev/null
@@ -1,58 +0,0 @@
-@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
deleted file mode 100644
index 6545ba97d5..0000000000
--- a/py-towncrie/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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