pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/markdown2social py-markdown2social: convert t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a720fa8a62e2
branches: trunk
changeset: 371550:a720fa8a62e2
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 20:38:01 2022 +0000
description:
py-markdown2social: convert to egg.mk
diffstat:
textproc/markdown2social/Makefile | 5 +++--
textproc/markdown2social/PLIST | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 292f3426abc8 -r a720fa8a62e2 textproc/markdown2social/Makefile
--- a/textproc/markdown2social/Makefile Mon Jan 10 20:37:22 2022 +0000
+++ b/textproc/markdown2social/Makefile Mon Jan 10 20:38:01 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2021/11/01 21:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/10 20:38:01 wiz Exp $
DISTNAME= markdown2social-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:M=/markdown2social/}
MASTER_SITES+= ${MASTER_SITE_GITHUB:=jmmv/markdown2social/releases/download/${DISTNAME}/}
@@ -16,6 +17,6 @@
PYTHON_VERSIONS_ACCEPTED= 27
PYTHON_VERSIONED_DEPENDENCIES+= markdown
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 292f3426abc8 -r a720fa8a62e2 textproc/markdown2social/PLIST
--- a/textproc/markdown2social/PLIST Mon Jan 10 20:37:22 2022 +0000
+++ b/textproc/markdown2social/PLIST Mon Jan 10 20:38:01 2022 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/15 14:32:25 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:38:01 wiz Exp $
bin/markdown2social
-${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/markdown2social/__init__.py
${PYSITELIB}/markdown2social/__init__.pyc
${PYSITELIB}/markdown2social/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index