[macports-ports] branch master updated: py-pew: new port
Ryan Schmidt
ryandesign at macports.org
Fri Mar 30 17:09:22 UTC 2018
On Mar 30, 2018, at 09:39, Emre Şafak wrote:
> Perry E. Metzger (pmetzger) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/3bf328c3bc6106944190a70429291880f0584b2a
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 3bf328c py-pew: new port
>
> 3bf328c is described below
>
>
> commit 3bf328c3bc6106944190a70429291880f0584b2a
>
> Author: Emre Şafak
> AuthorDate: Thu Nov 2 16:34:43 2017 -0700
>
>
> py-pew: new port
>
> A tool to manage multiple virtual environments written in pure python
>
> ---
> python/py-pew/Portfile | 35 +++++++++++++++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
> @@ -0,0 +1,35 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> +
> +PortSystem 1.0
> +PortGroup python 1.0
> +PortGroup github 1.0
> +
> +github.setup berdario pew 1.1.5
> +github.tarball_from releases
"github.tarball_from releases" should be removed because this project does not offer any releases.
> +name py-${github.project}
> +
> +master_sites ${github.homepage}/archive/
> +distname ${github.version}
> +worksrcdir ${github.project}-${github.version}
> +
> +categories python
> +platforms darwin
> +license MIT
> +
> +python.versions 35 36
> +
> +maintainers openmaintainer {gmail.com:esafak @esafak}
> +description A tool to manage multiple virtual environments written in pure python
> +long_description $description
> +checksums rmd160 4a132a0f5c552cf76122d432c057a0c294ad6cd5 \
> + sha256 24b0fe0305a293acf4cc95136e73a313b4a749c5aa5ae2a56b4e384224b2381e
> +use_zip yes
The next time you update the port to a new version, please remove the master_sites, distname, worksrcdir and use_zip lines. You're not meant to have to override the values the github portgroup sets for these values for you. But don't change this now, since it would change the checksums of the port. See:
https://trac.macports.org/ticket/40518
More information about the macports-dev
mailing list