pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-ledger-bitcoin: fix PKGNAME so that it matches the package name on PyPI
Module Name: pkgsrc-wip
Committed By: Stepan Ipatov <st.ipatov%gmail.com@localhost>
Pushed By: st.ipatov
Date: Thu Nov 6 03:34:59 2025 +0000
Changeset: 271157cd8041009d4d607f0cbbdbc604bd0da576
Modified Files:
py-ledger-bitcoin/Makefile
Log Message:
py-ledger-bitcoin: fix PKGNAME so that it matches the package name on PyPI
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=271157cd8041009d4d607f0cbbdbc604bd0da576
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-ledger-bitcoin/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/py-ledger-bitcoin/Makefile b/py-ledger-bitcoin/Makefile
index 3f2bf2138a..a26e90985b 100644
--- a/py-ledger-bitcoin/Makefile
+++ b/py-ledger-bitcoin/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= ledger_bitcoin-0.4.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/ledger_bitcoin/}
Home |
Main Index |
Thread Index |
Old Index