-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is used to generate arbitrary strings.
- Loading branch information
adam
committed
May 28, 2021
1 parent
9ffceec
commit ae2633b
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Bracex is a brace expanding library (a la Bash) for Python. Brace expanding is | ||
used to generate arbitrary strings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# $NetBSD: Makefile,v 1.1 2021/05/28 04:22:58 adam Exp $ | ||
|
||
DISTNAME= bracex-2.1.1 | ||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} | ||
CATEGORIES= textproc python | ||
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bracex/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/facelessuser/bracex | ||
COMMENT= Bash style brace expander | ||
LICENSE= mit | ||
|
||
USE_LANGUAGES= # none | ||
|
||
PYTHON_VERSIONS_INCOMPATIBLE= 27 | ||
|
||
.include "../../lang/python/egg.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2021/05/28 04:22:58 adam Exp $ | ||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO | ||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt | ||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt | ||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt | ||
${PYSITELIB}/bracex/__init__.py | ||
${PYSITELIB}/bracex/__init__.pyc | ||
${PYSITELIB}/bracex/__init__.pyo | ||
${PYSITELIB}/bracex/__meta__.py | ||
${PYSITELIB}/bracex/__meta__.pyc | ||
${PYSITELIB}/bracex/__meta__.pyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2021/05/28 04:22:58 adam Exp $ | ||
|
||
SHA1 (bracex-2.1.1.tar.gz) = a592635ea4869161b39e62a3e34ac4c22648dfcd | ||
RMD160 (bracex-2.1.1.tar.gz) = ecb8735123a512686b5b07fa243ecbe7111af276 | ||
SHA512 (bracex-2.1.1.tar.gz) = d34a50e6565e1ecdb1c645d047351d907f57ab73614743be18495eb873449a2604f7dfd528e1221f71f7e709e0651cdb5d19605d24cad578bee85543c4a79c9e | ||
Size (bracex-2.1.1.tar.gz) = 26628 bytes |