pkgsrc-WIP-changes archive

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

(path/py-pyerfa) wrong line on adding python, correcting



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Wed Dec 16 23:19:13 2020 +0900
Changeset:	42eae01174c3e71722c9a8f2fa608a7d34a6f0a5

Modified Files:
	py-pyerfa/Makefile

Log Message:
(path/py-pyerfa) wrong line on adding python, correcting

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

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

diffstat:
 py-pyerfa/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-pyerfa/Makefile b/py-pyerfa/Makefile
index 86979d38e4..f821a65ad1 100644
--- a/py-pyerfa/Makefile
+++ b/py-pyerfa/Makefile
@@ -2,9 +2,9 @@
 
 DISTNAME=	pyerfa-1.7.1.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	math
+CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=liberfa/}
-GITHUB_PROJECT=	pyerfa python
+GITHUB_PROJECT=	pyerfa
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	kinoshita%astro.ncu.edu.tw@localhost


Home | Main Index | Thread Index | Old Index