pkgsrc-WIP-changes archive

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

added a line "PKGNAME= ${PYPKGPREFIX}-${DISTNAME}" to Makefile



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Dec 17 18:31:12 2020 +0800
Changeset:	8cf814e286017d77c30f5195adf9367fe741265a

Modified Files:
	py-astropy-helpers/Makefile
	py-astropy-helpers/PLIST
	py-astropy-helpers/distinfo

Log Message:
added a line "PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}" to Makefile

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

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

diffstat:
 py-astropy-helpers/Makefile |  3 ++-
 py-astropy-helpers/PLIST    | 12 ++++++------
 py-astropy-helpers/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-astropy-helpers/Makefile b/py-astropy-helpers/Makefile
index e34c1743f8..89705544d0 100644
--- a/py-astropy-helpers/Makefile
+++ b/py-astropy-helpers/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	py-astropy-helpers-4.0.1
+DISTNAME=	astropy-helpers-4.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=astropy/}
 GITHUB_PROJECT=	astropy-helpers
diff --git a/py-astropy-helpers/PLIST b/py-astropy-helpers/PLIST
index 5c88ea8443..38868953cd 100644
--- a/py-astropy-helpers/PLIST
+++ b/py-astropy-helpers/PLIST
@@ -1,10 +1,10 @@
 @comment $NetBSD$
-${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
-${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/astropy_helpers/__init__.py
 ${PYSITELIB}/astropy_helpers/__init__.pyc
 ${PYSITELIB}/astropy_helpers/__init__.pyo
diff --git a/py-astropy-helpers/distinfo b/py-astropy-helpers/distinfo
index 56360c4b48..39fa3fa5bc 100644
--- a/py-astropy-helpers/distinfo
+++ b/py-astropy-helpers/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (py-astropy-helpers-4.0.1.tar.gz) = 2162e374e24e7f3d019d7b4cb78fa574ad01928f
-RMD160 (py-astropy-helpers-4.0.1.tar.gz) = dbf26673c96b1426c334f217194df5b9a64122e8
-SHA512 (py-astropy-helpers-4.0.1.tar.gz) = b3c6c35218c5041875bb612becac83eebb09901a6cc58ccdfe223677dcbf72c08a4432f58b86b8199a0a459fe646aef632514143b141c20e54337bfc2f7efb1e
-Size (py-astropy-helpers-4.0.1.tar.gz) = 72487 bytes
+SHA1 (astropy-helpers-4.0.1.tar.gz) = 2162e374e24e7f3d019d7b4cb78fa574ad01928f
+RMD160 (astropy-helpers-4.0.1.tar.gz) = dbf26673c96b1426c334f217194df5b9a64122e8
+SHA512 (astropy-helpers-4.0.1.tar.gz) = b3c6c35218c5041875bb612becac83eebb09901a6cc58ccdfe223677dcbf72c08a4432f58b86b8199a0a459fe646aef632514143b141c20e54337bfc2f7efb1e
+Size (astropy-helpers-4.0.1.tar.gz) = 72487 bytes


Home | Main Index | Thread Index | Old Index