Skip to content

Commit

Permalink
gitlint: update to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harens authored Mar 10, 2023
1 parent 4f2f300 commit 3243c9c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions devel/gitlint/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup jorisroovers gitlint 0.19.0 v
name gitlint
python.rootname ${name}_core
version 0.19.1
revision 0
categories-prepend devel
license MIT
Expand All @@ -24,17 +25,9 @@ long_description Git commit message linter written in Python. \

homepage https://jorisroovers.com/gitlint/

checksums rmd160 939a523cbd2b3309c3eec32d7a86f6e2103c5534 \
sha256 97d5d65a39f40d72f82545134e89949ea17d3845415bea7ce3c465b93a1ef2f2 \
size 35480

# hatch seems to require a git directory
# error: "Most other sources (such as GitHub's tarballs, a git checkout
# without the .git folder) don't contain the necessary metadata and will not work"
fetch.type git
pre-build {
set worksrcpath ${worksrcpath}/gitlint-core
}
checksums rmd160 0234213e4c7b5a7f89ab8e86c3d0e4e4cbf1be38 \
sha256 7bf977b03ff581624a9e03f65ebb8502cc12dfaa3e92d23e8b2b54bbdaa29992 \
size 36141

depends_build-append \
port:py${python.version}-hatch-vcs
Expand Down

0 comments on commit 3243c9c

Please sign in to comment.