pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-irclib py-irclib: remove handling for now unsup...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c67ae762dd4
branches: trunk
changeset: 447625:9c67ae762dd4
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Wed Feb 24 01:17:24 2021 +0000
description:
py-irclib: remove handling for now unsupported Python versions
diffstat:
net/py-irclib/Makefile | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (26 lines):
diff -r ce5693273d14 -r 9c67ae762dd4 net/py-irclib/Makefile
--- a/net/py-irclib/Makefile Wed Feb 24 01:11:34 2021 +0000
+++ b/net/py-irclib/Makefile Wed Feb 24 01:17:24 2021 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/03/20 11:58:10 nia Exp $
-#
+# $NetBSD: Makefile,v 1.17 2021/02/24 01:17:24 gutteridge Exp $
PYIRCVERS= 11.1.1
DISTNAME= irc-${PYIRCVERS}
@@ -21,14 +20,8 @@
BUILD_DEPENDS+= ${PYPKGPREFIX}-hgtools>=5:../../devel/py-hgtools
-.include "../../lang/python/distutils.mk"
-
-PLIST_VARS+= requires
-.if ${PYVERSSUFFIX} == "2.5" || ${PYVERSSUFFIX} == "2.6"
-PLIST.requires= yes
-.endif
-
post-extract:
cd ${WRKSRC} && ${CHMOD} ${SHAREMODE} irc.egg-info/*
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index