Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 91D2C1A9239 for ; Mon, 10 Jan 2022 20:38:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFF0984E79; Mon, 10 Jan 2022 20:38:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 042EC84D31 for ; Mon, 10 Jan 2022 20:38:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id myGANdSYDpvn for ; Mon, 10 Jan 2022 20:38:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F34C84CFD for ; Mon, 10 Jan 2022 20:38:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D1D7FB24; Mon, 10 Jan 2022 20:38:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164184708130620" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 20:38:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/markdown2social To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110203801.7D1D7FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164184708130620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 20:38:01 UTC 2022 Modified Files: pkgsrc/textproc/markdown2social: Makefile PLIST Log Message: py-markdown2social: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/markdown2social/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/markdown2social/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164184708130620 Content-Disposition: inline Content-Length: 1569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/markdown2social/Makefile diff -u pkgsrc/textproc/markdown2social/Makefile:1.10 pkgsrc/textproc/markdown2social/Makefile:1.11 --- pkgsrc/textproc/markdown2social/Makefile:1.10 Mon Nov 1 21:05:56 2021 +++ pkgsrc/textproc/markdown2social/Makefile Mon Jan 10 20:38:01 2022 @@ -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 @@ USE_LANGUAGES= # none 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" Index: pkgsrc/textproc/markdown2social/PLIST diff -u pkgsrc/textproc/markdown2social/PLIST:1.2 pkgsrc/textproc/markdown2social/PLIST:1.3 --- pkgsrc/textproc/markdown2social/PLIST:1.2 Fri Jan 15 14:32:25 2016 +++ pkgsrc/textproc/markdown2social/PLIST Mon Jan 10 20:38:01 2022 @@ -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 --_----------=_164184708130620--