pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
modified py-extension-helpers/Makefile to use MASTER_SITE_PYPI instead of MASTER_SITE_GITHUB, and now no need of doing "git init".
Module Name: pkgsrc-wip
Committed By: Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By: daisuke
Date: Fri Dec 18 14:58:39 2020 +0800
Changeset: e738e4ab4e73ca9f292526077be4db09cf672c44
Modified Files:
py-extension-helpers/Makefile
py-extension-helpers/PLIST
py-extension-helpers/distinfo
Log Message:
modified py-extension-helpers/Makefile to use MASTER_SITE_PYPI instead of MASTER_SITE_GITHUB, and now no need of doing "git init".
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e738e4ab4e73ca9f292526077be4db09cf672c44
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-extension-helpers/Makefile | 17 +++++------------
py-extension-helpers/PLIST | 12 ++++++------
py-extension-helpers/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 22 deletions(-)
diffs:
diff --git a/py-extension-helpers/Makefile b/py-extension-helpers/Makefile
index d667cafa7c..f3100c5b91 100644
--- a/py-extension-helpers/Makefile
+++ b/py-extension-helpers/Makefile
@@ -3,24 +3,17 @@
DISTNAME= extension-helpers-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=astropy/}
-GITHUB_PROJECT= extension-helpers
-GITHUB_TAG= v${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/extension-helpers/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://pypi.org/project/extension-helpers/
-COMMENT= Helpers to assist with building Python packages
+COMMENT= Helpers to assist building packages with C/Cython extension
LICENSE= modified-bsd
-BUILD_DEPENDS+= git-base-[0-9]*:../../devel/git-base
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+PYTHON_VERSIONS_INCOMPATIBLE= 27
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36
-
-pre-configure:
- set -e; cd ${WRKSRC}; \
- git init;
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-extension-helpers/PLIST b/py-extension-helpers/PLIST
index 8ca071e33f..3b48665afe 100644
--- a/py-extension-helpers/PLIST
+++ b/py-extension-helpers/PLIST
@@ -1,10 +1,10 @@
@comment $NetBSD$
-${PYSITELIB}/extension_helpers-${PKGVERSION}.dev0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/extension_helpers-${PKGVERSION}.dev0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/extension_helpers-${PKGVERSION}.dev0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/extension_helpers-${PKGVERSION}.dev0-py${PYVERSSUFFIX}.egg-info/not-zip-safe
-${PYSITELIB}/extension_helpers-${PKGVERSION}.dev0-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/extension_helpers-${PKGVERSION}.dev0-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/extension_helpers-0.0.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/extension_helpers-0.0.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/extension_helpers-0.0.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/extension_helpers-0.0.0-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/extension_helpers-0.0.0-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/extension_helpers-0.0.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
${PYSITELIB}/extension_helpers/__init__.py
${PYSITELIB}/extension_helpers/__init__.pyc
${PYSITELIB}/extension_helpers/__init__.pyo
diff --git a/py-extension-helpers/distinfo b/py-extension-helpers/distinfo
index e8c17809f3..455c526175 100644
--- a/py-extension-helpers/distinfo
+++ b/py-extension-helpers/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (extension-helpers-0.1.tar.gz) = 99feca4f13ae428e662cc1defe91834567fcd3a2
-RMD160 (extension-helpers-0.1.tar.gz) = 696611dcadda8747c9caf53e0ebf8eec3c3b2aa3
-SHA512 (extension-helpers-0.1.tar.gz) = 225cc84c08885b7cab8f123b24da2aa0a6c8458bd06190fe6d57dcad6d14b7e6b227bb8387ed62285153ada399bf14b66171921465f89cf55b746edeab8d0744
-Size (extension-helpers-0.1.tar.gz) = 21797 bytes
+SHA1 (extension-helpers-0.1.tar.gz) = f37a4f34f31f1c763370741ac46b073ab92111ce
+RMD160 (extension-helpers-0.1.tar.gz) = 056e7ad8728abafa51fa2ca4742feb393e30c925
+SHA512 (extension-helpers-0.1.tar.gz) = d8394f5f0de28dfa2c204b918a39b5f3b990057bfdb7a21907b0b9ae3bacd5b95c5f25b32a08a50606fbae35b93629dcfe1fee512c6aa4f4e7c08c22bcfd3fbb
+Size (extension-helpers-0.1.tar.gz) = 24306 bytes
Home |
Main Index |
Thread Index |
Old Index