Skip to content

Commit

Permalink
devel/py-all-repos: Add py-all-repos 1.26.0
Browse files Browse the repository at this point in the history
all-repos clones all your repositories and apply sweeping changes.
  • Loading branch information
sunpoet committed Aug 21, 2023
1 parent 25e1aca commit 72093f0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4215,6 +4215,7 @@
SUBDIR += py-aiorwlock
SUBDIR += py-aiosignal
SUBDIR += py-airtable-python-wrapper
SUBDIR += py-all-repos
SUBDIR += py-amalgamate
SUBDIR += py-aniso8601
SUBDIR += py-aniso86016
Expand Down
31 changes: 31 additions & 0 deletions devel/py-all-repos/Makefile
@@ -0,0 +1,31 @@
PORTNAME= all-repos
PORTVERSION= 1.26.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= all_repos-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Clone all your repositories and apply sweeping changes
WWW= https://github.com/asottile/all-repos

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= git:devel/git \
jq:textproc/jq \
${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 31100
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextlib-chdir>=0:devel/py-contextlib-chdir@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
3 changes: 3 additions & 0 deletions devel/py-all-repos/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1692211611
SHA256 (all_repos-1.26.0.tar.gz) = 52fd543c17064af11c06cfe344bb43eda550f5a69de2be767d5c98661a0783b2
SIZE (all_repos-1.26.0.tar.gz) = 31007
1 change: 1 addition & 0 deletions devel/py-all-repos/pkg-descr
@@ -0,0 +1 @@
all-repos clones all your repositories and apply sweeping changes.

0 comments on commit 72093f0

Please sign in to comment.