pkgsrc-WIP-changes archive

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

urlwatch: Use egg.mk since urlwatch uses setuptools.



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Feb 5 21:14:04 2016 +0200
Changeset:	8abc7ca282f3d8b3cad6244038910991607e4b6b

Modified Files:
	urlwatch/Makefile
	urlwatch/PLIST

Log Message:
urlwatch: Use egg.mk since urlwatch uses setuptools.

Thank you Thomas!

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

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

diffstat:
 urlwatch/Makefile |  2 +-
 urlwatch/PLIST    | 50 +++++++++++++++++++++++++-------------------------
 2 files changed, 26 insertions(+), 26 deletions(-)

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index 737fa3d..9861a78 100644
--- a/urlwatch/Makefile
+++ b/urlwatch/Makefile
@@ -25,5 +25,5 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/urlwatch/PLIST b/urlwatch/PLIST
index ab334d5..3b97245 100644
--- a/urlwatch/PLIST
+++ b/urlwatch/PLIST
@@ -1,41 +1,41 @@
 @comment $NetBSD$
 bin/urlwatch
-man/man1/urlwatch.1
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/urlwatch/__init__.py
-${PYSITELIB}/urlwatch/__init__.pyc
 ${PYSITELIB}/urlwatch/__init__.pyo
-${PYSITELIB}/urlwatch/filters.py
-${PYSITELIB}/urlwatch/filters.pyc
+${PYSITELIB}/urlwatch/__init__.pyc
 ${PYSITELIB}/urlwatch/filters.pyo
-${PYSITELIB}/urlwatch/handler.py
-${PYSITELIB}/urlwatch/handler.pyc
+${PYSITELIB}/urlwatch/filters.pyc
 ${PYSITELIB}/urlwatch/handler.pyo
-${PYSITELIB}/urlwatch/html2txt.py
-${PYSITELIB}/urlwatch/html2txt.pyc
+${PYSITELIB}/urlwatch/handler.pyc
 ${PYSITELIB}/urlwatch/html2txt.pyo
-${PYSITELIB}/urlwatch/ical2txt.py
-${PYSITELIB}/urlwatch/ical2txt.pyc
+${PYSITELIB}/urlwatch/html2txt.pyc
 ${PYSITELIB}/urlwatch/ical2txt.pyo
-${PYSITELIB}/urlwatch/jobs.py
-${PYSITELIB}/urlwatch/jobs.pyc
+${PYSITELIB}/urlwatch/ical2txt.pyc
 ${PYSITELIB}/urlwatch/jobs.pyo
-${PYSITELIB}/urlwatch/mailer.py
-${PYSITELIB}/urlwatch/mailer.pyc
+${PYSITELIB}/urlwatch/jobs.pyc
 ${PYSITELIB}/urlwatch/mailer.pyo
-${PYSITELIB}/urlwatch/reporters.py
-${PYSITELIB}/urlwatch/reporters.pyc
+${PYSITELIB}/urlwatch/mailer.pyc
 ${PYSITELIB}/urlwatch/reporters.pyo
-${PYSITELIB}/urlwatch/storage.py
-${PYSITELIB}/urlwatch/storage.pyc
+${PYSITELIB}/urlwatch/reporters.pyc
 ${PYSITELIB}/urlwatch/storage.pyo
-${PYSITELIB}/urlwatch/util.py
-${PYSITELIB}/urlwatch/util.pyc
+${PYSITELIB}/urlwatch/storage.pyc
 ${PYSITELIB}/urlwatch/util.pyo
+${PYSITELIB}/urlwatch/util.pyc
+${PYSITELIB}/urlwatch/filters.py
+${PYSITELIB}/urlwatch/handler.py
+${PYSITELIB}/urlwatch/html2txt.py
+${PYSITELIB}/urlwatch/ical2txt.py
+${PYSITELIB}/urlwatch/jobs.py
+${PYSITELIB}/urlwatch/mailer.py
+${PYSITELIB}/urlwatch/reporters.py
+${PYSITELIB}/urlwatch/storage.py
+${PYSITELIB}/urlwatch/util.py
+man/man1/urlwatch.1
 share/doc/urlwatch/README.md
 share/urlwatch/examples/hooks.py.example
 share/urlwatch/examples/urls.yaml.example


Home | Main Index | Thread Index | Old Index