pkgsrc-WIP-changes archive

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

version bump and Makefile changes



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Fri Sep 4 14:31:57 2020 +0530
Changeset:	994a6d776dc7b1c549ba61a3a1c17c88f30679b0

Modified Files:
	py-xapp/Makefile
	py-xapp/PLIST
	py-xapp/distinfo

Log Message:
version bump and Makefile changes

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

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

diffstat:
 py-xapp/Makefile | 12 +++++++-----
 py-xapp/PLIST    | 17 +++++++++++++----
 py-xapp/distinfo |  8 ++++----
 3 files changed, 24 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-xapp/Makefile b/py-xapp/Makefile
index 074302a0f6..2616457d6d 100644
--- a/py-xapp/Makefile
+++ b/py-xapp/Makefile
@@ -1,15 +1,15 @@
 # $NetBSD: Makefile,v 1.1 2015/02/19 21:21:12 jihbed Exp $
 
-DISTNAME=	python-xapp-1.4.0
-PKGNAME=	${PYPKGPREFIX}-xapp-1.4.0
+DISTNAME=	python3-xapp-2.0.1
+PKGNAME=	${PYPKGPREFIX}-xapp-2.0.1
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=linuxmint/}
-GITHUB_PROJECT=	python-xapp
+GITHUB_PROJECT=	python3-xapp
 GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	youri%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/linuxmint/python-xapp
-COMMENT=	Python Xapp library
+HOMEPAGE=	https://github.com/linuxmint/python3-xapp
+COMMENT=	Python3 Xapp library
 LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2
 
 PY_PATCHPLIST=	yes
@@ -20,6 +20,8 @@ USE_TOOLS+=	gmake pkg-config intltool msgfmt
 
 DEPENDS+=	${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 
+PLIST_SUBST+=           PYSITELIB=${PYSITELIB}
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-xapp/PLIST b/py-xapp/PLIST
index 742705aeb8..415c13b02d 100644
--- a/py-xapp/PLIST
+++ b/py-xapp/PLIST
@@ -1,8 +1,17 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/python_xapp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/python_xapp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/python_xapp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/python_xapp-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/xapp/GSettingsWidgets.py
+${PYSITELIB}/xapp/GSettingsWidgets.pyc
+${PYSITELIB}/xapp/GSettingsWidgets.pyo
+${PYSITELIB}/xapp/SettingsWidgets.py
+${PYSITELIB}/xapp/SettingsWidgets.pyc
+${PYSITELIB}/xapp/SettingsWidgets.pyo
 ${PYSITELIB}/xapp/__init__.py
-${PYSITELIB}/xapp/__init__.pyo
 ${PYSITELIB}/xapp/__init__.pyc
-${PYSITELIB}/xapp/os.pyo
-${PYSITELIB}/xapp/os.pyc
+${PYSITELIB}/xapp/__init__.pyo
 ${PYSITELIB}/xapp/os.py
+${PYSITELIB}/xapp/os.pyc
+${PYSITELIB}/xapp/os.pyo
diff --git a/py-xapp/distinfo b/py-xapp/distinfo
index 8b9e3d62e4..dd4db33464 100644
--- a/py-xapp/distinfo
+++ b/py-xapp/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (python-xapp-1.4.0.tar.gz) = 1c5288b6afbc17b6f86fb3c741fcd452c9a291be
-RMD160 (python-xapp-1.4.0.tar.gz) = 9fff50a67c7d5f6f1803560a63de3d9da2bee7b8
-SHA512 (python-xapp-1.4.0.tar.gz) = b364135536fde6175b7a5b5002ccb3103401760a78856b665715caec3c95e544238cfb3447600a1fd729a24917a37b2aba5a13fdcb4462510b5bf7090189309f
-Size (python-xapp-1.4.0.tar.gz) = 12431 bytes
+SHA1 (python3-xapp-2.0.1.tar.gz) = 94ff8de56b07610ed8099813c29e60bfedec73f3
+RMD160 (python3-xapp-2.0.1.tar.gz) = 14e73b50a652055c5f983f58db1fdec57d7025e7
+SHA512 (python3-xapp-2.0.1.tar.gz) = a529680ab2adbcd829ec224b7dafeb5f641afaabd51ac6cea154d1adf46772b0f2c58a78c6f136d3c6dde0b5d69a4e53a988f69d282af852ecf9ffa130ec1fe4
+Size (python3-xapp-2.0.1.tar.gz) = 19839 bytes


Home | Main Index | Thread Index | Old Index