version bump and Makefile changes

This commit is contained in:
jaypatelani 2020-09-04 14:31:57 +05:30
parent 2c13f807ee
commit 994a6d776d
3 changed files with 24 additions and 13 deletions

View File

@ -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
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"

View File

@ -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

View File

@ -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