Wed Mar 20 06:40:07 2024 UTC (68d)
bython: fix HOMEPAGE, fix typo


(wiz)
diff -r1.1 -r1.2 pkgsrc/lang/bython/DESCR
diff -r1.1 -r1.2 pkgsrc/lang/bython/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/lang/bython/DESCR (expand / switch to unified diff)

--- pkgsrc/lang/bython/DESCR 2024/03/20 04:05:47 1.1
+++ pkgsrc/lang/bython/DESCR 2024/03/20 06:40:07 1.2
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
1Python with braces. Because Python is awesome, but whitespace is awful. 1Python with braces. Because Python is awesome, but whitespace is awful.
2 2
3Bython is a Python preprosessor which translates curly brackets into 3Bython is a Python preprocessor which translates curly brackets into
4indentation. 4indentation.

cvs diff -r1.1 -r1.2 pkgsrc/lang/bython/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/bython/Makefile 2024/03/20 04:05:47 1.1
+++ pkgsrc/lang/bython/Makefile 2024/03/20 06:40:07 1.2
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.1 2024/03/20 04:05:47 mef Exp $ 1# $NetBSD: Makefile,v 1.2 2024/03/20 06:40:07 wiz Exp $
2 2
3VERSION= 0.8 3VERSION= 0.8
4DISTNAME= bython-${VERSION} 4DISTNAME= bython-${VERSION}
5CATEGORIES= lang 5CATEGORIES= lang
6MASTER_SITES= ${MASTER_SITE_GITHUB:=mathialo/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=mathialo/}
7GITHUB_TAG= v${VERSION} 7GITHUB_TAG= v${VERSION}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/mathialo/bython/releases/tag/ # TODO: check 10HOMEPAGE= https://github.com/mathialo/bython/
11COMMENT= Python with braces. Because Python is awesome, but whitespace is awful 11COMMENT= Python with braces. Because Python is awesome, but whitespace is awful
12LICENSE= mit 12LICENSE= mit
13 13
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
16 16
17USE_TOOLS+= bash 17USE_TOOLS+= bash
18REPLACE_BASH+= scripts/by2py 18REPLACE_BASH+= scripts/by2py
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
21.include "../../lang/python/wheel.mk" 21.include "../../lang/python/wheel.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"