Ticket #51391: pypi_long.patch

File pypi_long.patch, 245.7 KB (added by xeron (Ivan Larionov), 8 years ago)
  • _resources/port1.0/fetch/mirror_sites.tcl

     
    400400# port name) so just use a basic form here and fake it in ports that need
    401401# to use this.
    402402set portfetch::mirror_sites::sites(pypi) {
    403     https://pypi.python.org/packages/source/:nosubdir
     403    https://files.pythonhosted.org/packages/source/:nosubdir
    404404}
    405405
    406406set portfetch::mirror_sites::sites(ruby) {
  • _resources/port1.0/livecheck/pypi.tcl

     
    1111}
    1212if {!$has_homepage || ${livecheck.url} eq ${homepage}} {
    1313    livecheck.url \
    14             https://pypi.python.org/pypi?:action=doap&name=${livecheck.name}
     14            https://pypi.python.org/pypi/${livecheck.name}/json
    1515}
    1616if {${livecheck.regex} eq ""} {
    17     livecheck.regex {<revision>(.+)</revision>}
     17    livecheck.regex {"version": "(.+)",}
    1818}
    1919set livecheck.type "regex"
  • python/github-backup/Portfile

     
    1515long_description    ${description}
    1616
    1717homepage            http://github.com/josegonzalez/python-github-backup
    18 master_sites        https://pypi.python.org/packages/source/${_n}/${name}
     18master_sites        pypi:${_n}/${name}
    1919
    2020checksums           rmd160  221e594dd54c1777f806830149c4e08a65514c2f \
    2121                    sha256  375edd04b5bec475135f9e152142f98ef49457071426ab2fbdf29cb9170f0271
  • python/py-DAWG/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/kmike/DAWG/
    22 master_sites        https://pypi.python.org/packages/source/D/DAWG/
     22master_sites        pypi:D/DAWG/
    2323
    2424distname            DAWG-${version}
    2525
  • python/py-FlexGet/Portfile

     
    2020                    do not provide any kind of useful feeds.
    2121homepage            http://flexget.com/
    2222
    23 master_sites        https://pypi.python.org/packages/source/F/FlexGet/
     23master_sites        pypi:F/FlexGet/
    2424distname            FlexGet-${version}
    2525checksums           md5     256f5536d5de5121a4495e93e9c0d35c \
    2626                    sha256  c2c6bd11ca3daae93544df3152955f24799540c615733dce0a4812073090e5d2
  • python/py-SRPAstro/Portfile

     
    1515                    astronomical observations
    1616
    1717homepage            http://packages.python.org/SRPAstro/
    18 master_sites        http://pypi.python.org/packages/source/S/SRPAstro/
     18master_sites        pypi:S/SRPAstro/
    1919distname            SRPAstro-${version}
    2020checksums           md5 7e0a871e8929b14c3d90036a35958f67 \
    2121                    sha256 aca415091273c962ef56b22c12845ee3bc235eec5ce0b0a0f6d973bb065e06f7
  • python/py-abjad/Portfile

     
    2424supported_archs     noarch
    2525
    2626homepage            http://www.projectabjad.org
    27 master_sites        http://pypi.python.org/packages/source/A/${real_name}/
     27master_sites        pypi:A/${real_name}
    2828distname            ${real_name}-${version}
    2929checksums           rmd160  d53ff4bde389723381a03dab9521891a96488916 \
    3030                    sha256  9413fb075ebdb6b498ec49e65048432881c629585c0d3bb1cbe813b4a73d1682
     
    3131
    3232if {${name} ne ${subport}} {
    3333    depends_build port:py${python.version}-setuptools
     34
     35    livecheck.type  none
     36} else {
     37    livecheck.type  pypi
    3438}
  • python/py-actdiag/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://blockdiag.com/
    23 master_sites        https://pypi.python.org/packages/source/a/actdiag/
     23master_sites        pypi:a/actdiag/
    2424
    2525distname            actdiag-${version}
    2626
  • python/py-alembic/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://bitbucket.org/zzzeek/alembic
    23 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     23master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2424
    2525distname            ${python.rootname}-${version}
    2626
  • python/py-altgraph/Portfile

     
    2121supported_archs     noarch
    2222
    2323homepage            http://undefined.org/python/#altgraph
    24 master_sites        https://pypi.python.org/packages/source/a/altgraph/
     24master_sites        pypi:a/altgraph/
    2525distname            altgraph-${version}
    2626
    2727checksums           md5 916dca277fb2b747d5b1ec05b54a0825 \
  • python/py-aniso8601/Portfile

     
    1919description         A library for parsing ISO 8601 strings
    2020long_description    ${description}
    2121
    22 master_sites        http://pypi.python.org/packages/source/${_n}/${_name}
     22master_sites        pypi:${_n}/${_name}
    2323distname            aniso8601-${version}
    2424
    2525checksums           rmd160  309d4f27849d9db327f66f7911bae56b5bea57fa \
  • python/py-anyjson/Portfile

     
    2020                    regardless of which JSON implementation is used.
    2121
    2222homepage            http://bitbucket.org/runeh/anyjson/
    23 master_sites        http://pypi.python.org/packages/source/a/anyjson/
     23master_sites        pypi:a/anyjson/
    2424
    2525distname            anyjson-${version}
    2626
  • python/py-aplpy/Portfile

     
    2424    graphical formats, including EPS, PDF, PS, PNG, and SVG.
    2525
    2626homepage            http://aplpy.github.com/
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828distname            ${_name}-${version}
    2929
    3030checksums           md5     d95e1649f7afe479f2d093d987cfd861 \
  • python/py-appscript/Portfile

     
    1919                    own AppleScript language for automating your Mac.
    2020
    2121homepage            http://appscript.sourceforge.net/
    22 master_sites        http://pypi.python.org/packages/source/a/${real_name}
     22master_sites        pypi:a/${real_name}
    2323distname            ${real_name}-${version}
    2424
    2525checksums           rmd160  d5bc7581a0149500b6bed18c47711ddc31024658 \
  • python/py-argh/Portfile

     
    2020    ${description}
    2121
    2222homepage            https://bitbucket.org/neithere/${_name}/
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
     23master_sites        pypi:${_n}/${_name}
    2424distname            ${_name}-${version}
    2525
    2626checksums           md5     67ef29c2a32b206228933d94cdfeda96 \
  • python/py-asciitable/Portfile

     
    1616platforms           darwin
    1717
    1818homepage            http://cxc.harvard.edu/contrib/asciitable/
    19 master_sites        http://pypi.python.org/packages/source/a/asciitable/
     19master_sites        pypi:a/asciitable/
    2020distname            asciitable-${version}
    2121checksums           md5     913dac05fbf69ae76504f955b77659e5 \
    2222                    sha1    b10ec19b930e7cd758ac4748c50c25f1285f256a \
  • python/py-asn1-modules/Portfile

     
    2121supported_archs     noarch
    2222
    2323homepage            https://pypi.python.org/pypi/pyasn1-modules
    24 master_sites        https://pypi.python.org/packages/source/p/pyasn1-modules/
     24master_sites        pypi:p/pyasn1-modules/
    2525distname            pyasn1-modules-${version}
    2626
    2727checksums           md5     9e92623a86709a77d43d406612ad7389 \
  • python/py-astroML/Portfile

     
    2929                    astronomical datasets.
    3030
    3131homepage            http://www.astroml.org
    32 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}
     32master_sites        pypi:[string index ${realname} 0]/${realname}
    3333distname            ${realname}-${version}
    3434
    3535checksums           md5     56d5c281ca079eb569ef1898be1604db \
  • python/py-astroML_addons/Portfile

     
    2929                    implementations of some algorithms in astroML.
    3030
    3131homepage            http://www.astroml.org
    32 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}
     32master_sites        pypi:[string index ${realname} 0]/${realname}
    3333distname            ${realname}-${version}
    3434
    3535checksums           md5     9efd34f180766fbb3c58f989fd87e254 \
  • python/py-astropy/Portfile

     
    1414description         A Community Python Library for Astronomy
    1515long_description    The Astropy project is a common effort to develop \
    1616                    a single core package for Astronomy.
    17                    
     17
    1818platforms           darwin
    1919license             BSD
    2020
    2121homepage            http://www.astropy.org
    22 master_sites        http://pypi.python.org/packages/source/a/astropy/
     22master_sites        pypi:a/astropy/
    2323distname            astropy-${version}
    2424checksums           md5     03a6a9189fc0ce58862540c974bc17e8 \
    2525                    sha1    2017eb49bae29607e8e4095fc9d918510ddcdf36 \
  • python/py-async-task/Portfile

     
    2020                  channel.
    2121
    2222homepage          http://packages.python.org/async/intro.html
    23 master_sites      http://pypi.python.org/packages/source/a/async/
     23master_sites      pypi:a/async/
    2424distname          async-${version}
    2525
    2626python.versions   26 27
  • python/py-atpy/Portfile

     
    2121license             MIT
    2222
    2323homepage            http://atpy.readthedocs.org/
    24 master_sites        https://pypi.python.org/packages/source/A/ATpy/
     24master_sites        pypi:A/ATpy/
    2525distname            ATpy-${version}
    2626checksums           md5     2306195fcefff7c1e4d36ae92a894ff2 \
    2727                    sha1    93525db0a36770b7cbbafefa6041fc80aac51c61 \
  • python/py-autopep8/Portfile

     
    2121
    2222homepage            http://pypi.python.org/pypi/${realname}
    2323
    24 master_sites        http://pypi.python.org/packages/source/a/${realname}
     24master_sites        pypi:a/${realname}
    2525distname            ${realname}-${version}
    2626
    2727checksums           md5     4167555f521ddd69b66f13819604f3db \
  • python/py-awscli/Portfile

     
    1515long_description    ${description}
    1616
    1717homepage            http://aws.amazon.com/cli/
    18 master_sites        https://pypi.python.org/packages/source/a/awscli
     18master_sites        pypi:a/awscli
    1919distname            awscli-${version}
    2020
    2121checksums           rmd160  68bb81fbc880d5745d85fdae20d6dc67efdf0a31 \
  • python/py-axiom/Portfile

     
    2424                    (Relational DataBase Management System).
    2525
    2626homepage            https://pypi.python.org/pypi/${gname}
    27 master_sites        https://pypi.python.org/packages/source/A/${gname}/
     27master_sites        pypi:A/${gname}/
    2828
    2929distname            ${gname}-${version}
    3030
  • python/py-babel/Portfile

     
    2323                    applications, with an emphasis on web-based applications.
    2424
    2525homepage            http://babel.pocoo.org/
    26 master_sites        https://pypi.io/packages/source/B/Babel
     26master_sites        pypi:B/Babel
    2727
    2828distname            Babel-${version}
    2929
  • python/py-backports-lzma/Portfile

     
    2121long_description    ${description}
    2222
    2323homepage            https://github.com/peterjc/backports.lzma
    24 master_sites        https://pypi.python.org/packages/source/b/backports.lzma/
     24master_sites        pypi:b/backports.lzma/
    2525
    2626distname            backports.lzma-${version}
    2727
  • python/py-backports-ssl_match_hostname/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://bitbucket.org/brandon/backports.ssl_match_hostname
    23 master_sites        https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/
     23master_sites        pypi:b/backports.ssl_match_hostname/
    2424
    2525distname            backports.ssl_match_hostname-${version}
    2626
  • python/py-baker/Portfile

     
    1818supported_archs     noarch
    1919
    2020homepage            http://pypi.python.org/pypi/${my_name}
    21 master_sites        http://pypi.python.org/packages/source/B/${my_name}/
     21master_sites        pypi:B/${my_name}/
    2222
    2323checksums           rmd160  9fe09881a78c1234979094d082fda204aa6d21eb \
    2424                    sha256  2d81e99af7d7d6441297a0c13de023fe3f1510718e89d2baacea917ee09d154d
  • python/py-bcdoc/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            https://github.com/botocore/bcdoc
    17 master_sites        https://pypi.python.org/packages/source/b/bcdoc
     17master_sites        pypi:b/bcdoc
    1818distname            bcdoc-${version}
    1919
    2020checksums           rmd160  c82c8aa2033ccdcc29cd75c8ae21ee2381e963ed \
  • python/py-bdist_mpkg/Portfile

     
    2121    any existing package that uses distutils.
    2222
    2323homepage            https://github.com/matthew-brett/bdist_mpkg
    24 master_sites        https://pypi.python.org/packages/source/b/bdist_mpkg/
     24master_sites        pypi:b/bdist_mpkg/
    2525distname            bdist_mpkg-${version}
    2626
    2727checksums           md5 81f5f8601331acda2926efeb97a0804d \
  • python/py-beaker/Portfile

     
    3232    WSGI capable frameworks, and is automatically used by Pylons.
    3333
    3434homepage            http://beaker.groovie.org
    35 master_sites        http://pypi.python.org/packages/source/B/Beaker/
     35master_sites        pypi:B/Beaker/
    3636
    3737distname            Beaker-${version}
    3838
  • python/py-bitarray/Portfile

     
    2929homepage            https://github.com/ilanschnell/${_name}
    3030
    3131distname            ${_name}-${version}
    32 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     32master_sites        pypi:${_n}/${_name}/
    3333
    3434checksums           md5     3825184f54f4d93508a28031b4c65d3b \
    3535                    rmd160  58c2a2665c2759f23bf1ab096de8c34bf7fcfcbb \
  • python/py-blaze/Portfile

     
    2424                    of NumPy itself.
    2525
    2626homepage            http://blaze.pydata.org/
    27 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     27master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2828
    2929distname            ${python.rootname}-${version}
    3030
  • python/py-blessings/Portfile

     
    1717license             MIT
    1818
    1919homepage            https://github.com/erikrose/blessings
    20 master_sites        https://pypi.python.org/packages/source/b/${real_name}/
     20master_sites        pypi:b/${real_name}/
    2121distname            ${real_name}-${version}
    2222checksums           rmd160  00014f95d6c303cb87f02476f9b4c1d3e242293a \
    2323                    sha256  edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007
  • python/py-blist/Portfile

     
    2020                    and similar performance on small lists.
    2121
    2222homepage            http://stutzbachenterprises.com/
    23 master_sites        https://pypi.python.org/packages/source/b/blist/
     23master_sites        pypi:b/blist/
    2424
    2525distname            blist-${version}
    2626
  • python/py-blockdiag/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://blockdiag.com/
    23 master_sites        https://pypi.python.org/packages/source/b/blockdiag/
     23master_sites        pypi:b/blockdiag/
    2424
    2525distname            blockdiag-${version}
    2626
  • python/py-boto/Portfile

     
    1919homepage            http://docs.pythonboto.org/
    2020
    2121set pypi_path       [string index ${python.rootname} 0]/${python.rootname}
    22 master_sites        http://pypi.python.org/packages/source/${pypi_path}
     22master_sites        pypi:${pypi_path}
    2323distname            ${python.rootname}-${version}
    2424
    2525checksums           md5     503e6ffd7d56dcdffa38cb316bb119e9 \
  • python/py-boto3/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            https://github.com/boto/boto3
    17 master_sites        https://pypi.python.org/packages/source/b/boto3
     17master_sites        pypi:b/boto3
    1818distname            boto3-${version}
    1919
    2020checksums           rmd160  adcc22281811c6722c35ab4808a65d0bea20834a \
  • python/py-botocore/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            https://github.com/boto/botocore
    17 master_sites        https://pypi.python.org/packages/source/b/botocore
     17master_sites        pypi:b/botocore
    1818distname            ${python.rootname}-${version}
    1919
    2020checksums           rmd160  6e8b19496da996f93a324e53592c1760737b9000 \
  • python/py-bottle/Portfile

     
    2525supported_archs     noarch
    2626
    2727homepage            http://bottlepy.org/
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929distname            ${_name}-${version}
    3030
    3131python.versions     26 27 34 35
  • python/py-bottle-sqlalchemy/Portfile

     
    2323supported_archs     noarch
    2424
    2525homepage            https://github.com/iurisilvio/bottle-sqlalchemy
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727distname            ${_name}-${version}
    2828
    2929checksums           md5 b139d97424efcf917474f142851f0231 \
  • python/py-bottleneck/Portfile

     
    2222                    mainly operations dealing with NaN and sliding windows.
    2323
    2424homepage            http://berkeleyanalytics.com/bottleneck
    25 master_sites        https://pypi.python.org/packages/source/B/Bottleneck/
     25master_sites        pypi:B/Bottleneck/
    2626
    2727distname            Bottleneck-${version}
    2828
  • python/py-breadability/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            https://github.com/bookieio/${real_name}
    21 master_sites        https://pypi.python.org/packages/source/b/${real_name}/
     21master_sites        pypi:b/${real_name}/
    2222distname            ${real_name}-${version}
    2323
    2424checksums           rmd160  8d862c9606f2bee49df7eb8007ba6878006c8963 \
     
    2929if {${name} ne ${subport}} {
    3030    depends_build-append \
    3131                        port:py${python.version}-setuptools
    32    
     32
    3333    depends_lib-append  port:py${python.version}-docopt \
    3434                        port:py${python.version}-chardet \
    3535                        port:py${python.version}-lxml
  • python/py-brownie/Portfile

     
    1616    ${description}
    1717
    1818homepage            http://github.com/DasIch/brownie/
    19 master_sites        https://pypi.python.org/packages/source/B/${real_name}
     19master_sites        pypi:B/${real_name}
    2020distname            ${real_name}-${version}
    2121
    2222checksums           md5     c79089d747777f4754656b41998e5685 \
  • python/py-bsddb3/Portfile

     
    2121                        bsddb3.db module.
    2222homepage                http://pypi.python.org/pypi/${real_name}
    2323
    24 master_sites            http://pypi.python.org/packages/source/b/${real_name}
     24master_sites            pypi:b/${real_name}
    2525distname                ${real_name}-${version}
    2626
    2727checksums               rmd160  da8b6f6df57a11571bb70860ed265ad7b345a207 \
     
    4343
    4444    build.env-append    BERKELEYDB_INCDIR=${prefix}/include/db${db_version} \
    4545                        BERKELEYDB_LIBDIR=${prefix}/lib/db${db_version}
    46    
     46
    4747    destroot.env-append BERKELEYDB_INCDIR=${prefix}/include/db${db_version} \
    4848                        BERKELEYDB_LIBDIR=${prefix}/lib/db${db_version}
    49    
     49
    5050    livecheck.type      none
    5151} else {
    5252    livecheck.type      regex
  • python/py-bson/Portfile

     
    2424homepage            https://pypi.python.org/pypi/${_name}
    2525
    2626distname            ${_name}-${version}
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828
    2929checksums           md5     be14a8e89f86970e873f9b64822412e3 \
    3030                    rmd160  f86ad4349e4b465bdc6a7e9bdf3f98534653309b \
  • python/py-carrot/Portfile

     
    1717long_description    ${description}
    1818
    1919homepage            http://ask.github.com/carrot/
    20 master_sites        https://pypi.python.org/packages/source/c/carrot/
     20master_sites        pypi:c/carrot/
    2121
    2222distname            carrot-${version}
    2323
  • python/py-cffi/Portfile

     
    2222                    reliable way of calling C code from Python.
    2323
    2424homepage            http://cffi.readthedocs.org/
    25 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     25master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2626
    2727distname            cffi-${version}
    2828
  • python/py-chardet/Portfile

     
    1818                    As smart as your browser.
    1919
    2020homepage            https://pypi.python.org/pypi/${realname}/
    21 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}
     21master_sites        pypi:[string index ${realname} 0]/${realname}
    2222distname            ${realname}-${version}
    2323
    2424checksums           rmd160  b68ed94bccfd97f23cc0a6288ee8c7914f4c7d04 \
  • python/py-cheetah/Portfile

     
    2323                    principle user group.
    2424homepage            http://www.cheetahtemplate.org/
    2525
    26 master_sites        http://pypi.python.org/packages/source/C/Cheetah/
     26master_sites        pypi:C/Cheetah/
    2727distname            Cheetah-${version}
    2828checksums           sha1    c218f5d8bc97b39497680f6be9b7bd093f696e89 \
    2929                    rmd160  ae516e090313864f03dbfe131dada3fec9f60243
  • python/py-cidrize/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://github.com/jathanism/cidrize/
    23 master_sites        https://pypi.python.org/packages/source/c/cidrize/
     23master_sites        pypi:c/cidrize/
    2424
    2525distname            cidrize-${version}
    2626
  • python/py-cjson/Portfile

     
    2222                    100-250 times for decoding operations.
    2323homepage            http://pypi.python.org/pypi/python-cjson/
    2424
    25 master_sites        http://pypi.python.org/packages/source/p/python-cjson/
     25master_sites        pypi:p/python-cjson/
    2626distname            python-cjson-${version}
    2727checksums           rmd160  335677e39817b89af34aa51b66f4c0eb8269a050 \
    2828                    sha256  a01fabb7593728c3d851e1cd9a3efbd18f72650a31a5aa8a74018640da3de8b3
  • python/py-ckanapi/Portfile

     
    2323homepage            https://github.com/ckan/ckanapi
    2424
    2525distname            ${_name}-${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727
    2828checksums           md5     2ab2508df730b0e7d84e13be74adc314 \
    2929                    rmd160  98f6682c1ef512d3120833e0e7087ec26500ce44 \
  • python/py-clonedigger/Portfile

     
    1818                    supported, Java support will be added soon.
    1919homepage            http://clonedigger.sourceforge.net/
    2020
    21 master_sites        http://pypi.python.org/packages/source/c/clonedigger/
     21master_sites        pypi:c/clonedigger/
    2222distname            clonedigger-${version}
    2323checksums           md5     ac1883622ee2c20a2b91efbf5133b892 \
    2424                    sha1    f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \
  • python/py-cog/Portfile

     
    1818supported_archs     noarch
    1919
    2020homepage            http://nedbatchelder.com/code/cog/
    21 master_sites        https://pypi.python.org/packages/source/c/${realname}
     21master_sites        pypi:c/${realname}
    2222
    2323distname            ${realname}-${version}
    2424
  • python/py-cogen/Portfile

     
    2222                    from python 2.5, including a enhanced WSGI server.
    2323
    2424homepage            http://code.google.com/p/cogen/
    25 master_sites        https://pypi.python.org/packages/source/c/cogen/
     25master_sites        pypi:c/cogen/
    2626distname            cogen-${version}
    2727
    2828checksums           md5     6c765905e4bc0278d35dd5c0011d032d \
  • python/py-colorama/Portfile

     
    1919                    under MS Windows.
    2020
    2121homepage            http://code.google.com/p/colorama/
    22 master_sites        http://pypi.python.org/packages/source/c/colorama/
     22master_sites        pypi:c/colorama/
    2323python.versions     26 27 33 34 35
    2424
    2525
  • python/py-colormath/Portfile

     
    1717supported_archs     noarch
    1818
    1919homepage            http://python-colormath.readthedocs.org/
    20 master_sites        http://pypi.python.org/packages/source/c/colormath/
     20master_sites        pypi:c/colormath/
    2121distname            colormath-${version}
    2222
    2323checksums           md5     c2c0c84bb6b800a2df121983300c6a21 \
  • python/py-configargparse/Portfile

     
    2020long_description    \
    2121    ${_name} is a drop-in replacement for argparse that adds support for \
    2222    config files and environment variables. It allows options to also be set \
    23     via config files and/or environment variables. 
     23    via config files and/or environment variables.
    2424
    2525homepage            https://github.com/zorro3/ConfigArgParse
    2626
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828distname            ${_name}-${version}
    2929
    3030checksums           md5     408ad7af06cd449420cecc19bee6f0c9 \
  • python/py-configobj/Portfile

     
    2121python.versions     27 34 35
    2222
    2323homepage            https://pypi.python.org/pypi/configobj/
    24 master_sites        https://pypi.python.org/packages/source/c/configobj/
     24master_sites        pypi:c/configobj/
    2525distname            configobj-${version}
    2626
    2727checksums           rmd160  9b7dd0b9e08477914da104585369921c549eec01 \
  • python/py-construct/Portfile

     
    2424                    complex constructs are composed of a hierarchy of simpler ones.
    2525
    2626homepage            http://construct.wikispaces.com/
    27 master_sites        https://pypi.python.org/packages/source/c/construct/
     27master_sites        pypi:c/construct/
    2828
    2929distname            construct-${version}
    3030
  • python/py-contextlib2/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://contextlib2.readthedocs.org/
    23 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     23master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2424
    2525distname            ${python.rootname}-${version}
    2626
  • python/py-control/Portfile

     
    2323    systems.
    2424
    2525homepage            http://python-control.sourceforge.net
    26 master_sites        http://pypi.python.org/packages/source/c/${package}/
     26master_sites        pypi:c/${package}/
    2727
    2828distname            ${package}-${version}
    2929
  • python/py-cookies/Portfile

     
    2727homepage            https://github.com/sashahart/cookies
    2828
    2929distname            ${_name}-${version}
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     30master_sites        pypi:${_n}/${_name}/
    3131
    3232checksums           md5     6f4c53aba3ed03e4e7b50812c2c2579a \
    3333                    rmd160  a942793a1d643cb30ddf5d161e4c4b1e5c8dcf31 \
  • python/py-couchdb/Portfile

     
    1919                    3) couchdb.schema: a higher-lever API for mapping between \
    2020                       CouchDB documents and Python objects, \
    2121                    4) couchdb.view: a CouchDB view server that allows \
    22                        writing view functions in Python 
     22                       writing view functions in Python
    2323
    24 master_sites        https://pypi.python.org/packages/source/C/CouchDB
     24master_sites        pypi:C/CouchDB
    2525distname            CouchDB-${version}
    2626checksums           md5    67afd226fed4c641eeb13a9930d334f7 \
    2727                    rmd160 f581679a63834890ac00d6d0dee89c13de24359e \
  • python/py-couchdbkit/Portfile

     
    2424                    for example as easy as using a dict.
    2525
    2626homepage            http://couchdbkit.org/
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828distname            ${_name}-${version}
    2929
    3030checksums           md5    d5f6382665697b0f126f68a211c1a5a2 \
  • python/py-country/Portfile

     
    1 # -*- coding: utf-8; mode: tcl; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
     1# -*- coding: utf-8; mode: tcl; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
    22# $Id$
    33# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
    44
     
    1515long_description    ISO country, subdivision, language, currency and script definitions and their translations
    1616
    1717homepage            http://pypi.python.org/pypi/pycountry
    18 master_sites        http://pypi.python.org/packages/source/p/pycountry
     18master_sites        pypi:p/pycountry
    1919distname            pycountry-${version}
    2020checksums           md5 9329f25a88573174130159b96ba8730a
    2121
  • python/py-coverage/Portfile

     
    2323platforms           darwin
    2424
    2525homepage            http://nedbatchelder.com/code/${_name}/
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727distname            ${_name}-${version}
    2828
    2929checksums           md5     c7d3db1882484022c81bf619be7b6365 \
  • python/py-creoleparser/Portfile

     
    2020supported_archs     noarch
    2121
    2222homepage            http://code.google.com/p/creoleparser
    23 master_sites        http://pypi.python.org/packages/source/C/${real_name}/
     23master_sites        pypi:C/${real_name}/
    2424distname            ${real_name}-${version}
    2525checksums           rmd160  046188ceb91691aaa9a4f9d90a69db545019ec7e \
    2626                    sha256  07af317e5c19e819130e01d8d698a741f05d69572642f5710b22b9f3630b45f3
  • python/py-cryptography/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/pyca/cryptography
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-cssselect/Portfile

     
    2525
    2626homepage            https://pythonhosted.org/${name}/
    2727
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929distname            ${_name}-${version}
    3030
    3131checksums           rmd160  5e1c8da5e94411ca3928d3a805b60fe51d7f8484 \
  • python/py-csvkit/Portfile

     
    2020    Unix text processing suite (grep, sed, cut, sort) is to text. As such, csvkit \
    2121    adheres to the Unix philosophy.
    2222
    23 master_sites        http://pypi.python.org/packages/source/c/csvkit
     23master_sites        pypi:c/csvkit
    2424distname            csvkit-${version}
    2525
    2626checksums           rmd160  e83e5968dbdd22a63bb50caf11ab0f73c62928c8 \
  • python/py-ctags/Portfile

     
    2424                                easily handle hundreds source files.
    2525
    2626homepage                        http://pypi.python.org/pypi/python-ctags/
    27 master_sites                    http://pypi.python.org/packages/source/p/python-ctags/
     27master_sites                    pypi:p/python-ctags/
    2828
    2929distname                        python-ctags-${version}
    3030
  • python/py-cubes/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://cubes.databrewery.org/
    22 master_sites        https://pypi.python.org/packages/source/c/cubes/
     22master_sites        pypi:c/cubes/
    2323
    2424distname            cubes-${version}
    2525
  • python/py-dap/Portfile

     
    1717  Draft Community Standard 2005/04/27).
    1818
    1919homepage          http://pydap.org/
    20 master_sites      http://pypi.python.org/packages/source/d/dap/
     20master_sites      pypi:d/dap/
    2121distname          dap-${version}
    2222
    2323python.versions   27
  • python/py-dask/Portfile

     
    2828                    inconveniently large data in a small amount of space.
    2929
    3030homepage            http://github.com/dask/dask/
    31 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     31master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    3232
    3333distname            ${python.rootname}-${version}
    3434
  • python/py-datacite/Portfile

     
    2121homepage            http://datacite.readthedocs.org/en/stable/
    2222
    2323distname            ${_name}-${version}
    24 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     24master_sites        pypi:${_n}/${_name}/
    2525
    2626checksums           md5     37c46c71cb38ded103903bf4e1eab50a \
    2727                    rmd160  922068072b6717e7f0d37200ad3ca6978df14ed7 \
  • python/py-datashape/Portfile

     
    2323                    language support.
    2424
    2525homepage            http://packages.python.org/datashape
    26 master_sites        https://pypi.io/packages/source/D/DataShape
     26master_sites        pypi:D/DataShape
    2727
    2828distname            ${python.rootname}-${version}
    2929
  • python/py-dateutil/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://pypi.python.org/pypi/${_name}
    22 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     22master_sites        pypi:${_n}/${_name}/
    2323distname            ${_name}-${version}
    2424
    2525checksums           md5     2769f13c596427558136b34977a95269 \
  • python/py-decoratortools/Portfile

     
    1717long_description    ${description}
    1818homepage            https://pypi.python.org/pypi/DecoratorTools
    1919
    20 master_sites        https://pypi.python.org/packages/source/D/DecoratorTools
     20master_sites        pypi:D/DecoratorTools
    2121distname            DecoratorTools-${version}
    2222use_zip             yes
    2323checksums           rmd160  c4cc286a557588ec4d45ebbbc6d848fdee107a19 \
  • python/py-demjson/Portfile

     
    2828                  compliance to the standard.
    2929
    3030homepage          http://deron.meranda.us/python/demjson/
    31 master_sites      http://pypi.python.org/packages/source/d/demjson/
     31master_sites      pypi:d/demjson/
    3232distname          demjson-${version}
    3333
    3434checksums         rmd160  42dc86629d1be2ace32d562680786c678c09c1bd \
  • python/py-django-debug-toolbar/Portfile

     
    1616                    that display various debug information about the current \
    1717                    request/response.
    1818
    19 master_sites        https://pypi.python.org/packages/source/d/django-debug-toolbar/
     19master_sites        pypi:d/django-debug-toolbar/
    2020distname            django-debug-toolbar-${version}
    2121checksums           md5    85c1c70a31f0a3a646a603214d235e9f \
    2222                    rmd160 ef7b0db00f1640787e6fefa611ae4e8643d5e7a3 \
  • python/py-django-extensions/Portfile

     
    1818
    1919python.versions     26 27
    2020
    21 master_sites        https://pypi.python.org/packages/source/d/django-extensions/
     21master_sites        pypi:d/django-extensions/
    2222distname            django-extensions-${version}
    2323checksums           md5    23b47b5fb8a4c494035a077a5df07562 \
    2424                    rmd160 e17de3ff65bc2c1e1713bb44d09a292b5c1e5302 \
  • python/py-django-htmlmin/Portfile

     
    2222    deployment scripts.
    2323
    2424homepage            http://pypi.python.org/pypi/${realname}/
    25 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     25master_sites        pypi:[string index ${realname} 0]/${realname}/
    2626distname            ${realname}-${version}
    2727
    2828checksums           md5     0a968e94b7f2c5ff642e8357d1d53aba \
  • python/py-django-nose/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            http://github.com/jbalogh/${_name}
    21 master_sites        http://pypi.python.org/packages/source/${_n}/${_name}
     21master_sites        pypi:${_n}/${_name}
    2222distname            ${_name}-${version}
    2323
    2424checksums           md5     199d5358317a804b39fe05d806cab427 \
  • python/py-docopt/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            http://docopt.org
    21 master_sites        https://pypi.python.org/packages/source/d/${real_name}/
     21master_sites        pypi:d/${real_name}/
    2222distname            ${real_name}-${version}
    2323
    2424checksums           rmd160  c2e76c031e12096906b9c6b1f7dc62a9b30336f1 \
  • python/py-dsltools/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://github.com/iskandr/dsltools
    22 master_sites        https://pypi.python.org/packages/source/d/dsltools/
     22master_sites        pypi:d/dsltools/
    2323
    2424distname            dsltools-${version}
    2525
  • python/py-ecdsa/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://github.com/warner/python-ecdsa
    23 master_sites        https://pypi.python.org/packages/source/e/ecdsa/
     23master_sites        pypi:e/ecdsa/
    2424
    2525distname            ecdsa-${version}
    2626
  • python/py-emcee/Portfile

     
    1717                    code is open source and has already been used in several \
    1818                    published projects in the astrophysics literature.
    1919homepage            http://dan.iel.fm/emcee/
    20 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     20master_sites        pypi:[string index ${realname} 0]/${realname}/
    2121distname            ${realname}-${version}
    2222
    2323platforms           darwin
  • python/py-enchant/Portfile

     
    1818                    based on the excellent Enchant library.
    1919
    2020homepage            http://pythonhosted.org/pyenchant/
    21 master_sites        http://pypi.python.org/packages/source/p/pyenchant/
     21master_sites        pypi:p/pyenchant/
    2222distname            pyenchant-${version}
    2323
    2424checksums           md5     9f5acfd87d04432bf8df5f9710a17358 \
  • python/py-enum34/Portfile

     
    1313description         Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
    1414long_description    ${description}
    1515homepage            https://pypi.python.org/pypi/enum34
    16 master_sites        https://pypi.io/packages/source/e/enum34
     16master_sites        pypi:e/enum34
    1717distname            enum34-${version}
    1818
    1919checksums           rmd160  4013cb88e35292c104d0a83d973b44b92107e286 \
  • python/py-envoy/Portfile

     
    1616
    1717supported_archs     noarch
    1818
    19 master_sites        http://pypi.python.org/packages/source/e/envoy/
     19master_sites        pypi:e/envoy/
    2020distname            envoy-${version}
    2121
    2222checksums           rmd160  7bbdd7a17697411c1dfc75ace83c72051889d1b4 \
  • python/py-ephem/Portfile

     
    2222
    2323homepage            http://rhodesmill.org/pyephem/
    2424distname            ephem-${version}
    25 master_sites        http://pypi.python.org/packages/source/e/ephem/
     25master_sites        pypi:e/ephem/
    2626checksums           md5     405a109f3017251ecd8c2890d850f649 \
    2727                    rmd160  32e5fcb0e74936706b68bd811a9dcdf55b97b1f8 \
    2828                    sha256  7a4c82b1def2893e02aec0394f108d24adb17bd7b0ca6f4bc78eb7120c0212ac
  • python/py-errorhandler/Portfile

     
    1919                    level.
    2020homepage            http://www.python-excel.org
    2121
    22 master_sites        http://pypi.python.org/packages/source/e/errorhandler/
     22master_sites        pypi:e/errorhandler/
    2323distname            errorhandler-${version}
    2424checksums           rmd160  3a60f826eb1bae0e249fdefd3d6c4eb3c598832f \
    2525                    sha256  2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9
  • python/py-ete2/Portfile

     
    2828                    customized node-specific visualizations.
    2929homepage            http://etetoolkit.org/
    3030
    31 master_sites        https://pypi.python.org/packages/source/e/ete2/
     31master_sites        pypi:e/ete2/
    3232distname            ete2-${version}
    3333checksums           md5     2864ed149ac22afbc533199c9f8cb133 \
    3434                    sha1    84bd7641b07ef5c1f10adf5e263f038771bcdf20 \
  • python/py-eventlet/Portfile

     
    2222                    level.
    2323
    2424homepage            http://eventlet.net/
    25 master_sites        http://pypi.python.org/packages/source/e/eventlet/
     25master_sites        pypi:e/eventlet/
    2626distname            eventlet-${version}
    2727
    2828checksums           rmd160  ccede58cb51dac0dc6c5bfd4b8dea3a18340e2c5 \
     
    3333if {${name} ne ${subport}} {
    3434    depends_build       port:py${python.version}-setuptools
    3535    depends_lib         port:py${python.version}-greenlet
    36    
     36
    3737    livecheck.type      none
    3838} else {
    3939    livecheck.type      regex
  • python/py-ez_setup/Portfile

     
    1515platforms           darwin
    1616
    1717homepage            http://pypi.python.org/pypi/ez_setup/
    18 master_sites        http://pypi.python.org/packages/source/e/ez_setup/
     18master_sites        pypi:e/ez_setup/
    1919distname            ez_setup-${version}
    2020
    2121checksums           rmd160  796b5364e8e64455468b76b4f8a2fd10f0389d1b \
     
    2626
    2727if {${name} ne ${subport}} {
    2828    depends_build-append port:py${python.version}-setuptools
    29    
     29
    3030    post-destroot {
    3131        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
    3232        xinstall -m 644 -W ${worksrcpath} NEWS.txt \
  • python/py-fancycompleter/Portfile

     
    1616platforms               darwin
    1717
    1818homepage                https://bitbucket.org/antocuni/fancycompleter
    19 master_sites            http://pypi.python.org/packages/source/f/${real_name}
     19master_sites            pypi:f/${real_name}
    2020distname                ${real_name}-${version}
    2121checksums               rmd160  f8f92df73269877a84e79cb31b1db678bce23f42 \
    2222                        sha256  13e25da511c011cb48c8c59fd408774f0329b36d01ba7da8add486ae05b278d7
  • python/py-fastavro/Portfile

     
    1515
    1616maintainers         petr openmaintainer
    1717
    18 description         Fast read and write module for AVRO files 
     18description         Fast read and write module for AVRO files
    1919long_description    ${description}
    2020
    2121homepage            https://fastavro.readthedocs.org/
    2222
    2323distname            ${_name}-${version}
    24 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     24master_sites        pypi:${_n}/${_name}/
    2525
    2626checksums           md5     af74d03d1fd3a2384ca655e08650ce76 \
    2727                    rmd160  546f374c2e10a4f189c925dacca5525c89104f62 \
  • python/py-filechunkio/Portfile

     
    1818homepage            https://bitbucket.org/fabian/filechunkio
    1919
    2020set pypi_path       [string index ${python.rootname} 0]/${python.rootname}
    21 master_sites        http://pypi.python.org/packages/source/${pypi_path}
     21master_sites        pypi:${pypi_path}
    2222distname            ${python.rootname}-${version}
    2323
    2424checksums           md5     c168a11ad94cd2ec42a219f0f8869a7b \
  • python/py-fiona/Portfile

     
    2222                    library for reading and writing geographic vector data.
    2323
    2424homepage            http://github.com/Toblerity/Fiona
    25 master_sites        https://pypi.io/packages/source/F/Fiona
     25master_sites        pypi:F/Fiona
    2626
    2727distname            Fiona-${version}
    2828
  • python/py-fixture/Portfile

     
    2323
    2424supported_archs     noarch
    2525
    26 master_sites        http://pypi.python.org/packages/source/f/fixture/
     26master_sites        pypi:f/fixture/
    2727distname            fixture-${version}
    2828checksums           md5     cb051fbc19c3edc355ba276e9d524848 \
    2929                    sha1    558d73ebea2f192dde6c88bebcbc24cb4707558d \
  • python/py-flake8/Portfile

     
    2929homepage            http://flake8.readthedocs.org/
    3030
    3131distname            ${_name}-${version}
    32 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     32master_sites        pypi:${_n}/${_name}/
    3333
    3434checksums           md5     a4585b3569b95c3f66acb8294a7f06ef \
    3535                    rmd160  6c839569a0a232b0be6dd0f207dace8914f5fb68 \
  • python/py-flake8-mccabe/Portfile

     
    2323homepage            https://pypi.python.org/pypi/${_name}/${version}
    2424
    2525distname            ${_name}-${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727
    2828checksums           md5     8c425db05f310adcd4bb174b991f26f5 \
    2929                    rmd160  b2a68c81e7dccb65ea67648c548d067198656eac \
  • python/py-flake8-pep8-naming/Portfile

     
    2323homepage            https://pypi.python.org/pypi/${_name}/${version}
    2424
    2525distname            ${_name}-${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727
    2828checksums           md5     566f05660200993191312d51cd5a6cc9 \
    2929                    rmd160  a2f2031f1323df43f21d4a47e1d71eb1faa605d5 \
  • python/py-flask/Portfile

     
    1818long_description    Flask is a ${description}, intended for small-scale applications
    1919
    2020homepage            http://flask.pocoo.org/
    21 master_sites        http://pypi.python.org/packages/source/F/Flask/
     21master_sites        pypi:F/Flask/
    2222default distname    {Flask-${version}}
    2323
    2424checksums           rmd160  8f06ed2da14ed2dfbad7a38026a32f1117fb7600 \
     
    3030    depends_lib-append      port:py${python.version}-jinja2 \
    3131                            port:py${python.version}-werkzeug \
    3232                            port:py${python.version}-itsdangerous
    33    
     33
    3434    livecheck.type      none
    3535} else {
    3636    livecheck.type      regex
  • python/py-flask-auth/Portfile

     
    1717license             BSD
    1818platforms           darwin
    1919homepage            http://pythonhosted.org/Flask-WTF
    20 master_sites        http://pypi.python.org/packages/source/F/Flask-Auth
     20master_sites        pypi:F/Flask-Auth
    2121distname            ${real_name}-${version}
    2222checksums           rmd160  62a4934d152a2b4a45ab6d01c303c0e28d73daff \
    2323                    sha256  a749c1f021a731ba8b40656bf863093840fa8cb4f1d2675571c1073357245285
  • python/py-flask-babel/Portfile

     
    1919supported_archs     noarch
    2020
    2121homepage            http://pypi.python.org/pypi/${real_name}
    22 master_sites        http://pypi.python.org/packages/source/F/${real_name}/
     22master_sites        pypi:F/${real_name}/
    2323distname            ${real_name}-${version}
    2424
    2525checksums           rmd160  41fc8cfb4b6125a2730930c01a6ef9d82b838650 \
  • python/py-flask-frozen/Portfile

     
    1919platforms           darwin
    2020
    2121homepage            http://pypi.python.org/pypi/${real_name}
    22 master_sites        http://pypi.python.org/packages/source/F/${real_name}/
     22master_sites        pypi:F/${real_name}/
    2323distname            ${real_name}-${version}
    2424checksums           rmd160  d46f686cf18f61a9e59ee5cda5854af5c4e7de04 \
    2525                    sha256  21d7a6f2fba940106544aaf41bd5f26e281d96fbb642d7876a3aaceec944a163
  • python/py-flask-login/Portfile

     
    1717    handles the common tasks of logging in, logging out, and remembering your \
    1818    users' sessions over extended periods of time.
    1919homepage            https://flask-login.readthedocs.org/
    20 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     20master_sites        pypi:[string index ${realname} 0]/${realname}/
    2121distname            ${realname}-${version}
    2222
    2323checksums           md5     d95c2275d3e1c755145910077366dc45 \
  • python/py-flask-mail/Portfile

     
    1717license             BSD
    1818platforms           darwin
    1919homepage            http://pythonhosted.org/Flask-Mail/
    20 master_sites        http://pypi.python.org/packages/source/[string index ${real_name} 0]/${real_name}/
     20master_sites        pypi:[string index ${real_name} 0]/${real_name}/
    2121distname            ${real_name}-${version}
    2222checksums           md5     04b35a42a44ec7aa724ec8ce55e2e08e \
    2323                    rmd160  1408261d04ec35861350fafe53dae4d862ddc10d \
  • python/py-flask-mongoalchemy/Portfile

     
    1717platforms           darwin
    1818
    1919homepage            http://pypi.python.org/pypi/Flask-MongoAlchemy
    20 master_sites        http://pypi.python.org/packages/source/F/${real_name}/
     20master_sites        pypi:F/${real_name}/
    2121distname            ${real_name}-${version}
    2222checksums           rmd160  35d2413179befa42bf644418f0fa192cd445997a \
    2323                    sha256  4468cef1b2119971d721162133d8f15314b92439b812b3f4d1d2e0d32dbae03c
  • python/py-flask-script/Portfile

     
    1515description         Scripting support for Flask
    1616long_description    Flask support for writing external scripts.
    1717homepage            http://flask-script.readthedocs.org/
    18 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     18master_sites        pypi:[string index ${realname} 0]/${realname}/
    1919distname            ${realname}-${version}
    2020
    2121checksums           md5     e5c73d3b7937f5b88942f342f9617029 \
  • python/py-flask-uploads/Portfile

     
    2020platforms           darwin
    2121
    2222homepage            http://pypi.python.org/pypi/${real_name}
    23 master_sites        http://pypi.python.org/packages/source/F/${real_name}/
     23master_sites        pypi:F/${real_name}/
    2424distname            ${real_name}-${version}
    2525checksums           rmd160  e00a36b3a8597a3c3d13ae7d66979980fc5f1781 \
    2626                    sha256  2ed695257bb9e3ab93aacf88022f78e1167c748ba8ec19c180ede4af36a4d4de
  • python/py-flup/Portfile

     
    1919                    two flavors: a threaded version, and a forking version.
    2020
    2121homepage            http://www.saddi.com/software/flup
    22 master_sites        http://pypi.python.org/packages/source/f/flup/
     22master_sites        pypi:f/flup/
    2323distname            flup-${version}
    2424checksums           md5 a005b072d144fc0e44b0fa4c5a9ba029 \
    2525                    sha1 d1be86226a46ef031bf813497aa5520e3792b8e2 \
  • python/py-formalchemy/Portfile

     
    1717long_description    ${description}
    1818
    1919homepage            https://pypi.python.org/pypi/FormAlchemy/
    20 master_sites        https://pypi.python.org/packages/source/F/FormAlchemy/
     20master_sites        pypi:F/FormAlchemy/
    2121distname            FormAlchemy-${version}
    2222
    2323checksums           rmd160 d7f78d51bf7fd20c642356002bcfa77022fb56fc
     
    2424
    2525python.versions     26 27
    2626
    27 if {$subport ne $name} {       
     27if {$subport ne $name} {
    2828    depends_build-append    port:py${python.version}-setuptools
    2929    depends_lib-append      port:py${python.version}-sqlalchemy \
    3030                            port:py${python.version}-tempita \
  • python/py-formencode/Portfile

     
    2323}
    2424
    2525distname                FormEncode-${version}
    26 master_sites            http://pypi.python.org/packages/source/F/FormEncode/
     26master_sites            pypi:F/FormEncode/
    2727
    2828checksums               rmd160 37bdf14bc439a070342020867ee7062bcffce27b
  • python/py-freebase/Portfile

     
    2323
    2424supported_archs     noarch
    2525
    26 master_sites        http://pypi.python.org/packages/source/f/freebase/
     26master_sites        pypi:f/freebase/
    2727distname            freebase-${version}
    2828checksums           md5     f873f6f53668b4df66c8b844c716acf5 \
    2929                    sha1    9f0e398d4f1e21126d5949ccf2bc8172d10065c0 \
  • python/py-funcparserlib/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://code.google.com/p/funcparserlib/
    23 master_sites        https://pypi.python.org/packages/source/f/funcparserlib/
     23master_sites        pypi:f/funcparserlib/
    2424
    2525distname            funcparserlib-${version}
    2626
  • python/py-funcsigs/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://funcsigs.readthedocs.org/
    23 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     23master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2424
    2525distname            ${python.rootname}-${version}
    2626
  • python/py-functools32/Portfile

     
    2121
    2222set realName functools32
    2323
    24 master_sites        https://pypi.python.org/packages/source/f/$realName
     24master_sites        pypi:f/$realName
    2525distname            $realName-${version}
    2626
    2727checksums           rmd160  f96924aa207ac835157f734a785216f57cdb123a \
  • python/py-future/Portfile

     
    2525    either Python 2 or Python 3 to code compatible with both platforms.
    2626
    2727homepage            http://python-future.org/
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929distname            ${_name}-${version}
    3030
    3131checksums           md5     a68eb3c90b3b76714c5ceb8c09ea3a06 \
  • python/py-futures/Portfile

     
    1616long_description    ${description}
    1717
    1818homepage            http://code.google.com/p/pythonfutures/
    19 master_sites        https://pypi.python.org/packages/source/f/futures/
     19master_sites        pypi:f/futures/
    2020distname            futures-${version}
    2121
    2222checksums           rmd160  7b39105e242b9db316217c51e0e81214bc6e4526 \
  • python/py-gcn/Portfile

     
    2525  TCP/IP VOEvent Transport Protocol \
    2626  (http://www.ivoa.net/documents/Notes/VOEventTransport).
    2727homepage            http://pypi.python.org/pypi/${realname}/
    28 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     28master_sites        pypi:[string index ${realname} 0]/${realname}/
    2929distname            ${realname}-${version}
    3030
    3131checksums           md5     3a5670daef908ed0a28461701753424d \
  • python/py-gdal/Portfile

     
    2020    and manipulating the GDAL Geospatial Data Abstraction Library.
    2121
    2222homepage            http://www.gdal.org
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     23master_sites        pypi:${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    2626checksums           md5     df013c4417a3820b6d59c9b01d2c68c9 \
  • python/py-gensim/Portfile

     
    2222platforms           darwin
    2323license             LGPL
    2424
    25 master_sites        https://pypi.python.org/packages/source/g/${real_name}/
     25master_sites        pypi:g/${real_name}/
    2626distname            ${real_name}-${version}
    2727
    2828python.versions     27 34
  • python/py-geoalchemy/Portfile

     
    2626    Code Program under the mentorship of Mark Ramm-Christensen.
    2727
    2828homepage            http://www.geoalchemy.org/
    29 master_sites        http://pypi.python.org/packages/source/G/GeoAlchemy/
     29master_sites        pypi:G/GeoAlchemy/
    3030
    3131distname            GeoAlchemy-${version}
    3232
  • python/py-geographiclib/Portfile

     
    2525homepage            https://pypi.python.org/pypi/${_name}/${version}
    2626
    2727distname            ${_name}-${version}
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929
    3030checksums           md5     47040ba1d4fee5d8fd871fa33cea66be \
    3131                    rmd160  0fa04fcc66a9a15124733fd22dc7e0335c130fd1 \
  • python/py-geohash/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://code.google.com/p/python-geohash
    22 master_sites        https://pypi.python.org/packages/source/p/python-geohash/
     22master_sites        pypi:p/python-geohash/
    2323
    2424distname            python-geohash-${version}
    2525
  • python/py-geojson/Portfile

     
    2727homepage            https://github.com/frewsxcv/python-geojson
    2828
    2929distname            ${_name}-${version}
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     30master_sites        pypi:${_n}/${_name}/
    3131
    3232checksums           md5     2131dfaf4546db43f64d9c98d443b48c \
    3333                    rmd160  e7a6622856f9418bced6ef0602e90a7d7a819ae2 \
  • python/py-geopandas/Portfile

     
    2121                    to pandas objects.
    2222
    2323homepage            http://geopandas.org
    24 master_sites        https://pypi.python.org/packages/source/g/geopandas/
     24master_sites        pypi:g/geopandas/
    2525
    2626distname            geopandas-${version}
    2727
  • python/py-gevent-websocket/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            https://bitbucket.org/Jeffrey/gevent-websocket
    23 master_sites        https://pypi.python.org/packages/source/g/gevent-websocket/
     23master_sites        pypi:g/gevent-websocket/
    2424
    2525distname            gevent-websocket-${version}
    2626
  • python/py-gitdb/Portfile

     
    1313long_description  ${description}
    1414
    1515homepage          http://packages.python.org/gitdb/
    16 master_sites      http://pypi.python.org/packages/source/g/gitdb/
     16master_sites      pypi:g/gitdb/
    1717distname          gitdb-${version}
    1818
    1919python.versions   26 27
  • python/py-gitpython/Portfile

     
    1515                  can traverse it to find parent commit(s), trees, blobs, etc.
    1616
    1717homepage          http://gitorious.org/projects/git-python/
    18 master_sites      http://pypi.python.org/packages/source/G/GitPython/
     18master_sites      pypi:G/GitPython/
    1919distname          GitPython-${version}
    2020
    2121python.versions   26 27
  • python/py-gmpy/Portfile

     
    1616    GMP library.
    1717
    1818homepage            http://code.google.com/p/gmpy/
    19 master_sites        https://pypi.python.org/packages/source/g/gmpy
     19master_sites        pypi:g/gmpy
    2020distname            gmpy-${version}
    2121use_zip             yes
    2222checksums           rmd160  0465338605fa73695259082c973eab23d7d96cff \
  • python/py-gmpy2/Portfile

     
    1818    and complex arithmetic as provided by the MPFR and MPC libraries.
    1919
    2020homepage            http://code.google.com/p/gmpy/
    21 master_sites        https://pypi.python.org/packages/source/g/gmpy2
     21master_sites        pypi:g/gmpy2
    2222distname            gmpy2-${version}
    2323use_zip             yes
    2424checksums           rmd160  0764018c6122ad2729a82042bd9c35f4df8c3e81 \
  • python/py-google-api/Portfile

     
    2121supported_archs     noarch
    2222
    2323homepage            http://pypi.python.org/pypi/${realname}
    24 master_sites        https://pypi.python.org/packages/source/g/${realname}/
     24master_sites        pypi:g/${realname}/
    2525distname            ${realname}-${version}
    2626
    2727checksums           rmd160  c6cbb670bd402e9b466e404c709d3655a5e861e7 \
    28                     sha256  ffb89782c74702bd47d217709741717f0e4812d87f6cea04783f991d3eb51abd 
     28                    sha256  ffb89782c74702bd47d217709741717f0e4812d87f6cea04783f991d3eb51abd
    2929
    3030if {${name} ne ${subport}} {
    3131    depends_build           port:py${python.version}-setuptools
     
    3232    depends_lib-append      port:py${python.version}-httplib2 \
    3333                            port:py${python.version}-uritemplate \
    3434                            port:py${python.version}-oauth2client
    35    
     35
    3636    post-destroot {
    3737        delete ${destroot}${python.pkgd}/uritemplate
    3838        delete ${destroot}${python.pkgd}/oauth2client
    39        
     39
    4040        set egg-info ${destroot}${python.pkgd}/google_api_python_client-${version}-py${python.branch}.egg-info
    4141        foreach d [glob -dir ${egg-info} *] {
    4242            file attributes ${d} -permissions 0644
  • python/py-greenlet/Portfile

     
    4444                    for the regular unmodified interpreter.
    4545
    4646homepage            http://undefined.org/python/#greenlet
    47 master_sites        https://pypi.python.org/packages/source/g/greenlet/
     47master_sites        pypi:g/greenlet/
    4848
    4949distname            greenlet-${version}
    5050
  • python/py-hachoir-core/Portfile

     
    1818                    is to be able to know the meaning of each bit in a file.
    1919
    2020homepage            http://pypi.python.org/pypi/hachoir-core
    21 master_sites        http://pypi.python.org/packages/source/h/hachoir-core/
     21master_sites        pypi:h/hachoir-core/
    2222distname            hachoir-core-${version}
    2323
    2424checksums           rmd160  bc29a5433db1fe86fb90928be63b4af569f0d977 \
  • python/py-hachoir-metadata/Portfile

     
    3232                    Torrent
    3333
    3434homepage            http://pypi.python.org/pypi/hachoir-metadata
    35 master_sites        http://pypi.python.org/packages/source/h/hachoir-metadata/
     35master_sites        pypi:h/hachoir-metadata/
    3636distname            hachoir-metadata-${version}
    3737
    3838checksums           rmd160  9fc1fc7e35321a1839b4270b1723887a0465f2a0 \
  • python/py-hachoir-parser/Portfile

     
    3939                    tcpdump, torrent, ttf
    4040
    4141homepage            http://pypi.python.org/pypi/hachoir-parser
    42 master_sites        http://pypi.python.org/packages/source/h/hachoir-parser/
     42master_sites        pypi:h/hachoir-parser/
    4343distname            hachoir-parser-${version}
    4444
    4545checksums           rmd160  e487b9d5110593a155875a91bd481db9d35588c1 \
  • python/py-hachoir-urwid/Portfile

     
    2020                    useful when you would like to compare hexadecimal data and Hachoir reprensentation.
    2121
    2222homepage            http://pypi.python.org/pypi/hachoir-urwid/${version}
    23 master_sites        http://pypi.python.org/packages/source/h/hachoir-urwid/
     23master_sites        pypi:h/hachoir-urwid/
    2424distname            hachoir-urwid-${version}
    2525
    2626checksums           rmd160  63964024d1b52bd3d485f493aae81ef57897406d \
  • python/py-hdfs/Portfile

     
    2222homepage            http://hdfscli.readthedocs.org/
    2323
    2424distname            ${_name}-${version}
    25 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     25master_sites        pypi:${_n}/${_name}/
    2626
    2727checksums           md5     c48b86a0fb05d22b5f4eb4cb84fc6452 \
    2828                    rmd160  442f119b819afecb20ab3f13096c3a8a8827542f \
  • python/py-healpy/Portfile

     
    1919
    2020set basename            healpy
    2121distname                ${basename}-${version}
    22 master_sites            https://pypi.python.org/packages/source/[string index ${basename} 0]/${basename}/
     22master_sites            pypi:[string index ${basename} 0]/${basename}/
    2323homepage                http://pypi.python.org/pypi/${basename}/
    2424
    2525checksums               md5     d99576e843a3f3aa0834fed0524b9981 \
  • python/py-hgsvn/Portfile

     
    1616                        Subversion-managed projects using the Mercurial \
    1717                        distributed version control system.
    1818
    19 master_sites            http://pypi.python.org/packages/source/h/hgsvn
     19master_sites            pypi:h/hgsvn
    2020distname                hgsvn-${version}
    2121
    2222checksums               rmd160  3f6c9b0bbda5c8454478436d0c0589e04d8394e1 \
  • python/py-hiredis/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/pietern/hiredis-py
    22 master_sites        https://pypi.python.org/packages/source/h/hiredis/
     22master_sites        pypi:h/hiredis/
    2323
    2424distname            hiredis-${version}
    2525
  • python/py-hpack/Portfile

     
    2626homepage            https://pypi.python.org/pypi/${_name}/${version}
    2727
    2828distname            ${_name}-${version}
    29 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     29master_sites        pypi:${_n}/${_name}/
    3030
    3131checksums           md5     32a8d63b2c5b80776a5f7c3ba67c710f \
    3232                    rmd160  01674159d5adfdd9e294c50def4e5a7803d1f404 \
  • python/py-html2text/Portfile

     
    2222                    be valid Markdown (a text-to-HTML format).
    2323
    2424homepage            http://pypi.python.org/pypi/${realname}
    25 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     25master_sites        pypi:[string index ${realname} 0]/${realname}/
    2626distname            ${realname}-${version}
    2727
    2828checksums           rmd160  d58217dc30c3750538dbd78a016ca60ef958579b \
  • python/py-htmlcalendar/Portfile

     
    1515                                in HTML format with optional links.
    1616
    1717homepage                http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html
    18 master_sites    http://pypi.python.org/packages/source/H/HTMLCalendar/
     18master_sites    pypi:H/HTMLCalendar/
    1919distname                HTMLCalendar-${version}
    2020checksums               md5     f6a1203b90d2d272eb37c48e7b020a98 \
    2121                                sha1    f1b5836f933bf5569912d555bd13923402bcf111 \
  • python/py-htseq/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            http://www-huber.embl.de/users/anders/${_name}/
    21 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
     21master_sites        pypi:${_n}/${_name}
    2222distname            ${_name}-${version}
    2323
    2424checksums           rmd160  034ef4917faabb8659adc89ceb1ab0d94d7703bd \
  • python/py-http-parser/Portfile

     
    2121
    2222homepage            http://github.com/benoitc/http-parser
    2323
    24 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     24master_sites        pypi:${_n}/${_name}/
    2525distname            ${_name}-${version}
    2626
    2727checksums           md5 751967e2785c829dffebdc9a511e0eec \
  • python/py-hyperframe/Portfile

     
    2727homepage            https://pypi.python.org/pypi/${_name}/${version}
    2828
    2929distname            ${_name}-${version}
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     30master_sites        pypi:${_n}/${_name}/
    3131
    3232checksums           md5     ce7c8f96b6533f0350041ea90e55b1bb \
    3333                    rmd160  19b01ef7471430588388b7c69110271e7c0b3b9f \
  • python/py-hypy/Portfile

     
    1717                    documents from Python code.
    1818homepage            http://goonmill.org/hypy/
    1919
    20 master_sites        http://pypi.python.org/packages/source/H/Hypy/
     20master_sites        pypi:H/Hypy/
    2121distname            Hypy-${version}
    2222checksums           md5     61f2a7f618a24dc249d33b4670f13d55 \
    2323                    rmd160  d300b13e1bc5b33c607de6c7e2357b9c9ae77440 \
  • python/py-igraph/Portfile

     
    2020                    graph library
    2121
    2222homepage            http://pypi.python.org/pypi/python-igraph/
    23 master_sites        http://pypi.python.org/packages/source/p/python-igraph/
     23master_sites        pypi:p/python-igraph/
    2424
    2525distname            python-igraph-${version}
    2626dist_subdir         python/${distname}/1/
  • python/py-imagesize/Portfile

     
    1616   image size.
    1717
    1818homepage            https://github.com/shibukawa/imagesize_py
    19 master_sites        https://pypi.python.org/packages/source/i/imagesize/
     19master_sites        pypi:i/imagesize/
    2020
    2121checksums           md5 23cb4b0b5ec76fb26942d6cc0b1cf31c \
    2222                    rmd160 73864c12608bf3f780959d70d5f873759543a8c7 \
  • python/py-imgur/Portfile

     
    2323homepage            https://pypi.python.org/pypi/${_name}/${version}
    2424
    2525distname            ${_name}-${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727
    2828checksums           md5     6a5585a8729a77024dee196b5894e6dc \
    2929                    rmd160  da8397a8c4b2fe41a49fcae7ac6d6ea24834f629 \
  • python/py-import_relative/Portfile

     
    2222                    collection.
    2323homepage            https://code.google.com/p/pyimport-relative
    2424
    25 master_sites        https://pypi.python.org/packages/source/i/import_relative
     25master_sites        pypi:i/import_relative
    2626distname            import_relative-${version}
    2727checksums           rmd160  ab53ebfdbbdf7f5c6f06849f0f7913a1e169a5cd \
    2828                    sha256  3ed62f11ec8fc525686135d55a117e317b62ee8a612b4415436b6fb03d9724ea
  • python/py-imread/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://luispedro.org/software/imread/
    22 master_sites        https://pypi.python.org/packages/source/i/imread/
     22master_sites        pypi:i/imread/
    2323
    2424distname            imread-${version}
    2525
  • python/py-instapaperlib/Portfile

     
    99categories-append   textproc
    1010license             MIT
    1111maintainers         nomaintainer
    12 description         Python API for instapaper.com 
     12description         Python API for instapaper.com
    1313long_description    Instapaper is a simple web app for saving pages for reading \
    1414                    later. This library provides an API for the web service.
    1515
     
    1818supported_archs     noarch
    1919
    2020homepage            https://pypi.python.org/pypi/instapaperlib
    21 master_sites        https://pypi.python.org/packages/source/i/instapaperlib/
     21master_sites        pypi:i/instapaperlib/
    2222distname            instapaperlib-${version}
    2323
    2424checksums           md5 c6f4c0cfeed03a5b417fa07f9e89d35d
  • python/py-ipy/Portfile

     
    2525                    IPv4 and IPv6 addresses and networks.
    2626
    2727homepage            https://github.com/haypo/python-ipy
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929distname            ${_name}-${version}
    3030
    3131checksums           rmd160  9d059c6949134ac0f74ae768a8d6dbac5cdb9b54 \
     
    3838        set docdir ${prefix}/share/doc/${subport}
    3939        xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
    4040    }
    41    
     41
    4242    livecheck.type  none
    4343} else {
    4444    livecheck.url   https://pypi.python.org/pypi/${_name}/json
  • python/py-ipython/Portfile

     
    2121long_description    ${description}
    2222
    2323homepage            http://ipython.org
    24 master_sites        https://pypi.python.org/packages/4e/c7/519b95112dba6f3ae91530bcb8564454c575fcb1fdb323b2b0ee9eff1227
     24master_sites        pypi:i/${python.rootname}
    2525
    2626distname            ${python.rootname}-${version}
    2727
  • python/py-ipywidgets/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://ipython.org
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-isodate/Portfile

     
    2020                    is treated as non existent, and not as an allowed option.
    2121
    2222homepage            https://pypi.python.org/pypi/isodate
    23 master_sites        https://pypi.python.org/packages/source/i/isodate
     23master_sites        pypi:i/isodate
    2424distname            isodate-${version}
    2525
    2626checksums           md5     9a267e9327feb3d021cae26002ba6e0e \
  • python/py-itsdangerous/Portfile

     
    1515description         Various helpers to pass trusted data to untrusted environments and back
    1616long_description    ${description}
    1717homepage            http://pythonhosted.org/itsdangerous/
    18 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     18master_sites        pypi:[string index ${realname} 0]/${realname}/
    1919distname            ${realname}-${version}
    2020
    2121checksums           md5     a3d55aa79369aef5345c036a8a26307f \
  • python/py-jcc/Portfile

     
    2929
    3030homepage            http://lucene.apache.org/pylucene/jcc/index.html
    3131
    32 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     32master_sites        pypi:${_n}/${_name}/
    3333distname            ${_name}-${version}
    3434
    3535checksums           md5 5761aaaae3b9082dbc6769014b97dac3 \
  • python/py-jenkins-job-builder/Portfile

     
    1515long_description    ${description}
    1616
    1717homepage            https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder
    18 master_sites        https://pypi.python.org/packages/source/j/jenkins-job-builder
     18master_sites        pypi:j/jenkins-job-builder
    1919distname            jenkins-job-builder-0.8.1
    2020
    2121checksums           rmd160  48625ca15fb82153844c73bb68529da8f9a72b7a \
  • python/py-jinja/Portfile

     
    1919platforms           darwin
    2020
    2121homepage            http://jinja.pocoo.org/
    22 master_sites        http://pypi.python.org/packages/source/J/Jinja/
     22master_sites        pypi:J/Jinja/
    2323distname            Jinja-${version}
    2424
    2525checksums           md5 1235a005ade00b213800ff1e798c0241 \
  • python/py-jinja2/Portfile

     
    2121platforms           darwin
    2222
    2323homepage            http://jinja.pocoo.org/
    24 master_sites        https://pypi.python.org/packages/source/J/Jinja2/
     24master_sites        pypi:J/Jinja2/
    2525distname            Jinja2-${version}
    2626
    2727checksums           md5 edb51693fe22c53cee5403775c71a99e \
  • python/py-jmespath/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            https://github.com/boto/jmespath
    17 master_sites        https://pypi.python.org/packages/source/j/jmespath
     17master_sites        pypi:j/jmespath
    1818distname            jmespath-0.6.2
    1919
    2020checksums           rmd160  6202c97e0266ec6e9307dce7c338fab0937da098 \
  • python/py-jmespath-terminal/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            https://github.com/boto/jmespath
    17 master_sites        https://pypi.python.org/packages/source/j/jmespath-terminal
     17master_sites        pypi:j/jmespath-terminal
    1818distname            jmespath-terminal-${version}
    1919
    2020checksums           rmd160  a3d5fc3c05fe2e9e71fab9c6d9f6acfeac7ce39f \
  • python/py-jsonschema/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://github.com/Julian/jsonschema
    23 master_sites        https://pypi.python.org/packages/source/j/jsonschema/
     23master_sites        pypi:j/jsonschema/
    2424
    2525distname            jsonschema-${version}
    2626
  • python/py-jubatus-client/Portfile

     
    1919platforms           darwin
    2020license             MIT
    2121
    22 master_sites        http://pypi.python.org/packages/source/j/${real_name}/
     22master_sites        pypi:j/${real_name}/
    2323distname            ${real_name}-${version}
    2424checksums           rmd160  3a1ecaba2197c1e8cafdf1fe16f9a8485c7865a6 \
    2525                    sha256  14d23853d3a90b1114c4c523804f4e14434a30db00e9ae4800082ae64a3b4aa0
  • python/py-jwt/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://pypi.python.org/pypi/${_name}/${version}
    22 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     22master_sites        pypi:${_n}/${_name}/
    2323distname            ${_name}-${version}
    2424
    2525checksums           md5     2f9bd9226d72b13d19d2c557114d03dc \
  • python/py-kid/Portfile

     
    1616                    for generating and transforming XML vocabularies.
    1717homepage            http://www.kid-templating.org/
    1818
    19 master_sites        http://pypi.python.org/packages/source/k/kid/
     19master_sites        pypi:k/kid/
    2020distname            kid-${version}
    2121checksums           md5     4233e592eee906039ad3dcbedbf6e972
    2222
  • python/py-kqueue/Portfile

     
    1212description         This is a kqueue package
    1313long_description    ${description}
    1414homepage            ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/
    15 master_sites        http://pypi.python.org/packages/source/p/py-kqueue/
     15master_sites        pypi:p/py-kqueue/
    1616distname            py-kqueue-${version}
    1717checksums           md5 98d0c0d76c1ff827b3de33ac0073d2e7 \
    1818                    sha1 2b59840332786d08af84fd936bf47a11affc5ef6 \
  • python/py-ldap/Portfile

     
    1818                                LDAPv3 schema, etc.).
    1919
    2020homepage                http://www.python-ldap.org/
    21 master_sites    http://pypi.python.org/packages/source/p/python-ldap/ \
     21master_sites    pypi:p/python-ldap/ \
    2222                http://distfiles.macports.org/python/
    2323distname                python-ldap-${version}
    2424checksums       md5     564d741a7c6d5fdcb45322fe9262d1a5 \
  • python/py-lepl/Portfile

     
    2121        which has a a friendly, easy-to-use syntax.
    2222
    2323homepage            http://pypi.python.org/pypi/LEPL/
    24 master_sites        https://pypi.python.org/packages/source/L/LEPL/
     24master_sites        pypi:L/LEPL/
    2525distname            LEPL-${version}
    2626
    2727checksums           rmd160  dc5bb15465e38d7748a440e644adbc3a2984a929 \
  • python/py-leveldb/Portfile

     
    1616long_description    ${description}
    1717
    1818homepage            https://code.google.com/p/py-leveldb/
    19 master_sites        https://pypi.python.org/packages/source/l/${real_name}/
     19master_sites        pypi:l/${real_name}/
    2020
    2121checksums           rmd160  368f83cfea487bd9ce90a3904a158e33b68b709e \
    2222                    sha256  db71c26b53a4c9b70721069646bdd3dddc65459be32a80e2dfea2ebed0c5c641
  • python/py-levenshtein/Portfile

     
    2525                    supports both normal and Unicode strings.
    2626
    2727homepage            http://github.com/ztane/python-Levenshtein
    28 master_sites        https://pypi.python.org/packages/source/p/python-Levenshtein/
     28master_sites        pypi:p/python-Levenshtein/
    2929
    3030distname            python-Levenshtein-${version}
    3131
  • python/py-liblzma/Portfile

     
    1515long_description        ${description}
    1616
    1717homepage                https://launchpad.net/pyliblzma
    18 master_sites            http://pypi.python.org/packages/source/p/pyliblzma/
     18master_sites            pypi:p/pyliblzma/
    1919use_bzip2               yes
    2020distname                pyliblzma-${version}
    2121checksums               md5 500f61116ee1ab4063b49c121786863a \
  • python/py-librabbitmq/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://github.com/celery/librabbitmq
    22 master_sites        https://pypi.python.org/packages/source/l/librabbitmq/
     22master_sites        pypi:l/librabbitmq/
    2323
    2424distname            librabbitmq-${version}
    2525
  • python/py-llvmmath/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://pypi.python.org/pypi/llvmmath
    22 master_sites        https://pypi.python.org/packages/source/l/llvmmath/
     22master_sites        pypi:l/llvmmath/
    2323
    2424distname            llvmmath-${version}
    2525
  • python/py-lmfit/Portfile

     
    1616                        in terms of algebraic constraints of other Parameters.
    1717platforms               darwin
    1818homepage                http://lmfit.github.io/lmfit-py/
    19 master_sites            https://pypi.python.org/packages/source/l/lmfit/
     19master_sites            pypi:l/lmfit/
    2020distname                lmfit-${version}
    2121
    2222checksums               rmd160  7a93721a554961fde5016cf10dece8364a100154 \
  • python/py-logilab-common/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://www.logilab.org/project/logilab-common
    23 master_sites        https://pypi.python.org/packages/source/l/logilab-common/
     23master_sites        pypi:l/logilab-common/
    2424
    2525distname            logilab-common-${version}
    2626
  • python/py-lxml/Portfile

     
    2727                    the well-known ElementTree API.
    2828
    2929homepage            http://lxml.de/
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     30master_sites        pypi:${_n}/${_name}/
    3131distname            ${_name}-${version}
    3232
    3333checksums           md5     5957cc384bd6e83934be35c057ec03b6 \
  • python/py-ly/Portfile

     
    1818                    manipulate LilyPond source files.
    1919
    2020homepage            https://github.com/wbsoft/${python.rootname}
    21 master_sites        https://pypi.python.org/packages/57/4f/889579244947368f28eda66b782331b1e75f83fd72e63f9ece93cd7a18f9/
     21master_sites        pypi:l/${python.rootname}
    2222distname            ${python.rootname}-${version}
    2323
    2424checksums           md5     14c8f6bb5c887564af187d1fd5fbbc91 \
  • python/py-lz4/Portfile

     
    1313platforms           darwin
    1414supported_archs     noarch
    1515homepage            http://pypi.python.org/pypi/lz4
    16 master_sites        http://pypi.python.org/packages/source/l/lz4/
     16master_sites        pypi:l/lz4/
    1717distname            lz4-${version}
    1818
    1919checksums           rmd160  831f40f2e4681332ec2a98d169b04c2a943bfd03 \
  • python/py-m2crypto/Portfile

     
    1616platforms          darwin
    1717
    1818homepage           https://pypi.python.org/pypi/M2Crypto
    19 master_sites       https://pypi.python.org/packages/source/M/M2Crypto/
     19master_sites       pypi:M/M2Crypto/
    2020distname           M2Crypto-${version}
    2121
    2222python.versions    26 27
  • python/py-macholib/Portfile

     
    2323supported_archs     noarch
    2424
    2525homepage            http://undefined.org/python/#macholib
    26 master_sites        https://pypi.python.org/packages/source/m/macholib/
     26master_sites        pypi:m/macholib/
    2727distname            macholib-${version}
    2828
    2929checksums           md5 cf03a55323d5b7ca59be530ba0b01032 \
  • python/py-managesieve/Portfile

     
    1616                                Sieve scripts, including an interactive sieveshell.
    1717
    1818homepage                http://packages.python.org/managesieve/
    19 master_sites            http://pypi.python.org/packages/source/m/managesieve/
     19master_sites            pypi:m/managesieve/
    2020distname                managesieve-${version}
    2121use_bzip2               yes
    2222checksums               md5 c252b3d06dc3419dcf3bff815f485b7a    \
  • python/py-marisa-trie/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/kmike/marisa-trie
    22 master_sites        https://pypi.python.org/packages/source/m/marisa-trie/
     22master_sites        pypi:m/marisa-trie/
    2323
    2424distname            marisa-trie-${version}
    2525
  • python/py-markupsafe/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            http://www.pocoo.org/projects/markupsafe/
    21 master_sites        http://pypi.python.org/packages/source/M/MarkupSafe/
     21master_sites        pypi:M/MarkupSafe/
    2222
    2323distname            MarkupSafe-${version}
    2424
  • python/py-mechanize/Portfile

     
    1616                    Lester's Perl module WWW::Mechanize.
    1717
    1818homepage            http://wwwsearch.sourceforge.net/mechanize
    19 master_sites        http://pypi.python.org/packages/source/m/mechanize \
     19master_sites        pypi:m/mechanize \
    2020                    ${homepage}/src
    2121distname            mechanize-${version}
    2222checksums           md5 32657f139fc2fb75bcf193b63b8c60b2 \
     
    3131    test.run            yes
    3232    test.cmd            ${python.bin}
    3333    test.target         test.py
    34    
     34
    3535    post-destroot {
    3636        foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
    3737            copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
  • python/py-medusa/Portfile

     
    1717supported_archs     noarch
    1818
    1919homepage            https://pypi.python.org/pypi/medusa
    20 master_sites        https://pypi.python.org/packages/source/m/${real_name}
     20master_sites        pypi:m/${real_name}
    2121distname            ${real_name}-${version}
    2222
    2323checksums           rmd160  84da6140aaf3e677e86014a4e87c83ada39776ec \
  • python/py-meld3/Portfile

     
    1717platforms           darwin
    1818
    1919homepage            http://www.plope.com/software/meld3
    20 master_sites        https://pypi.python.org/packages/source/m/${real_name}
     20master_sites        pypi:m/${real_name}
    2121distname            ${real_name}-${version}
    2222
    2323checksums           rmd160  079742bd8829507272c75a78c90e26dd05dc811b \
  • python/py-meta/Portfile

     
    2222long_description    ${description}
    2323
    2424homepage            http://srossross.github.com/Meta
    25 master_sites        https://pypi.python.org/packages/source/m/meta/
     25master_sites        pypi:m/meta/
    2626
    2727distname            meta-${version}
    2828
  • python/py-milk/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://luispedro.org/software/milk
    22 master_sites        https://pypi.python.org/packages/source/m/milk/
     22master_sites        pypi:m/milk/
    2323
    2424distname            milk-${version}
    2525
  • python/py-mimeparse/Portfile

     
    1515description         Basic functions for handling mimetypes in Python
    1616long_description    ${description}
    1717homepage            http://pypi.python.org/pypi/mimeparse/
    18 master_sites        http://pypi.python.org/packages/source/m/mimeparse
     18master_sites        pypi:m/mimeparse
    1919distname            mimeparse-${version}
    2020
    2121checksums           rmd160  4ca6689b4002371b87b4e992d9f5fd6c43023e9e \
  • python/py-mmh3/Portfile

     
    1717platforms           darwin
    1818license             Permissive
    1919
    20 master_sites        https://pypi.python.org/packages/source/m/${real_name}/
     20master_sites        pypi:m/${real_name}/
    2121
    2222distname            ${real_name}-${version}
    2323
  • python/py-mock/Portfile

     
    2323    specify return values and set needed attributes in the normal way.
    2424
    2525homepage            http://www.voidspace.org.uk/python/mock/
    26 master_sites        http://pypi.python.org/packages/source/m/${real_name}
     26master_sites        pypi:m/${real_name}
    2727distname            ${real_name}-${version}
    2828checksums           rmd160  94205e392a5228d3732674ba96d5a75976da7d92 \
    2929                    sha256  b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f
  • python/py-modulegraph/Portfile

     
    2121supported_archs     noarch
    2222
    2323homepage            http://undefined.org/python/#modulegraph
    24 master_sites        https://pypi.python.org/packages/source/m/modulegraph/
     24master_sites        pypi:m/modulegraph/
    2525distname            modulegraph-${version}
    2626
    2727checksums           md5 27abd74de3ec0e22ef129c1faa628bd5 \
  • python/py-mongoalchemy/Portfile

     
    2121platforms           darwin
    2222
    2323homepage            http://www.mongoalchemy.org
    24 master_sites        http://pypi.python.org/packages/source/M/${real_name}/
     24master_sites        pypi:M/${real_name}/
    2525distname            ${real_name}-${version}
    2626checksums           rmd160  29b7cd981ffd804526ef029f3b94dc43d912c14e \
    2727                    sha256  a7b0191ffd928363aedd5f51ebd97e9fe870bcc14ef982a92cc609d826f3ec89
  • python/py-montage/Portfile

     
    2020license             BSD
    2121
    2222homepage            http://www.astropy.org/montage-wrapper/
    23 master_sites        https://pypi.python.org/packages/source/m/montage-wrapper/
     23master_sites        pypi:m/montage-wrapper/
    2424distname            montage-wrapper-${version}
    2525checksums           md5     f309653b9858e5cab5b1bdce3f152978 \
    2626                    sha1    4ad4e086adb11313f7675ad39c24c2131c2ccd3b \
  • python/py-morbid/Portfile

     
    1616                  topics, and runs as a single node.
    1717
    1818homepage          http://www.morbidq.com/
    19 master_sites      http://pypi.python.org/packages/source/m/morbid/
     19master_sites      pypi:m/morbid/
    2020distname          morbid-${version}
    2121
    2222checksums         md5     5a2458def7e583a10c46c046dbab9c4a \
  • python/py-mpld3/Portfile

     
    2727homepage            http://mpld3.github.io/index.html
    2828
    2929distname            ${_name}-${version}
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     30master_sites        pypi:${_n}/${_name}/
    3131
    3232checksums           md5     266f4e51a094f8ff1aaf7e2018f763b4 \
    3333                    rmd160  cdee79e5df727a5948721f56bcfa37536877acb7 \
     
    3939    depends_build-append    port:py${python.version}-setuptools
    4040
    4141    depends_lib-append      port:py${python.version}-jinja2 \
    42                             port:py${python.version}-matplotlib 
     42                            port:py${python.version}-matplotlib
    4343
    4444    livecheck.type  none
    4545} else {
  • python/py-mssql/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            http://pymssql.org
    21 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     21master_sites        pypi:${_n}/${_name}/
    2222distname            ${_name}-${version}
    2323
    2424checksums           md5     e955442a8cd43456cdf5c28b75147afb \
  • python/py-natsort/Portfile

     
    2222                    signed/unsigned floats or ints), or as versions.
    2323homepage            https://github.com/SethMMorton/$realName
    2424
    25 master_sites        https://pypi.python.org/packages/source/n/$realName
     25master_sites        pypi:n/$realName
    2626distname            $realName-${version}
    2727
    2828checksums           rmd160  7f7ef1bab57862009369c1e97f8b171f8bb17f3f \
  • python/py-nbxmpp/Portfile

     
    2222                    way. Originally, a fork of the xmpppy jabber python library.
    2323
    2424homepage            https://pypi.python.org/pypi/nbxmpp/
    25 master_sites        https://pypi.python.org/packages/source/n/nbxmpp/
     25master_sites        pypi:n/nbxmpp/
    2626
    2727distname            nbxmpp-${version}
    2828
  • python/py-netcdf4/Portfile

     
    2424                    HDF5 clients.
    2525homepage            http://code.google.com/p/netcdf4-python/
    2626
    27 master_sites        http://pypi.python.org/packages/source/n/netCDF4
     27master_sites        pypi:n/netCDF4
    2828distname            netCDF4-${version}
    2929
    3030checksums           rmd160  07a7b1677748baac5e77650d8552f11c2ee46471 \
  • python/py-netlib/Portfile

     
    99
    1010name                py-${_name}
    1111version             0.16
    12 # Attention: 
     12# Attention:
    1313# It looks like package `netlib` is about to be merged into `mitmproxy`.
    14 # After update of mitmproxy > 0.16, this might cause a conflict and this 
     14# After update of mitmproxy > 0.16, this might cause a conflict and this
    1515# port would become obsolete.
    1616
    1717categories-append   net
     
    3333homepage            https://pypi.python.org/pypi/${_name}/${version}
    3434
    3535distname            ${_name}-${version}
    36 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     36master_sites        pypi:${_n}/${_name}/
    3737
    3838checksums           md5     7c8622364947ae11c9dc39e1bf00a38d \
    3939                    rmd160  77b0605f59143e6591a7d17e0ecaee88c4beb768 \
  • python/py-networkx/Portfile

     
    2323                    and functions of complex networks.
    2424
    2525homepage            http://networkx.lanl.gov/
    26 master_sites        https://pypi.python.org/packages/source/n/networkx/ \
     26master_sites        pypi:n/networkx/ \
    2727                    https://networkx.lanl.gov/download/networkx/
    2828
    2929distname            networkx-${version}
  • python/py-nibabel/Portfile

     
    1919    DICOM. NiBabel is the successor of PyNIfTI.
    2020
    2121homepage                http://nipy.org/nibabel
    22 master_sites            http://pypi.python.org/packages/source/n/nibabel/
     22master_sites            pypi:n/nibabel/
    2323distname                nibabel-${version}
    2424
    2525checksums               rmd160  b4d284328e2e9cb8f177bbfb73db45f4cfb76405 \
  • python/py-nose/Portfile

     
    2525supported_archs     noarch
    2626
    2727homepage            http://somethingaboutorange.com/mrl/projects/${my_name}
    28 master_sites        http://pypi.python.org/packages/source/n/${my_name}/
     28master_sites        pypi:n/${my_name}/
    2929distname            ${my_name}-${version}
    3030
    3131checksums           rmd160  4a3e1bb3121a2620aec0baa51eac1bb5a11cf6e9 \
  • python/py-nose-exclude/Portfile

     
    1717    from testing.
    1818
    1919homepage            http://bitbucket.org/kgrandis/nose-exclude
    20 master_sites        http://pypi.python.org/packages/source/n/${real_name}
     20master_sites        pypi:n/${real_name}
    2121distname            ${real_name}-${version}
    2222checksums           rmd160  ff768e17638f1869a1633dfd97594c731787b841 \
    2323                    sha256  059dc0b30c222498692e3259f2853c3a396ae1124519b644238599b74a03656a
    2424
    2525if {${name} ne ${subport}} {
    26     depends_lib     port:py${python.version}-nose 
     26    depends_lib     port:py${python.version}-nose
    2727}
  • python/py-nose-progressive/Portfile

     
    1616license             GPL
    1717
    1818homepage            https://github.com/erikrose/nose-progressive
    19 master_sites        http://pypi.python.org/packages/source/n/${real_name}/
     19master_sites        pypi:n/${real_name}/
    2020distname            ${real_name}-${version}
    2121checksums           rmd160  a140d47aa1ccc0f5742689bf1019bcd9103a7607 \
    2222                    sha256  837ac8f9eb4be5b23a15c516bdd7047727a237832d741f8b61cd4a399f7cdba1
  • python/py-nose-skipreq/Portfile

     
    1717    RequestError exception.
    1818
    1919homepage            https://github.com/tdavis/nose-skipreq
    20 master_sites        http://pypi.python.org/packages/source/n/${real_name}
     20master_sites        pypi:n/${real_name}
    2121distname            ${real_name}-${version}
    2222checksums           rmd160  dff213fdb5683a5e58325028f6bbff0c78561942 \
    2323                    sha256  0d697fb3231989da7af888051d6cf5b0c69f56fbd5741eb13871d092cb61a7b4
  • python/py-nose-testconfig/Portfile

     
    2323                    sha256  cde6a8558e3d246da30021c723c1b8ffc9d59426507ad12c362764ca797aa86e
    2424
    2525homepage            https://bitbucket.org/jnoller/${real_name}
    26 master_sites        http://pypi.python.org/packages/source/n/${real_name}
     26master_sites        pypi:n/${real_name}
    2727distname            ${real_name}-${version}
    2828
    2929if {${name} ne ${subport}} {
    3030    depends_lib-append \
    3131                    port:py${python.version}-nose
    32    
     32
    3333    patchfiles      testconfig.py.patch
    3434}
  • python/py-nosexcover/Portfile

     
    1818    options you pass to the Nose coverage plugin, especially --cover-package.
    1919
    2020homepage            http://pypi.python.org/pypi/nosexcover
    21 master_sites        http://pypi.python.org/packages/source/n/${real_name}
     21master_sites        pypi:n/${real_name}
    2222distname            ${real_name}-${version}
    2323
    2424checksums           rmd160  6392ae2bf8a871e0f04bd0f64f4cc7612a2423be \
  • python/py-novaclient/Portfile

     
    1717                  API (the novaclient module), and a command-line script (nova). \
    1818                  Each implements 100% of the OpenStack Nova API.
    1919homepage          https://github.com/openstack/python-novaclient
    20 master_sites      https://pypi.python.org/packages/source/p/python-novaclient/
     20master_sites      pypi:p/python-novaclient/
    2121distname          python-novaclient-${version}
    2222checksums         md5 7194c91338f8583acf1b09c51d322a76 \
    2323                  rmd160 a8ac90ef41b75a672590eea6983cee763eff7f1f \
  • python/py-novas/Portfile

     
    1818license                 public-domain
    1919
    2020homepage                https://pypi.python.org/pypi/novas/
    21 master_sites            https://pypi.python.org/packages/source/n/novas/
     21master_sites            pypi:n/novas/
    2222distname                novas-${version}
    2323checksums               md5     d13a652fd3abdd9deac09724e15b8bcd \
    2424                        sha256  8abbcfcc9fb4df8335517abe54ca8fc992cf2e23a7f699c8d15a4b4ebdac5c75 \
  • python/py-ntplib/Portfile

     
    1919
    2020
    2121homepage            https://pypi.python.org/pypi/ntplib
    22 master_sites        https://pypi.python.org/packages/source/n/ntplib/
     22master_sites        pypi:n/ntplib/
    2323distname            ntplib-${version}
    2424checksums           md5   991a5df0d198f701028001002dc34f2b \
    2525                    sha1   909c867883206bac642dfa45aa11bd9848d0f5b0 \
  • python/py-numpydoc/Portfile

     
    1717                    to a form palatable to Sphinx.
    1818
    1919homepage            https://github.com/numpy/numpydoc
    20 master_sites        https://pypi.python.org/packages/source/n/${python.rootname}/
     20master_sites        pypi:n/${python.rootname}/
    2121distname            ${python.rootname}-${version}
    2222
    2323checksums           rmd160  0a5d8238bc5bdfa70f4eb81ca0d604afa75197a8 \
  • python/py-nwdiag/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://blockdiag.com/
    23 master_sites        https://pypi.python.org/packages/source/n/nwdiag/
     23master_sites        pypi:n/nwdiag/
    2424
    2525distname            nwdiag-${version}
    2626
  • python/py-oauth/Portfile

     
    1818                    version 1 which is substantially different from version 2.
    1919
    2020homepage            http://code.google.com/p/oauth
    21 master_sites        http://pypi.python.org/packages/source/o/oauth/
     21master_sites        pypi:o/oauth/
    2222distname            oauth-${version}
    2323
    2424checksums           rmd160  3d1dad6117aeb13392e35870716022e3a71897c3 \
  • python/py-oauth2/Portfile

     
    1717platforms           darwin
    1818
    1919homepage            https://github.com/simplegeo/python-oauth2
    20 master_sites        http://pypi.python.org/packages/source/o/oauth2/
     20master_sites        pypi:o/oauth2/
    2121distname            oauth2-${version}
    2222
    2323checksums           rmd160  70baee500d03210cf30125be0cb3281185c70626 \
  • python/py-oauth2client/Portfile

     
    2020supported_archs     noarch
    2121
    2222homepage            http://pypi.python.org/pypi/${realname}
    23 master_sites        http://pypi.python.org/packages/source/o/${realname}
     23master_sites        pypi:o/${realname}
    2424distname            ${realname}-${version}
    2525
    2626checksums           rmd160 b8f80c2d87718e7db5d8ce4bd05957c365e730a8 \
  • python/py-oauthlib/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            https://pypi.python.org/pypi/${_name}/${version}
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     23master_sites        pypi:${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    2626checksums           md5     02772867bf246b3b37f4ed22786c41f5 \
  • python/py-obspy/Portfile

     
    3131
    3232use_zip             yes
    3333distname            ${_name}-${version}
    34 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     34master_sites        pypi:${_n}/${_name}/
    3535
    3636checksums           md5     be7ca359c2898038d2da2d8486276bfd \
    3737                    rmd160  84d961c24a6445d0438200f3c3bbf8b9614eefbc \
     
    6161    depends_lib-append      port:py${python.version}-gdal \
    6262                            port:py${python.version}-geographiclib
    6363
    64     # Note: Required for post-installation testing only 
     64    # Note: Required for post-installation testing only
    6565    depends_run-append      port:py${python.version}-flake8 \
    6666                            port:py${python.version}-flake8-pep8-naming \
    6767                            port:py${python.version}-pyproj
  • python/py-ode/Portfile

     
    1313long_description    ${description}, an open-source physics engine.
    1414platforms           darwin
    1515homepage            http://pyode.sourceforge.net/
    16 master_sites        http://pypi.python.org/packages/source/P/PyODE
     16master_sites        pypi:P/PyODE
    1717distname            PyODE-${version}
    1818
    1919checksums           md5     02015056f80121c4730178e8198c19c8 \
  • python/py-odo/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://github.com/ContinuumIO/odo
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-opengl/Portfile

     
    1919
    2020homepage            http://pyopengl.sourceforge.net/
    2121
    22 master_sites        https://pypi.python.org/packages/source/P/PyOpenGL/
     22master_sites        pypi:P/PyOpenGL/
    2323distname            PyOpenGL-${version}
    2424
    2525checksums           md5    0de021941018d46d91e5a8c11c071693 \
  • python/py-opengl-accelerate/Portfile

     
    1515   operations for slow points in PyOpenGL 3.x.
    1616
    1717homepage            http://pyopengl.sourceforge.net/
    18 master_sites        https://pypi.python.org/packages/source/P/PyOpenGL-accelerate/
     18master_sites        pypi:P/PyOpenGL-accelerate/
    1919distname            PyOpenGL-accelerate-${version}
    2020
    2121checksums           md5 489338a4818fa63ea54ff3de1b48995c \
  • python/py-openssl/Portfile

     
    2323
    2424homepage            https://github.com/pyca/pyopenssl
    2525distname            ${_name}-${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727
    2828checksums           md5     f447644afcbd5f0a1f47350fec63a4c6 \
    2929                    sha1    e4d752de1fea5a40a982d4d55004cfb14109ba99 \
  • python/py-orbited/Portfile

     
    1818                  browser—without resorting to plugins.
    1919
    2020homepage          http://orbited.org/
    21 master_sites      http://pypi.python.org/packages/source/o/orbited/
     21master_sites      pypi:o/orbited/
    2222distname          orbited-${version}
    2323
    2424checksums         md5     4f4e85d197466c141b1af466782445c1 \
  • python/py-owslib/Portfile

     
    2323    service metadata and wrappers for numerous OGC Web Service interfaces.
    2424
    2525homepage            https://pypi.python.org/pypi/${_name}/${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727distname            ${_name}-${version}
    2828
    2929checksums           md5     72437afa6e0eda059194ac2eae0b113b \
  • python/py-pacal/Portfile

     
    1515                    arithmetic on random variables just like you do with ordinary program \
    1616                    variables. The variables can follow practically any distribution.
    1717homepage            http://pacal.sourceforge.net/index.html
    18 master_sites        https://pypi.python.org/packages/source/P/PaCal/
     18master_sites        pypi:P/PaCal/
    1919distname            PaCal-${version}
    2020
    2121checksums           rmd160  96e018864f431a8558eb75a018dbe9c10ff0178e \
  • python/py-paho-mqtt/Portfile

     
    1616long_description    Eclipse Paho MQTT Python client library
    1717
    1818homepage            http://eclipse.org/paho
    19 master_sites        https://pypi.python.org/packages/source/p/${internal_name}
     19master_sites        pypi:p/${internal_name}
    2020distname            ${internal_name}-${version}
    2121
    2222checksums           rmd160  db8334537cdbbf938b52749ea15e92c30dbf9711 \
  • python/py-pandas/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://pandas.pydata.org
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-pandasql/Portfile

     
    2222                    SQL syntax. It works similarly to sqldf in R.
    2323
    2424homepage            https://github.com/yhat/pandasql/
    25 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     25master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2626
    2727distname            ${python.rootname}-${version}
    2828
  • python/py-parakeet/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://www.parakeetpython.com/
    22 master_sites        https://pypi.python.org/packages/source/p/parakeet/
     22master_sites        pypi:p/parakeet/
    2323
    2424distname            parakeet-${version}
    2525
  • python/py-partd/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://github.com/mrocklin/partd/
    23 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     23master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2424
    2525distname            ${python.rootname}-${version}
    2626
  • python/py-paste/Portfile

     
    1919platforms           darwin
    2020
    2121homepage            http://pythonpaste.org/
    22 master_sites        http://pypi.python.org/packages/source/P/Paste/
     22master_sites        pypi:P/Paste/
    2323distname            Paste-${version}
    2424checksums           rmd160  554304c4a45b208a77281dff3705cee5f9d6b2be \
    2525                    sha256  11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6
  • python/py-pastedeploy/Portfile

     
    55
    66name                            py-pastedeploy
    77version                         1.5.0
    8 python.versions     26 27 
     8python.versions     26 27
    99categories-append               www
    1010license                         MIT
    1111maintainers                     nomaintainer
     
    1616platforms                       darwin
    1717
    1818homepage                        http://pythonpaste.org/deploy/
    19 master_sites                    http://pypi.python.org/packages/source/P/PasteDeploy/
     19master_sites                    pypi:P/PasteDeploy/
    2020distname                        PasteDeploy-${version}
    2121checksums           rmd160  75c4c6024fb22dfc20a12f4ad36e0abb880bc4d5 \
    2222                    sha256  61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53
  • python/py-pastescript/Portfile

     
    1818supported_archs         noarch
    1919
    2020homepage                        http://pythonpaste.org/paste/
    21 master_sites                    http://pypi.python.org/packages/source/P/PasteScript/
     21master_sites                    pypi:P/PasteScript/
    2222distname                        PasteScript-${version}
    2323checksums           rmd160  58f48f8bd85f8c708503235cd5dad6df002b55e2 \
    2424                    sha256  2b685be69d6ac8bc0fe6f558f119660259db26a15e16a4943c515fbee8093539
  • python/py-pathtools/Portfile

     
    1414supported_archs     noarch
    1515
    1616homepage            http://pythonhosted.org/pathtools/
    17 master_sites        http://pypi.python.org/packages/source/p/${real_name}
     17master_sites        pypi:p/${real_name}
    1818distname            ${real_name}-${version}
    1919
    2020checksums           md5     9a1af5c605768ea5804b03b734ff0f82 \
  • python/py-paver/Portfile

     
    2121    applications specific needs and requirements is also easy.
    2222
    2323homepage            http://www.blueskyonmars.com/projects/paver/
    24 master_sites        http://pypi.python.org/packages/source/P/Paver/
     24master_sites        pypi:P/Paver/
    2525distname            Paver-${version}
    2626
    2727checksums           md5    78d0cea13e41a31fcb347cf37ea4577f \
     
    4444            ${destroot}${prefix}/share/doc/${subport}
    4545    }
    4646    livecheck.type      none
    47 } 
     47}
    4848
    4949if {${name} eq ${subport}} {
    5050    livecheck.type      regex
  • python/py-pbr/Portfile

     
    2323                    still being done by setuptools.
    2424homepage            http://docs.openstack.org/developer/pbr
    2525
    26 master_sites        https://pypi.python.org/packages/source/p/pbr
     26master_sites        pypi:p/pbr
    2727distname            pbr-${version}
    2828
    2929checksums           rmd160  3cfdbbdbd43163a578467450acb8be26a33af306 \
  • python/py-pdfminer/Portfile

     
    2525                    text analysis.
    2626
    2727homepage            http://www.unixuser.org/~euske/python/pdfminer/
    28 master_sites        http://pypi.python.org/packages/source/p/pdfminer/
     28master_sites        pypi:p/pdfminer/
    2929distname            pdfminer-${version}
    3030
    3131checksums \
  • python/py-pep8/Portfile

     
    2323
    2424homepage            https://pypi.python.org/pypi/${realname}/
    2525
    26 master_sites        https://pypi.python.org/packages/source/p/${realname}/
     26master_sites        pypi:p/${realname}/
    2727distname            ${realname}-${version}
    2828
    2929checksums           md5     2b03109b0618afe3b04b3e63b334ac9d \
  • python/py-phonenumbers/Portfile

     
    1616description         parsing, formatting, storing and validating international phone numbers
    1717long_description    Python version of Google's common library for ${description}
    1818homepage            http://pypi.python.org/pypi/${realname}/
    19 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     19master_sites        pypi:[string index ${realname} 0]/${realname}/
    2020distname            ${realname}-${version}
    2121
    2222checksums           md5     13326078dfe8bb3f5309d9db2a96c2ef \
  • python/py-pinocchio/Portfile

     
    2121homepage            http://darcs.idyll.org/~t/projects/pinocchio/doc/
    2222
    2323if {${name} ne ${subport}} {
    24     master_sites        http://pypi.python.org/packages/source/p/${real_name}
     24    master_sites        pypi:p/${real_name}
    2525    distname            ${real_name}-${version}
    2626
    2727    checksums           rmd160  a3f5b30512a63c9d177dfe56cb1de3ff1f702b13 \
  • python/py-pluggy/Portfile

     
    1717                    stripped of pytest specific details.
    1818homepage            https://github.com/hpk42/pluggy/
    1919
    20 master_sites        https://pypi.python.org/packages/source/p/pluggy
     20master_sites        pypi:p/pluggy
    2121distname            pluggy-${version}
    2222checksums           rmd160  7735da5072ccb9873e757572a08d5cb663ce487f \
    2323                    sha256  159cc783e056c07da6552aa5aef6b1e6c0064b4f18bd49c531fd2d40aafb0ea3
  • python/py-poppler-qt4/Portfile

     
    2222                    inside PyQt4 applications.
    2323
    2424homepage            https://github.com/wbsoft/${_name}
    25 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     25master_sites        pypi:${_n}/${_name}/
    2626distname            ${_name}-${version}
    2727
    2828checksums           md5     4d9dd4e5a83aa4f81753e1ff9e313908 \
  • python/py-prettytable/Portfile

     
    2727categories-append   textproc
    2828
    2929homepage            https://pypi.python.org/pypi/${_name}
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     30master_sites        pypi:${_n}/${_name}/
    3131distname            prettytable-${version}
    3232
    3333checksums           md5     a6b80afeef286ce66733d54a0296b13b \
     
    4242    # fix wrong file permissions of the distfile
    4343    post-extract {
    4444        fs-traverse f ${worksrcpath} {
    45             file attributes ${f} -permissions a+r 
     45            file attributes ${f} -permissions a+r
    4646        }
    4747    }
    4848
  • python/py-processing/Portfile

     
    2020                        tasks to a pool of worker processes.
    2121
    2222homepage                http://developer.berlios.de/projects/pyprocessing
    23 master_sites            http://pypi.python.org/packages/source/p/processing
     23master_sites            pypi:p/processing
    2424distname                processing-${version}
    2525checksums               md5 62772fa3002d003b2395ed669072d51d \
    2626                        sha1 242cd025d80a5e077de01676465f6b8582222bf4 \
  • python/py-prompt_toolkit/Portfile

     
    1616python.versions     27 34 35
    1717
    1818homepage            https://pypi.python.org/pypi/prompt_toolkit/
    19 master_sites        https://pypi.python.org/packages/source/p/prompt_toolkit/
     19master_sites        pypi:p/prompt_toolkit/
    2020distname            prompt_toolkit-${version}
    2121
    2222checksums           rmd160  d3cbfddb60130054dfd5c65bc78935ee8dc81a52 \
  • python/py-prov/Portfile

     
    2323                    PDF, PNG, SVG.
    2424homepage            http://prov.readthedocs.org
    2525
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727distname            ${_name}-${version}
    2828
    2929checksums           md5     251576e384ab87eb68bee84697e863a3 \
  • python/py-pudb/Portfile

     
    2525                    familiar.
    2626
    2727homepage            https://pypi.python.org/pypi/${_name}
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929distname            ${_name}-${version}
    3030
    3131checksums           rmd160  b7ff56ff14b6ee7871d7068820d0ab4e2ccfb530 \
  • python/py-py2app/Portfile

     
    1818platforms           darwin
    1919
    2020homepage            http://wiki.python.org/moin/MacPython/py2app
    21 master_sites        https://pypi.python.org/packages/source/p/py2app/
     21master_sites        pypi:p/py2app/
    2222distname            py2app-${version}
    2323
    2424checksums           md5 1a36d38100840a09fb236f37c7942b24 \
  • python/py-pyaudio/Portfile

     
    2020
    2121homepage                http://people.csail.mit.edu/hubert/pyaudio/
    2222
    23 master_sites            https://pypi.python.org/packages/source/P/PyAudio/
     23master_sites            pypi:P/PyAudio/
    2424distname                ${my_name}-${version}
    2525
    2626checksums               rmd160  161e7b17b025ccf5b0925a34aa0f081ccd3651e9 \
  • python/py-pyavm/Portfile

     
    1616license             MIT
    1717
    1818homepage            https://github.com/astrofrog/pyavm
    19 master_sites        https://pypi.python.org/packages/source/P/PyAVM/
     19master_sites        pypi:P/PyAVM/
    2020
    2121distname            PyAVM-${version}
    2222checksums           md5     db5eb5284c9d432d7aedb67ecbdf00b3 \
  • python/py-pybtex/Portfile

     
    2020                    styles in Python.
    2121
    2222homepage            http://pybtex.sourceforge.net/
    23 master_sites        http://pypi.python.org/packages/source/p/pybtex/
     23master_sites        pypi:p/pybtex/
    2424distname            pybtex-${version}
    2525checksums           md5 951c4f913fb9c20362ece9cdf7cb3a3c \
    2626                    sha1 f2e73e91cdd352fcd77fef69639c3fa28392039e \
  • python/py-pycparser/Portfile

     
    2424                    as a front-end for C compilers or analysis tools.
    2525
    2626homepage            https://bitbucket.org/eliben/pycparser
    27 master_sites        https://pypi.python.org/packages/source/p/pycparser/
     27master_sites        pypi:p/pycparser/
    2828
    2929distname            pycparser-${version}
    3030
  • python/py-pyfftw/Portfile

     
    1717
    1818distname                pyFFTW-${version}
    1919homepage                http://hgomersall.github.com/pyFFTW/
    20 master_sites            http://pypi.python.org/packages/source/p/pyFFTW/
     20master_sites            pypi:p/pyFFTW/
    2121checksums               md5     34fcbc68afb8ebe5f040a02a8d20d565 \
    2222                        rmd160  eef009d9f09a7c0778eefc72f342bb52f5789ba9 \
    2323                        sha256  f6bbb6afa93085409ab24885a1a3cdb8909f095a142f4d49e346f2bd1b789074
  • python/py-pyfits/Portfile

     
    2626                    at the Space Telescope Science Institute.
    2727
    2828homepage            http://www.stsci.edu/resources/software_hardware/${realname}
    29 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}
     29master_sites        pypi:[string index ${realname} 0]/${realname}
    3030distname            ${realname}-${version}
    3131
    3232checksums           md5     0d4f3515bc714f48093578e96ca7219d \
  • python/py-pyflakes/Portfile

     
    2424                    with side effects. It's also much faster.
    2525
    2626homepage            https://launchpad.net/pyflakes
    27 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     27master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2828
    2929distname            pyflakes-${version}
    3030
  • python/py-pyfsevents/Portfile

     
    1717license             MIT
    1818
    1919homepage            https://pypi.python.org/pypi/pyfsevents
    20 master_sites        https://pypi.python.org/packages/source/p/pyfsevents/
     20master_sites        pypi:p/pyfsevents/
    2121distname            pyfsevents-${version}
    2222
    2323checksums           md5     41b41d336ed402b9ad1486f441b51de4 \
  • python/py-pygeocoder/Portfile

     
    1818livecheck.url           ${homepage}
    1919
    2020distname                pygeocoder-${version}
    21 master_sites            http://pypi.python.org/packages/source/p/pygeocoder/
     21master_sites            pypi:p/pygeocoder/
    2222
    2323checksums               rmd160 6faf5e1a1bdaece5df41c8c97bb70385cc55121f
    2424
  • python/py-pygpgme/Portfile

     
    1717the GPGME library.
    1818
    1919homepage                http://pypi.python.org/pypi/pygpgme/${version}/
    20 master_sites            http://pypi.python.org/packages/source/p/pygpgme/
     20master_sites            pypi:p/pygpgme/
    2121distname                pygpgme-${version}
    2222checksums               md5 d38355af73f0352cde3d410b25f34fd0 \
    2323                        sha1 f8df35bd2705ac2e1642209fba732e6a42d03fd4 \
  • python/py-pygraphviz/Portfile

     
    1919platforms               darwin
    2020
    2121homepage                http://networkx.lanl.gov/pygraphviz/
    22 master_sites            https://pypi.python.org/packages/source/p/pygraphviz/
     22master_sites            pypi:p/pygraphviz/
    2323distname                pygraphviz-${version}
    2424
    2525checksums               md5    5c206838ce81180557e29135e93b2461 \
  • python/py-pygrib/Portfile

     
    1717long_description    ${description}
    1818
    1919homepage            http://code.google.com/p/pygrib/
    20 master_sites        http://pypi.python.org/packages/source/p/pygrib
     20master_sites        pypi:p/pygrib
    2121distname            pygrib-${version}
    2222
    2323checksums           rmd160  41137e22ad3e01a128b9eb2331cfd91d7ba77dea \
  • python/py-pygtkhelpers/Portfile

     
    1414long_description        ${description}
    1515
    1616homepage                http://pypi.python.org/pypi/${real_name}
    17 master_sites            http://pypi.python.org/packages/source/p/${real_name}
     17master_sites            pypi:p/${real_name}
    1818distname                ${real_name}-${version}
    1919
    2020checksums               rmd160  cc169648a3c5df5e4aeeb169a8824a060035f332 \
  • python/py-pyhyphen/Portfile

     
    2121platforms               darwin
    2222
    2323homepage                http://code.google.com/p/pyhyphen/
    24 master_sites            http://pypi.python.org/packages/source/P/PyHyphen/
     24master_sites            pypi:P/PyHyphen/
    2525distname                PyHyphen-${version}
    2626use_zip                 yes
    2727
  • python/py-pyicu/Portfile

     
    1717long_description    ${description}
    1818
    1919homepage            https://pypi.python.org/pypi/PyICU/
    20 master_sites        https://pypi.python.org/packages/source/P/PyICU/
     20master_sites        pypi:P/PyICU/
    2121distname            PyICU-${version}
    2222
    2323checksums           rmd160  01358759a02c8e81823a1d64d35fe2018d9d857e \
  • python/py-pyinterval/Portfile

     
    2323    intervals.
    2424
    2525homepage            https://code.google.com/p/pyinterval/
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727distname            ${_name}-${version}
    2828
    2929checksums           md5     a65fe9855d3b6b0a9ddcc5b2f1e1e421 \
  • python/py-pylibmc/Portfile

     
    1818                    libmemcached from TangentOrg
    1919
    2020homepage            http://pypi.python.org/pypi/pylibmc
    21 master_sites        https://pypi.python.org/packages/source/p/pylibmc/
     21master_sites        pypi:p/pylibmc/
    2222distname            pylibmc-${version}
    2323
    2424checksums           rmd160  1c585c4457a7dfb76982dc215e6b5f8c21d1156d \
  • python/py-pylons/Portfile

     
    2727    project, or you can start from scratch and set things up exactly as desired.
    2828
    2929homepage            http://www.pylonsproject.org/
    30 master_sites        http://pypi.python.org/packages/source/P/${real_name}
     30master_sites        pypi:P/${real_name}
    3131
    3232distname            ${real_name}-${version}
    3333
  • python/py-pylzma/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://www.joachim-bauch.de/projects/pylzma/
    22 master_sites        https://pypi.python.org/packages/source/p/pylzma/
     22master_sites        pypi:p/pylzma/
    2323
    2424distname            pylzma-${version}
    2525
  • python/py-pymodels/Portfile

     
    2222supported_archs     noarch
    2323
    2424homepage            http://pypi.python.org/pypi/pymodels/
    25 master_sites        https://pypi.python.org/packages/source/p/pymodels/
     25master_sites        pypi:p/pymodels/
    2626distname            pymodels-${version}
    2727
    2828checksums           md5     13e10f5a4ec05b1590981905db5629e6 \
  • python/py-pymorph/Portfile

     
    1717                    image morphology functions.
    1818
    1919homepage            http://luispedro.org/software/pymorph/
    20 master_sites        https://pypi.python.org/packages/source/p/pymorph/
     20master_sites        pypi:p/pymorph/
    2121
    2222distname            pymorph-${version}
    2323
  • python/py-pympler/Portfile

     
    2525platforms           darwin
    2626
    2727homepage            http://packages.python.org/${real_name}/
    28 master_sites        http://pypi.python.org/packages/source/P/${real_name}/
     28master_sites        pypi:P/${real_name}/
    2929distname            ${real_name}-${version}
    3030
    3131if {${name} ne ${subport}} {
  • python/py-pymysql/Portfile

     
    1515python.versions     27 34
    1616
    1717homepage            https://pypi.python.org/pypi/PyMySQL
    18 master_sites        https://pypi.python.org/packages/source/P/PyMySQL/
     18master_sites        pypi:P/PyMySQL/
    1919distname            PyMySQL-${version}
    2020
    2121checksums           rmd160  e6bd785e8a3e320327c1bc21417df6b57dec34eb \
  • python/py-pynzb/Portfile

     
    2222    devel
    2323
    2424homepage        https://pypi.python.org/pypi/pynzb/
    25 master_sites    https://pypi.python.org/packages/source/p/pynzb/
     25master_sites    pypi:p/pynzb/
    2626distname        pynzb-${version}
    2727
    2828checksums       md5     63c74a36348ac28aa99732dcb8be8c59 \
  • python/py-pyobjc/Portfile

     
    2020                Python based functionality.
    2121
    2222homepage        http://pyobjc.sourceforge.net/
    23 master_sites    https://pypi.python.org/packages/source/p/pyobjc-core/
     23master_sites    pypi:p/pyobjc-core/
    2424distname        pyobjc-core-${version}
    2525
    2626checksums       rmd160  12ee6d8132c59420c768dafdb2ee73f17ea97cc1 \
  • python/py-pyobjc-cocoa/Portfile

     
    1717                    and AppKit wrappers for use with PyObjC.
    1818homepage            http://pyobjc.sourceforge.net/
    1919
    20 master_sites        http://pypi.python.org/packages/source/p/${python.rootname}/
     20master_sites        pypi:p/${python.rootname}/
    2121distname            ${python.rootname}-${version}
    2222
    2323checksums           rmd160  f3055447c484aecd164891c9200710e74c352153 \
  • python/py-pyobjc-fsevents/Portfile

     
    1313description         FSEvents wrapper for PyObjC
    1414long_description    This port provides the FSEvents wrapper for use with PyObjC
    1515homepage            http://pyobjc.sourceforge.net/
    16 master_sites        http://pypi.python.org/packages/source/p/pyobjc-framework-FSEvents
     16master_sites        pypi:p/pyobjc-framework-FSEvents
    1717distname            pyobjc-framework-FSEvents-${version}
    1818
    1919checksums           rmd160  3221afb058d70b8751d6a1c663bfbc37d25828b3 \
     
    2222python.versions     27 34
    2323
    2424# since there is replication of code all these pyObjc related framework should probably all be merged
    25 # as subports of py-pyobj 
     25# as subports of py-pyobj
    2626
    2727if {${name} ne ${subport}} {
    2828    depends_lib     port:py${python.version}-pyobjc
  • python/py-pyobjc-qtkit/Portfile

     
    1919                    Carbon-based Quicktime framework.
    2020
    2121homepage            http://pyobjc.sourceforge.net/
    22 master_sites        http://pypi.python.org/packages/source/p/pyobjc-framework-QTKit/
     22master_sites        pypi:p/pyobjc-framework-QTKit/
    2323distname            pyobjc-framework-QTKit-${version}
    2424
    2525checksums           rmd160  d032d56b1007fc45ca5c36b29d90717f3075508a \
     
    2929
    3030if {${name} ne ${subport}} {
    3131    depends_lib         port:py${python.version}-pyobjc-quartz
    32    
     32
    3333    post-destroot {
    3434        xinstall -m 644 -W ${worksrcpath} \
    3535            LICENSE.txt README.txt \
  • python/py-pyobjc-quartz/Portfile

     
    1717                    for use with PyObjC.
    1818
    1919homepage            http://pyobjc.sourceforge.net/
    20 master_sites        http://pypi.python.org/packages/source/p/pyobjc-framework-Quartz/
     20master_sites        pypi:p/pyobjc-framework-Quartz/
    2121distname            pyobjc-framework-Quartz-${version}
    2222
    2323checksums           rmd160  7509318b3a5e40079ae09d4b708ceb393adfb732 \
  • python/py-pyopencl/Portfile

     
    2020                    parallel compute devices from Python.
    2121
    2222homepage            http://mathema.tician.de/software/${_name}
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     23master_sites        pypi:${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    2626checksums           rmd160  ad0d599183bd068db939e4eb1522d7887b4d9073 \
  • python/py-pyorick/Portfile

     
    2525                    sends to stdout or stderr except prompts.
    2626
    2727homepage            https://github.com/dhmunro/pyorick
    28 master_sites        https://pypi.python.org/packages/source/p/pyorick
     28master_sites        pypi:p/pyorick
    2929distname            pyorick-${version}
    3030
    3131checksums           rmd160  563ca3a68e452a48e0f1a1dd7290dfda04f01647 \
  • python/py-pyperclip/Portfile

     
    2020
    2121homepage            https://github.com/asweigart/pyperclip
    2222
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     23master_sites        pypi:${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525use_zip             yes
    2626
     
    3333if {${name} ne ${subport}} {
    3434    depends_build-append    port:py${python.version}-setuptools
    3535
    36     # Adding documentation 
     36    # Adding documentation
    3737    # DISABLED: currently not provided with the distfile
    3838#     post-destroot {
    3939#         set dest_doc ${destroot}${prefix}/share/doc/${subport}
  • python/py-pyquery/Portfile

     
    1717                            documents.
    1818
    1919homepage                    http://pypi.python.org/pypi/pyquery
    20 master_sites                http://pypi.python.org/packages/source/p/pyquery
     20master_sites                pypi:p/pyquery
    2121distname                    pyquery-${version}
    2222checksums                   rmd160  bce4fef874ecdefcb98b1af3d15e4972e613e068 \
    2323                            sha256  1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7
  • python/py-pyrant/Portfile

     
    1717supported_archs     noarch
    1818
    1919homepage            http://code.google.com/p/pyrant/
    20 master_sites        https://pypi.python.org/packages/source/p/pyrant/
     20master_sites        pypi:p/pyrant/
    2121distname            pyrant-${version}
    2222
    2323checksums           md5     e59b3a21771e138b82c6a9a69ae57219 \
  • python/py-pyregion/Portfile

     
    1717long_description    ${description}
    1818
    1919homepage            http://leejjoon.github.com/${_name}/
    20 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     20master_sites        pypi:${_n}/${_name}/
    2121distname            ${_name}-${version}
    2222
    2323checksums           md5     332f16542fbe1d6389c6cf27bd92c720 \
     
    2424                    rmd160  d174674119afa81b4fa16b38a4d3dcc106ab3346 \
    2525                    sha256  2d7d5ce46a3b4177978d4901c9c46ce402165113049006b923f5346b014973b9
    2626
    27 python.versions     27 34 
     27python.versions     27 34
    2828
    2929if {${name} ne ${subport}} {
    3030    depends_build-append  port:py${python.version}-numpy
  • python/py-pyshp/Portfile

     
    2727homepage            http://code.google.com/${_n}/${_name}/
    2828
    2929distname            ${_name}-${version}
    30 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
     30master_sites        pypi:${_n}/${_name}
    3131
    3232checksums           md5     f857099a57f93830e0c72a31e9c506a8 \
    3333                    rmd160  47b64bca853f1d0e3ac5300e40cae588e3b57587 \
  • python/py-pystache/Portfile

     
    2323                    system inspired by ctemplate and et.
    2424
    2525homepage            http://github.com/defunkt/pystache
    26 master_sites        https://pypi.python.org/packages/source/p/pystache/
     26master_sites        pypi:p/pystache/
    2727
    2828distname            pystache-${version}
    2929
  • python/py-pytest-runner/Portfile

     
    2121    command and provices dependency resolution.
    2222
    2323homepage            https://pypi.python.org/pypi/${_name}/${version}
    24 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     24master_sites        pypi:${_n}/${_name}/
    2525distname            ${_name}-${version}
    2626
    2727checksums           md5     360a09bb80b505a7a093c20aeb4d1994 \
  • python/py-python-daemon/Portfile

     
    2121    context manager to enter a daemon state.
    2222
    2323homepage            http://pypi.python.org/pypi/python-daemon/
    24 master_sites        http://pypi.python.org/packages/source/p/${real_name}
     24master_sites        pypi:p/${real_name}
    2525distname            ${real_name}-${version}
    2626checksums           md5     1f6cd41473c2e201021a0aeef395b2b1 \
    2727                    sha1    8d2565bbb0d035c4c379ed683b322fd7a93935ef \
  • python/py-python-jenkins/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            http://launchpad.net/python-jenkins
    17 master_sites        https://pypi.python.org/packages/source/p/python-jenkins
     17master_sites        pypi:p/python-jenkins
    1818distname            python-jenkins-0.3.4
    1919
    2020checksums           rmd160  ea6783913bd173fc6c1f7ea030969ddcb02d7aac \
  • python/py-pytools/Portfile

     
    1818                    from the Python standard library.
    1919homepage            http://pypi.python.org/pypi/${real_name}
    2020
    21 master_sites        http://pypi.python.org/packages/source/p/${real_name}
     21master_sites        pypi:p/${real_name}
    2222distname            ${real_name}-${version}
    2323checksums           rmd160  295d30e025fdae08a495da2bbd076d86fce898f4 \
    2424                    sha256  e15dc874f9d8b3f13cf6297e509eaffe722c459cd92a39858813b8dba55bc77e
  • python/py-pyttsx/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/parente/pyttsx
    22 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     22master_sites        pypi:${_n}/${_name}/
    2323distname            ${_name}-${version}
    2424
    2525checksums           md5     9426e15cc34e2d38f70b7bc61bd326dc \
  • python/py-pyviennacl/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://viennacl.sourceforge.net/pyviennacl.html
    22 master_sites        https://pypi.python.org/packages/source/p/pyviennacl/
     22master_sites        pypi:p/pyviennacl/
    2323
    2424distname            pyviennacl-${version}
    2525
  • python/py-pyvttbl/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://code.google.com/p/pyvttbl/
    23 master_sites        https://pypi.python.org/packages/source/p/pyvttbl/
     23master_sites        pypi:p/pyvttbl/
    2424
    2525distname            pyvttbl-${version}
    2626
  • python/py-pyx/Portfile

     
    2121
    2222supported_archs     noarch
    2323
    24 master_sites        https://pypi.python.org/packages/source/P/PyX/
     24master_sites        pypi:P/PyX/
    2525distname            PyX-${version}
    2626checksums           rmd160  1beb789478f6b93fdec25b101158a65a455f778c \
    2727                    sha256  05d1b7fc813379d2c12fcb5bd0195cab522b5aabafac88f72913f1d47becd912
  • python/py-pyxmpp/Portfile

     
    1818  XMPP streams, handle incoming events and create outgoing stanzas.
    1919
    2020homepage           http://pyxmpp.jajcus.net/pyxmpp.html
    21 master_sites       https://pypi.python.org/packages/source/p/pyxmpp/
     21master_sites       pypi:p/pyxmpp/
    2222distname           pyxmpp-${version}
    2323
    2424python.versions    26 27
  • python/py-qdarkstyle/Portfile

     
    2424homepage            https://github.com/ColinDuquesnoy/QDarkStyleSheet
    2525
    2626distname            ${_name}-${version}
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828
    2929checksums           md5     0f50dd5f1c7ed07e3547115a5e614ea6 \
    3030                    rmd160  f845a22dd31936b51ecfb7a184ff411d458ff0cf \
  • python/py-quadtree/Portfile

     
    2323    it with arbitrary Python object collections.
    2424
    2525homepage        http://trac.gispython.org/projects/PCL/wiki/QuadTree
    26 master_sites    http://pypi.python.org/packages/source/Q/Quadtree/
     26master_sites    pypi:Q/Quadtree/
    2727distname        Quadtree-${version}
    2828checksums \
    2929    md5 2ace3a8077e4b456e74fc2be870c71f1 \
  • python/py-queuelib/Portfile

     
    1818homepage                https://pypi.python.org/pypi/queuelib
    1919
    2020distname                queuelib-${version}
    21 master_sites            http://pypi.python.org/packages/source/q/queuelib/
     21master_sites            pypi:q/queuelib/
    2222
    2323checksums               rmd160  eba2e8bbc5cddf269562cdb8d9bff3443aa5b562 \
    2424                        sha256  a6829918157ed433fafa87b0bb1e93e3e63c885270166db5884a02c34c86f914
  • python/py-rabbyt/Portfile

     
    1818platforms           darwin
    1919
    2020homepage            http://matthewmarshall.org/projects/rabbyt/
    21 master_sites        https://pypi.python.org/packages/source/R/Rabbyt/
     21master_sites        pypi:R/Rabbyt/
    2222distname            Rabbyt-${version}
    2323use_zip             yes
    2424
  • python/py-radical-utils/Portfile

     
    2525homepage            https://github.com/saga-project/${_name}/
    2626
    2727distname            ${_name}-${version}
    28 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     28master_sites        pypi:${_n}/${_name}/
    2929
    3030checksums           md5     6dff14928acd9f9bacf443cc4870aca0 \
    3131                    rmd160  398a0fd10f6ad05e455c4f3396338375ce19b16f \
  • python/py-rasterio/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/sgillies/rasterio
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-raven/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://github.com/getsentry/raven-python
    23 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     23master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2424
    2525distname            ${python.rootname}-${version}
    2626
  • python/py-readline/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            http://github.com/ludwigschwardt/python-readline
    21 master_sites        http://pypi.python.org/packages/source/r/readline/
     21master_sites        pypi:r/readline/
    2222
    2323distname            readline-${version}
    2424
  • python/py-recaptcha/Portfile

     
    2525                    http://mailhide.recaptcha.net/apikey
    2626homepage            http://pypi.python.org/pypi/recaptcha-client
    2727
    28 master_sites        http://pypi.python.org/packages/source/r/recaptcha-client/
     28master_sites        pypi:r/recaptcha-client/
    2929distname            recaptcha-client-${version}
    3030checksums           md5     74228180f7e1fb76c4d7089160b0d919 \
    3131                    sha1    661317355af7a2985c9011b6efa026b7178e9917 \
  • python/py-recaptcha-client/Portfile

     
    1616homepage                https://pypi.python.org/pypi/recaptcha-client/
    1717
    1818distname                recaptcha-client-${version}
    19 master_sites            https://pypi.python.org/packages/source/r/recaptcha-client/
     19master_sites            pypi:r/recaptcha-client/
    2020
    2121checksums               rmd160 7dffe66b7fd37f5be2a7d7b2bf24c3978f46c8e9
    2222
  • python/py-regex/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://bitbucket.org/mrabarnett/mrab-regex
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-repoze.what/Portfile

     
    1717homepage                https://pypi.python.org/pypi/repoze.what/
    1818
    1919distname                repoze.what-${version}
    20 master_sites            https://pypi.python.org/packages/source/r/repoze.what/
     20master_sites            pypi:r/repoze.what/
    2121
    2222checksums               rmd160 7e3a7b8e167fb4083c476f9c0fa73f8701206a3e
    2323
  • python/py-repoze.what-pylons/Portfile

     
    1717homepage                https://pypi.python.org/pypi/repoze.what-pylons/
    1818
    1919distname                repoze.what-pylons-${version}
    20 master_sites            https://pypi.python.org/packages/source/r/repoze.what-pylons/
     20master_sites            pypi:r/repoze.what-pylons/
    2121
    2222checksums               rmd160 33ccbb4b9208b543d28de40ebc0f0cd0533208ed
    2323
  • python/py-repoze.what-quickstart/Portfile

     
    1919homepage                https://pypi.python.org/pypi/repoze.what-quickstart/
    2020
    2121distname                repoze.what-quickstart-${version}
    22 master_sites            https://pypi.python.org/packages/source/r/repoze.what-quickstart/
     22master_sites            pypi:r/repoze.what-quickstart/
    2323
    2424checksums               rmd160 6dcca16f7abc26a59ca8f1e698ae7b2f46d392b6
    2525
  • python/py-repoze.what.plugins.sql/Portfile

     
    1818homepage                https://pypi.python.org/pypi/repoze.what.plugins.sql/
    1919
    2020distname                repoze.what.plugins.sql-${version}
    21 master_sites            https://pypi.python.org/packages/source/r/repoze.what.plugins.sql/
     21master_sites            pypi:r/repoze.what.plugins.sql/
    2222
    2323checksums               rmd160 116b89a81e014df99928e3432e1b842bc92b5c15
    2424
  • python/py-repoze.who/Portfile

     
    1717homepage            http://pypi.python.org/pypi/repoze.who/
    1818
    1919distname            repoze.who-${version}
    20 master_sites        http://pypi.python.org/packages/source/r/repoze.who/
     20master_sites        pypi:r/repoze.who/
    2121
    2222checksums           rmd160 cbf710cbe264b8380f6d4ff06b95d7dc1539831c
    2323
  • python/py-repoze.who-friendlyform/Portfile

     
    1818homepage                https://pypi.python.org/pypi/repoze.who-friendlyform/
    1919
    2020distname                repoze.who-friendlyform-${version}
    21 master_sites            https://pypi.python.org/packages/source/r/repoze.who-friendlyform/
     21master_sites            pypi:r/repoze.who-friendlyform/
    2222
    2323checksums               rmd160 e0f4ac870271d306f66a3a870c484b2c5c3fcb4a
    2424
  • python/py-repoze.who-testutil/Portfile

     
    1818homepage                https://pypi.python.org/pypi/repoze.who-testutil/
    1919
    2020distname                repoze.who-testutil-${version}
    21 master_sites            https://pypi.python.org/packages/source/r/repoze.who-testutil/
     21master_sites            pypi:r/repoze.who-testutil/
    2222
    2323checksums               rmd160 2ac51812d76244d7491c2d84ae97f3e3f310c2ef
    2424
  • python/py-repoze.who.plugins.sa/Portfile

     
    1818homepage                https://pypi.python.org/pypi/repoze.who.plugins.sa/
    1919
    2020distname                repoze.who.plugins.sa-${version}
    21 master_sites            https://pypi.python.org/packages/source/r/repoze.who.plugins.sa/
     21master_sites            pypi:r/repoze.who.plugins.sa/
    2222
    2323checksums               rmd160 7b786c87f8fed24e90d5ccbbac29d55930475c25
    2424
  • python/py-requests/Portfile

     
    2626                    awesome. And simple. Really simple.
    2727
    2828homepage            http://python-requests.org/
    29 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     29master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    3030
    3131distname            ${python.rootname}-${version}
    3232
  • python/py-responses/Portfile

     
    1919description         A utility library for mocking out the requests library
    2020
    2121long_description    ${description}.
    22                    
     22
    2323homepage            https://pypi.python.org/pypi/responses
    2424
    2525distname            ${_name}-${version}
    26 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     26master_sites        pypi:${_n}/${_name}/
    2727
    2828checksums           md5     f1962b295b18128c522e83901556deac \
    2929                    rmd160  381e17e5ffc7675f27c366cb7537e0436157d8d6 \
  • python/py-restkit/Portfile

     
    2424
    2525homepage            http://benoitc.github.io/restkit/
    2626
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828distname            ${_name}-${version}
    2929
    3030checksums           md5 99fb4e1af6e1b25c488dace620b4676f \
  • python/py-rfc3339/Portfile

     
    1717platforms           darwin
    1818
    1919homepage            http://pypi.python.org/pypi/${real_name}/
    20 master_sites        http://pypi.python.org/packages/source/r/${real_name}
     20master_sites        pypi:r/${real_name}
    2121distname            ${real_name}-${version}
    2222
    2323checksums           rmd160  0a79a0a39ab859460145ad7823bc4e941c383645 \
  • python/py-robotframework/Portfile

     
    2626
    2727universal_variant       yes
    2828
    29 master_sites        https://pypi.python.org/packages/source/r/robotframework
     29master_sites        pypi:r/robotframework
    3030distname            ${internal_name}-${version}
    3131
    3232
  • python/py-robotframework-ride/Portfile

     
    2323python.versions     26 27
    2424python.default_version 27
    2525
    26 master_sites        https://pypi.python.org/packages/source/r/${internal_name}
     26master_sites        pypi:r/${internal_name}
    2727distname            ${internal_name}-${version}
    2828
    2929checksums           rmd160  7698d06de28271c1909dcaffb90f08a2b37bcb44 \
  • python/py-robotframework-selenium2library/Portfile

     
    2121python.versions         26 27
    2222python.default_version  27
    2323
    24 master_sites        https://pypi.python.org/packages/source/r/${internal_name}/
     24master_sites        pypi:r/${internal_name}/
    2525distname            ${internal_name}-${version}
    2626
    2727checksums           rmd160  630099c1ccdcbde1c4330da03f47e0b05c504579 \
  • python/py-robotframework-sshlibrary/Portfile

     
    1111version             2.1.2
    1212categories-append   devel
    1313maintainers         jwa
    14 description         Robot Framework library to handle ssh 
     14description         Robot Framework library to handle ssh
    1515long_description    ${description}
    1616
    1717homepage        http://code.google.com/p/${internal_name}
     
    2020python.versions         26 27
    2121python.default_version  27
    2222
    23 master_sites        https://pypi.python.org/packages/source/r/robotframework-sshlibrary/
     23master_sites        pypi:r/robotframework-sshlibrary/
    2424distname            ${internal_name}-${version}
    2525
    2626checksums           rmd160  17c72286a78b6b978f92be5a552e6146a4f38a8d \
  • python/py-robotremoteserver/Portfile

     
    2424
    2525universal_variant   yes
    2626
    27 master_sites        https://pypi.python.org/packages/source/r/robotremoteserver
     27master_sites        pypi:r/robotremoteserver
    2828distname            ${internal_name}-${version}
    2929
    3030checksums           rmd160  c3385d2c3ee29faf170ae71406c2a78bb7e2efca \
  • python/py-roman/Portfile

     
    1616description         Integer to Roman numerals converter
    1717long_description    ${description}
    1818homepage            http://pypi.python.org/pypi/${realname}/
    19 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     19master_sites        pypi:[string index ${realname} 0]/${realname}/
    2020distname            ${realname}-${version}
    2121use_zip             yes
    2222
  • python/py-rope/Portfile

     
    2020
    2121supported_archs     noarch
    2222
    23 master_sites        https://pypi.python.org/packages/source/r/rope/
     23master_sites        pypi:r/rope/
    2424distname            rope-${version}
    2525checksums           rmd160  f73891b3d512f975172419e327adfb99ad10eaea \
    2626                    sha256  2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba
     
    2929
    3030if {${name} ne ${subport}} {
    3131    if {${python.version} >= 30} {
    32         master_sites    https://pypi.python.org/packages/source/r/rope_py3k/
     32        master_sites    pypi:r/rope_py3k/
    3333        distname        rope_py3k-${version}-1
    3434        checksums       rmd160  72b623aed7b4fbd3677506e214fe3206049e2437 \
    3535                        sha256  feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa
  • python/py-ropemacs/Portfile

     
    1313long_description    ${description}
    1414
    1515homepage            http://rope.sourceforge.net/
    16 master_sites        http://pypi.python.org/packages/source/r/ropemacs/
     16master_sites        pypi:r/ropemacs/
    1717distname            ropemacs-${version}
    1818
    1919checksums           rmd160  2b2e90f76861bcd9f7dea0577dc55e354e46a529 \
  • python/py-ropemode/Portfile

     
    1313long_description    ${description}
    1414
    1515homepage            http://rope.sourceforge.net/
    16 master_sites        http://pypi.python.org/packages/source/r/ropemode/
     16master_sites        pypi:r/ropemode/
    1717distname            ropemode-${version}
    1818
    1919checksums           rmd160  f3d9c29519ee83c08bd264a293d51bd4e61eb4f0 \
  • python/py-rpy2/Portfile

     
    2323                    structures and functions.
    2424
    2525homepage            http://rpy.sourceforge.net/rpy2.html
    26 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     26master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2727
    2828distname            ${python.rootname}-${version}
    2929
  • python/py-rsa/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            http://stuvel.eu/rsa
    17 master_sites        https://pypi.python.org/packages/source/r/rsa
     17master_sites        pypi:r/rsa
    1818distname            rsa-3.1.4
    1919
    2020checksums           rmd160  28488ad2e28b03b8d0d32006eb0d1d229510252c \
  • python/py-rtm/Portfile

     
    1616long_description ${description}
    1717
    1818homepage        http://pypi.python.org/pypi/pyrtm
    19 master_sites    http://pypi.python.org/packages/source/p/pyrtm/
     19master_sites    pypi:p/pyrtm/
    2020distname        pyrtm-${version}
    2121use_bzip2       yes
    2222
  • python/py-rtree/Portfile

     
    2323                    provide very flexible spatial indexing.
    2424
    2525homepage            http://trac.gispython.org/lab/wiki/Rtree
    26 master_sites        https://pypi.python.org/packages/source/R/Rtree/
     26master_sites        pypi:R/Rtree/
    2727
    2828distname            Rtree-${version}
    2929
  • python/py-rudolf/Portfile

     
    1515long_description    ${description}
    1616
    1717homepage            http://pypi.python.org/pypi/${real_name}/
    18 master_sites        http://pypi.python.org/packages/source/r/${real_name}
     18master_sites        pypi:r/${real_name}
    1919distname            ${real_name}-${version}
    2020checksums           rmd160  5aa5eedb60c64626798a98e473ed1bf67452d83c \
    2121                    sha256  358a240d732b5c7a44f9101e4402fcc39379685f28d448fb6b4df0cac6bbcf9b
  • python/py-saga/Portfile

     
    3030homepage            http://saga-project.github.io/${_name}/
    3131
    3232distname            ${_name}-${version}
    33 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     33master_sites        pypi:${_n}/${_name}/
    3434
    3535checksums           md5     ca1e7c1207beb865358f61e88afce5ec \
    3636                    rmd160  5d82d00a6cd7919f33d553ad0982c929dfd126d5 \
  • python/py-scikits-ann/Portfile

     
    1818platforms           darwin
    1919
    2020homepage            http://scikits.appspot.com/ann
    21 master_sites        https://pypi.python.org/packages/source/s/scikits.ann/
     21master_sites        pypi:s/scikits.ann/
    2222distname            scikits.ann-${version}.dev-r803
    2323
    2424checksums           md5     a0380cdc31fd705c15eb50f483bbe5fb \
  • python/py-scikits-audiolab/Portfile

     
    1919platforms           darwin
    2020
    2121homepage            http://scikits.appspot.com/audiolab
    22 master_sites        https://pypi.python.org/packages/source/s/scikits.audiolab/
     22master_sites        pypi:s/scikits.audiolab/
    2323distname            scikits.audiolab-${version}
    2424
    2525checksums           md5     f93f17211c7763d8631e0d10f37471b0 \
  • python/py-scikits-bootstrap/Portfile

     
    1414long_description    Algorithms for SciPy to calculate bootstrap confidence \
    1515                    intervals for statistics functions applied to data.
    1616homepage            http://github.org/cgevans/scikits-bootstrap
    17 master_sites        http://pypi.python.org/packages/source/s/scikits.bootstrap/
     17master_sites        pypi:s/scikits.bootstrap/
    1818
    1919distname            scikits.bootstrap-${version}
    2020worksrcdir          scikits-bootstrap-${version}
  • python/py-scikits-bvp_solver/Portfile

     
    2020                        problems, which is based on a modified version of the BVP_SOLVER Fortran package.
    2121
    2222homepage                http://packages.python.org/scikits.bvp_solver/
    23 master_sites            http://pypi.python.org/packages/source/s/scikits.bvp_solver/
     23master_sites            pypi:s/scikits.bvp_solver/
    2424
    2525distname                scikits.bvp_solver-${version}
    2626
     
    5050        reinplace -E "s|XXX|-L${pyfwk}${pyver}/lib -lpython${pyver} -Xlinker -dylib|g" \
    5151                                         ${worksrcpath}/setup.py
    5252    }
    53    
     53
    5454    livecheck.type      none
    5555} else {
    5656    livecheck.type      regex
  • python/py-scikits-samplerate/Portfile

     
    2828homepage            https://pypi.python.org/pypi/${_name}/${version}
    2929
    3030distname            ${_name}-${version}
    31 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     31master_sites        pypi:${_n}/${_name}/
    3232
    3333checksums           md5     96c8d8ba3aa95a9db15994f78792efb4 \
    3434                    rmd160  8eec6aa95de1b064bdc2c3c86170aa26f686712f \
  • python/py-scikits-talkbox/Portfile

     
    1616platforms           darwin
    1717
    1818homepage            http://scikits.appspot.com/talkbox
    19 master_sites        https://pypi.python.org/packages/source/s/scikits.talkbox/
     19master_sites        pypi:s/scikits.talkbox/
    2020distname            scikits.talkbox-${version}
    2121
    2222checksums           md5     8d64926345608ed4721bed7e92db2ae8 \
  • python/py-selenium/Portfile

     
    1919    Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers.
    2020
    2121homepage            http://code.google.com/p/selenium/
    22 master_sites        http://pypi.python.org/packages/source/s/${real_name}/
     22master_sites        pypi:s/${real_name}/
    2323distname            ${real_name}-${version}
    2424checksums           rmd160  cea927e4072d7362ada0c3283fac1118f3b97d21 \
    2525                    sha256  cac18c32c1e39e2a3959872dcac5cc0386d6f4f553c6dafb59cbaea8178dc7fc
  • python/py-seqdiag/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://blockdiag.com/
    23 master_sites        https://pypi.python.org/packages/source/s/seqdiag/
     23master_sites        pypi:s/seqdiag/
    2424
    2525distname            seqdiag-${version}
    2626
  • python/py-setuptools/Portfile

     
    2020
    2121homepage            https://pypi.python.org/pypi/setuptools/
    2222#master_sites        pypi:s/setuptools/
    23 master_sites        https://pypi.io/packages/source/s/setuptools/
     23master_sites        pypi:s/setuptools/
    2424distname            setuptools-${version}
    2525
    2626checksums           md5    cc3f063d05e3bff4d3fa07a5a1017c3b \
  • python/py-shapely/Portfile

     
    2323                systems.
    2424
    2525distname            Shapely-${version}
    26 master_sites        https://pypi.python.org/packages/source/S/Shapely
     26master_sites        pypi:S/Shapely
    2727
    2828checksums           rmd160  6c67eddbb445e578093ee4719d7e80ace790eb00 \
    2929                    sha256  e75d9461ad21ab0750b3e582a9af23de47c47c3aef43fa7f7ac0b63bc7ead851
  • python/py-shove/Portfile

     
    2121                    and multiple storage and caching backends.
    2222
    2323homepage            https://bitbucket.org/lcrees/shove/
    24 master_sites        https://pypi.python.org/packages/source/s/shove/
     24master_sites        pypi:s/shove/
    2525
    2626distname            shove-${version}
    2727
  • python/py-six/Portfile

     
    1919                    of writing Python code that is compatible on both Python versions.
    2020
    2121homepage            http://pypi.python.org/pypi/six/
    22 master_sites        http://pypi.python.org/packages/source/s/six/
     22master_sites        pypi:s/six/
    2323
    2424distname            six-${version}
    2525
  • python/py-smmap/Portfile

     
    1313long_description  ${description}
    1414
    1515homepage          https://github.com/Byron/smmap
    16 master_sites      http://pypi.python.org/packages/source/s/smmap/
     16master_sites      pypi:s/smmap/
    1717distname          smmap-${version}
    1818
    1919python.versions   26 27
  • python/py-snowballstemmer/Portfile

     
    1616long_description    ${description}
    1717
    1818homepage            https://github.com/shibukawa/snowball_py
    19 master_sites        https://pypi.python.org/packages/source/s/snowballstemmer
     19master_sites        pypi:s/snowballstemmer
    2020distname            snowballstemmer-${version}
    2121
    2222checksums           rmd160 fe80dd91bf4d1c5c6df947959a117c5e918d7cfc \
  • python/py-soaplib/Portfile

     
    2424                    mechanisms and a client library.
    2525
    2626homepage            http://wiki.github.com/soaplib/soaplib/
    27 master_sites        http://pypi.python.org/packages/source/s/soaplib/
     27master_sites        pypi:s/soaplib/
    2828distname            soaplib-${version}
    2929checksums           md5 1bf01194b08b72c240380bd8f0919f57 \
    3030                    sha1 d3993e81290bf58e21e67ad4fb849e0659712440 \
  • python/py-socketpool/Portfile

     
    2323                    used by gevent, eventlet or any other library.
    2424
    2525homepage            http://github.com/benoitc/socketpool
    26 master_sites        https://pypi.python.org/packages/source/s/socketpool/
     26master_sites        pypi:s/socketpool/
    2727
    2828distname            socketpool-${version}
    2929
  • python/py-sogl/Portfile

     
    1818platforms           darwin
    1919supported_archs     noarch
    2020
    21 master_sites        http://pypi.python.org/packages/source/s/sogl/
     21master_sites        pypi:s/sogl/
    2222distname            sogl-${version}
    2323# use_bzip2           yes
    2424
  • python/py-south/Portfile

     
    1616long_description    South provides intelligent, database-independant, \
    1717                    semi-automatic, schema migrations for Django apps.
    1818
    19 master_sites        https://pypi.python.org/packages/source/S/South/
     19master_sites        pypi:S/South/
    2020distname            South-${version}
    2121
    2222checksums           md5    72deb5c8144a65ac42d1390ff922581d \
  • python/py-sparqlwrapper/Portfile

     
    2121                    into a more manageable format.
    2222
    2323homepage            http://rdflib.github.io/sparqlwrapper
    24 master_sites        https://pypi.python.org/packages/source/S/${real_name}
     24master_sites        pypi:S/${real_name}
    2525
    2626distname            ${real_name}-${version}
    2727
  • python/py-speaklater/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/mitsuhiko/speaklater
    22 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
     22master_sites        pypi:${_n}/${_name}
    2323distname            ${_name}-${version}
    2424
    2525checksums           rmd160  70c03aa32233a9f4a6dd352c4dca1fe0d1888ffe \
  • python/py-sphinx_rtd_theme/Portfile

     
    1717long_description    ${description}
    1818
    1919# do not download file from github since the one from pypi is significantly smaller
    20 master_sites        https://pypi.python.org/packages/source/s/sphinx_rtd_theme
     20master_sites        pypi:s/sphinx_rtd_theme
    2121
    2222checksums           rmd160  4fd81f7ac50fcf507b6c1996c7194d9b769e30dd \
    2323                    sha256  273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1
  • python/py-sqlparse/Portfile

     
    1818    formatting SQL statements.
    1919
    2020homepage            https://pypi.python.org/pypi/sqlparse/
    21 master_sites        https://pypi.python.org/packages/source/s/sqlparse/
     21master_sites        pypi:s/sqlparse/
    2222distname            sqlparse-${version}
    2323
    2424checksums           md5     370962a307ebaaa70a28b6b0ccb53980 \
  • python/py-statprof/Portfile

     
    1313platforms           darwin
    1414supported_archs     noarch
    1515homepage            http://pypi.python.org/pypi/statprof
    16 master_sites        http://pypi.python.org/packages/source/s/statprof
     16master_sites        pypi:s/statprof
    1717distname            statprof-${version}
    1818
    1919checksums           rmd160  f52c929dc5a9a942e3fc6c2281b823b59047c01d \
  • python/py-statsmodels/Portfile

     
    2323                    of statistical models.
    2424
    2525homepage            http://statsmodels.sourceforge.net/
    26 master_sites        https://pypi.python.org/packages/source/s/statsmodels/
     26master_sites        pypi:s/statsmodels/
    2727
    2828distname            statsmodels-${version}
    2929
  • python/py-stevedore/Portfile

     
    2020
    2121homepage            https://pypi.python.org/pypi/${_name}/${version}
    2222
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     23master_sites        pypi:${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    2626checksums           rmd160  76199a29dca21e383c717ad0ba4418a3d885458c \
  • python/py-stomper/Portfile

     
    1919                  sending and receiving.
    2020
    2121homepage          https://github.com/oisinmulvihill/stomper
    22 master_sites      https://pypi.python.org/packages/source/s/stomper/
     22master_sites      pypi:s/stomper/
    2323distname          stomper-${version}
    2424checksums         md5    b721d7557af2fc6a47e82ef4a40e87bf \
    2525                  rmd160 679ff1721bf364a62d63c2e2eab1a118a8861a1d \
  • python/py-suds-jurko/Portfile

     
    2222                    original project if it ever gets revived again.
    2323
    2424homepage            http://pypi.python.org/pypi/${realname}/${version}
    25 master_sites        http://pypi.python.org/packages/source/s/${realname}
     25master_sites        pypi:s/${realname}
    2626distname            ${realname}-${version}
    2727use_bzip2           yes
    2828checksums           rmd160  34329d93f0e784671539d08764959a18721752bb \
  • python/py-sumy/Portfile

     
    1818long_description    ${description}
    1919
    2020homepage            https://github.com/miso-belica/sumy
    21 master_sites        https://pypi.python.org/packages/source/s/${real_name}/
     21master_sites        pypi:s/${real_name}/
    2222distname            ${real_name}-${version}
    2323use_zip             yes
    2424
  • python/py-sunpy/Portfile

     
    1818license             BSD
    1919
    2020homepage            http://www.sunpy.org
    21 master_sites        http://pypi.python.org/packages/source/s/sunpy/
     21master_sites        pypi:s/sunpy/
    2222distname            sunpy-${version}
    2323checksums           md5 6bc66ddbbfc081637e88c276fff5ac48 \
    2424                    sha1 e811627423d600391e3c1eb766df187229a828f0 \
  • python/py-supervisor/Portfile

     
    2121
    2222homepage            http://supervisord.org
    2323
    24 master_sites        https://pypi.python.org/packages/source/s/${real_name}
     24master_sites        pypi:s/${real_name}
    2525distname            supervisor-${version}
    2626
    2727checksums           rmd160  9598b25640e72b0322cbb79a8f8f26712135efba \
  • python/py-tables/Portfile

     
    2323                    extremely large amounts of data
    2424
    2525homepage            https://pytables.github.io/
    26 master_sites        https://pypi.python.org/packages/source/t/tables/ \
     26master_sites        pypi:t/tables/ \
    2727                    http://sourceforge.net/projects/pytables/files/pytables/${version}
    2828
    2929checksums           rmd160  ca0f9f40c7471d45d5febcac0f4ef8d4fb6153ee \
  • python/py-tagcloud/Portfile

     
    1515
    1616homepage            https://pypi.python.org/pypi/pytagcloud
    1717distname            pytagcloud-${version}
    18 master_sites        https://pypi.python.org/packages/source/p/pytagcloud/
     18master_sites        pypi:p/pytagcloud/
    1919
    2020checksums           rmd160  bfddcc17caed92400bb9e8f704ce86cfc384dba6 \
    2121                    sha256  4d56539f0c80ed96f0d320fa0667db3f2d0cc3d2925f84522b82f48f6c0973e9
  • python/py-tail/Portfile

     
    2020    useful on Windows systems that have no tail equivalent.
    2121
    2222homepage            http://code.google.com/p/pytailer/
    23 master_sites        http://pypi.python.org/packages/source/t/tailer/
     23master_sites        pypi:t/tailer/
    2424checksums           md5     7c9c837227575ba5a0208af7840358a1 \
    2525                    sha1    c2af433be838b17aa7d91f8b02cf595d0449a0e6 \
    2626                    rmd160  8e36fc2f39c1c2c4b2772cedf2e0b7ea765a2eab
  • python/py-tastypie/Portfile

     
    1616description         flexible & capable API layer for Django
    1717long_description    ${description}
    1818homepage            http://pypi.python.org/pypi/${long_name}/
    19 master_sites        http://pypi.python.org/packages/source/d/${long_name}
     19master_sites        pypi:d/${long_name}
    2020distname            ${long_name}-${version}
    2121
    2222checksums           rmd160  fdd26231fe42caceda5393e86f4b8a75b44e438f \
  • python/py-tc/Portfile

     
    1414long_description    ${description}
    1515homepage            http://github.com/rsms/tc
    1616
    17 master_sites        http://pypi.python.org/packages/source/t/tc/
     17master_sites        pypi:t/tc/
    1818distname            tc-${version}
    1919checksums           md5  4405e1464caf0a0b1e1bc30f0874cd9f \
    2020                    sha1 cf95b3c67ab632b551042b9b75d29036cdece0d8
  • python/py-tempita/Portfile

     
    2727}
    2828
    2929distname                Tempita-${version}
    30 master_sites            http://pypi.python.org/packages/source/T/Tempita/
     30master_sites            pypi:T/Tempita/
    3131
    3232checksums               rmd160 85daca3631dcfecbdc1525d1b281f684dbf5c066
  • python/py-termcolor/Portfile

     
    1515long_description    termcolor is a Python module to format colored output in terminal.
    1616
    1717homepage            https://pypi.python.org/pypi/termcolor
    18 master_sites        https://pypi.python.org/packages/source/t/termcolor/
     18master_sites        pypi:t/termcolor/
    1919distname            termcolor-${version}
    2020
    2121checksums           sha1    52045880a05c0fbd192343d9c9aad46a73d20e8c \
  • python/py-terminado/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/takluyver/terminado
    22 master_sites        https://pypi.python.org/packages/source/t/terminado/
     22master_sites        pypi:t/terminado/
    2323
    2424distname            terminado-${version}
    2525
  • python/py-textile/Portfile

     
    1313                    developed by Dean Allen. This is a Python port with \
    1414                    support for code validation, itex to MathML translation, \
    1515                    Python code coloring and much more.
    16                    
     16
    1717platforms           darwin
    1818supported_archs     noarch
    1919
    2020homepage            https://pypi.python.org/pypi/textile
    21 master_sites        http://pypi.python.org/packages/source/t/textile/
     21master_sites        pypi:t/textile/
    2222distname            textile-${version}
    2323
    2424python.versions     27 34
  • python/py-theano/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://deeplearning.net/software/theano/
    22 master_sites        https://pypi.python.org/packages/30/3d/2354fac96ca9594b755ec22d91133522a7db0caa0877165a522337d0ed73
     22master_sites        pypi:t/theano
    2323
    2424distname            Theano-${version}
    2525
  • python/py-torndb/Portfile

     
    2222                    Originally part of the Tornado framework.
    2323
    2424homepage            https://github.com/bdarnell/torndb
    25 master_sites        https://pypi.python.org/packages/source/t/torndb/
     25master_sites        pypi:t/torndb/
    2626
    2727distname            torndb-${version}
    2828
  • python/py-tox/Portfile

     
    1717long_description    Tox as is a generic virtualenv management and test command line tool
    1818
    1919homepage            http://tox.testrun.org/
    20 master_sites        https://pypi.python.org/packages/source/t/tox/
     20master_sites        pypi:t/tox/
    2121
    2222distname            tox-${version}
    2323
  • python/py-tracer/Portfile

     
    1818                    for a specific hook.
    1919homepage            https://code.google.com/p/pytracer
    2020
    21 master_sites        https://pypi.python.org/packages/source/t/tracer
     21master_sites        pypi:t/tracer
    2222distname            tracer-${version}
    2323checksums           rmd160  11cce959b338cab44e822ddfce1d3b0e85b1f72a \
    2424                    sha256  1ddb3f438ea5ab4180776e8bb8bfa857edf7f52264f6b8189bba2bafb1a7cae3
  • python/py-transaction/Portfile

     
    1818platforms           darwin
    1919
    2020homepage            http://pypi.python.org/pypi/${real_name}
    21 master_sites        http://pypi.python.org/packages/source/t/${real_name}/
     21master_sites        pypi:t/${real_name}/
    2222distname            ${real_name}-${version}
    2323
    2424checksums           rmd160  a042c6f7f49f7aa7fb3ca1f71573cc7f917ca806 \
  • python/py-ttfquery/Portfile

     
    2020
    2121homepage            http://ttfquery.sourceforge.net/
    2222
    23 master_sites        https://pypi.python.org/packages/source/T/${real_name}/
     23master_sites        pypi:T/${real_name}/
    2424
    2525distname            ${real_name}-${version}
    2626
  • python/py-turbocheetah/Portfile

     
    1818                    python.templating.engines.
    1919homepage            http://pypi.python.org/pypi/TurboCheetah/
    2020
    21 master_sites        http://pypi.python.org/packages/source/T/TurboCheetah/
     21master_sites        pypi:T/TurboCheetah/
    2222distname            TurboCheetah-${version}
    2323checksums           md5 daf99f38f6696ac64b7df8ac2e003a03 \
    2424                    sha1 f2e983c1a57e00e4abbffb906280e147dcd787e9 \
  • python/py-turbogears/Portfile

     
    2121                    (SQLAlchemy or SQLObject).
    2222homepage            http://www.turbogears.org/
    2323
    24 master_sites        http://pypi.python.org/packages/source/T/TurboGears/
     24master_sites        pypi:T/TurboGears/
    2525distname            TurboGears-${version}
    2626checksums           md5 a03a66fcf7d687fd7bd4205a01fd21dd \
    2727                    sha1 7788fb655e3c276cfdd70bd0111989f4d4d140fa \
  • python/py-turbojson/Portfile

     
    1818                    that support python.templating.engines.
    1919homepage            http://pypi.python.org/pypi/TurboJson/
    2020
    21 master_sites        http://pypi.python.org/packages/source/T/TurboJson/
     21master_sites        pypi:T/TurboJson/
    2222distname            TurboJson-${version}
    2323checksums           md5 21969123122e02d87e2727a73e950796 \
    2424                    sha1 62b789ba593ad9f1e4b7a9b89660f252a56db835 \
  • python/py-turbokid/Portfile

     
    1818                    python.templating.engines.
    1919
    2020homepage            http://www.turbogears.org/
    21 master_sites        http://pypi.python.org/packages/source/T/TurboKid/
     21master_sites        pypi:T/TurboKid/
    2222distname            TurboKid-${version}
    2323checksums           md5 0dc9eba1783244a9800b8c4316d38341 \
    2424                    sha1 31f07da56fe8899aff73fbe1f251e0c985a3239f \
  • python/py-tweepy/Portfile

     
    2020    ${description} OAuth, complete coverage, streaming API
    2121
    2222homepage            http://www.tweepy.org/
    23 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     23master_sites        pypi:${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    2626checksums           md5     ff802f974e445ddc232a990324451179 \
  • python/py-twilio/Portfile

     
    1515description         Twilio API client and TwiML generator
    1616long_description    ${description}
    1717homepage            http://pypi.python.org/pypi/${realname}/
    18 master_sites        http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/
     18master_sites        pypi:[string index ${realname} 0]/${realname}/
    1919distname            ${realname}-${version}
    2020
    2121checksums           md5     24cca520901f5952f0df01d2969edf71 \
     
    2525if {${name} eq ${subport}} {
    2626    livecheck.type  regex
    2727    livecheck.regex [format "%s-%s" ${realname} {(\d+(?:\.\d+)*)}]
    28    
     28
    2929} else {
    3030    depends_lib-append \
    3131                    port:py${python.version}-httplib2 \
  • python/py-tz-gae/Portfile

     
    1717    ${description}
    1818
    1919homepage        http://code.google.com/p/gae-pytz/
    20 master_sites    http://pypi.python.org/packages/source/g/${real_name}
     20master_sites    pypi:g/${real_name}
    2121distname        ${real_name}-${version}
    2222
    2323python.versions 27 34
  • python/py-unicodecsv/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            https://github.com/jdunck/python-unicodecsv/
    22 master_sites        https://pypi.python.org/packages/source/u/unicodecsv/
     22master_sites        pypi:u/unicodecsv/
    2323
    2424distname            unicodecsv-${version}
    2525
  • python/py-unidecode/Portfile

     
    2525                    Perl module by Sean M. Burke.
    2626homepage            https://pypi.python.org/pypi/$realName/
    2727
    28 master_sites        https://pypi.python.org/packages/source/U/$realName/
     28master_sites        pypi:U/$realName/
    2929distname            $realName-${version}
    3030checksums           md5     5862c893d5aac49f5eefbd96e9e9e682 \
    3131                    rmd160  d2eb1039b8b77728784d8b1bebe1a5bd998d1dfa \
  • python/py-unittest2/Portfile

     
    3232    livecheck.type      none
    3333
    3434    if {${python.version} < 30} {
    35         master_sites        http://pypi.python.org/packages/source/u/unittest2/
     35        master_sites        pypi:u/unittest2/
    3636        distname            unittest2-${version}
    3737
    3838        checksums           md5     a0af5cac92bbbfa0c3b0e99571390e0f \
     
    3939                            rmd160  aa83b1d6dedaa71a9e6d3bed4028e855bef04821 \
    4040                            sha256  aa5de8cdf654d843379c97bd1ee240e86356d3355a97b147a6f3f4d149247a71
    4141    } else {
    42         master_sites        http://pypi.python.org/packages/source/u/unittest2py3k/
     42        master_sites        pypi:u/unittest2py3k/
    4343        distname            unittest2py3k-${version}
    4444
    4545        checksums           md5     8824ff92044310d9365f90d892bf0f09 \
  • python/py-virtualenv/Portfile

     
    1818                    environments.
    1919homepage            http://pypi.python.org/pypi/${python.rootname}
    2020
    21 master_sites        http://pypi.python.org/packages/source/v/${python.rootname}
     21master_sites        pypi:v/${python.rootname}
    2222distname            ${python.rootname}-${version}
    2323checksums           md5     28d76a0d9cbd5dc42046dd14e76a6ecc \
    2424                    rmd160  5d45bc4b34c2483427c9556fd10833fcce9e661d \
  • python/py-virtualenv-clone/Portfile

     
    1818long_description    A script for cloning a non-relocatable virtualenv.
    1919
    2020homepage            http://github.com/edwardgeorge/${real_name}/
    21 master_sites        http://pypi.python.org/packages/source/v/${real_name}/
     21master_sites        pypi:v/${real_name}/
    2222distname            ${real_name}-${version}
    2323
    2424checksums           rmd160  163d1b171dda058a8eeeb74e9b413b360592b3b7 \
  • python/py-virtualenvwrapper/Portfile

     
    2222                    introducing conflicts in their dependencies.
    2323homepage            http://www.doughellmann.com/projects/${real_name}/
    2424
    25 master_sites        http://pypi.python.org/packages/source/v/${real_name}
     25master_sites        pypi:v/${real_name}
    2626distname            ${real_name}-${version}
    2727
    2828checksums           rmd160  eb06370e761963748abc466f65c52ca2b4e98f5b \
  • python/py-w3lib/Portfile

     
    1414long_description    ${description}
    1515
    1616homepage            http://pypi.python.org/pypi/w3lib
    17 master_sites        http://pypi.python.org/packages/source/w/w3lib/
     17master_sites        pypi:w/w3lib/
    1818distname            w3lib-${version}
    1919
    2020checksums           rmd160  e5276b5bb1c4380a8e17eb365b9072d004d011f9 \
  • python/py-wcwidth/Portfile

     
    1515python.versions     27 34 35
    1616
    1717homepage            https://pypi.python.org/pypi/wcwidth/
    18 master_sites        https://pypi.python.org/packages/source/w/wcwidth/
     18master_sites        pypi:w/wcwidth/
    1919distname            wcwidth-${version}
    2020
    2121checksums           rmd160  2eb04bc765265d110e8e57d52879c46ce0627e85 \
  • python/py-webcolors/Portfile

     
    2020long_description    ${description}
    2121
    2222homepage            http://www.bitbucket.org/ubernostrum/webcolors/overview/
    23 master_sites        https://pypi.python.org/packages/source/w/webcolors/
     23master_sites        pypi:w/webcolors/
    2424
    2525distname            webcolors-${version}
    2626
  • python/py-weberror/Portfile

     
    3434}
    3535
    3636distname                WebError-${version}
    37 master_sites            http://pypi.python.org/packages/source/W/WebError/
     37master_sites            pypi:W/WebError/
    3838
    3939checksums               rmd160 14893cefa17f70600f7d63f733edd51fda01e487
  • python/py-webhelpers/Portfile

     
    2525
    2626
    2727distname                WebHelpers-${version}
    28 master_sites            http://pypi.python.org/packages/source/W/WebHelpers/
     28master_sites            pypi:W/WebHelpers/
    2929checksums               rmd160  9df2b54f2fefba26aaf668a92ee9c8a94ebe87ac \
    3030                        sha256  ea86f284e929366b77424ba9a89341f43ae8dee3cbeb8702f73bcf86058aa583
    3131
  • python/py-webtest/Portfile

     
    2424}
    2525
    2626distname                WebTest-${version}
    27 master_sites            http://pypi.python.org/packages/source/W/WebTest/
     27master_sites            pypi:W/WebTest/
    2828
    2929checksums               rmd160  0c26e05ce2c90a76af77b4aa197acb5f7d5ceaee \
    3030                        sha256  018897fd56c1f96396282ac36d32f5c7862eb07e3965765f0e86ca092ecd42a0
  • python/py-werkzeug/Portfile

     
    2626                    and a bunch of community contributed addon modules.
    2727
    2828homepage            http://werkzeug.pocoo.org/
    29 master_sites        https://pypi.io/packages/source/W/Werkzeug
     29master_sites        pypi:W/Werkzeug
    3030
    3131distname            Werkzeug-${version}
    3232
  • python/py-whoosh/Portfile

     
    2222    Whoosh works can be extended or replaced to meet your needs exactly.
    2323
    2424homepage            https://bitbucket.org/mchaput/whoosh/wiki/Home
    25 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}
     25master_sites        pypi:${_n}/${_name}
    2626distname            ${_name}-${version}
    2727
    2828checksums           md5     9d35a7498d5c7af8fe162f63719f4eeb \
  • python/py-widgetsnbextension/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://ipython.org
    22 master_sites        https://pypi.io/packages/source/[string index ${python.rootname} 0]/${python.rootname}
     22master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
    2323
    2424distname            ${python.rootname}-${version}
    2525
  • python/py-word2vec/Portfile

     
    1616long_description    ${description}
    1717
    1818homepage            https://github.com/danielfrg/word2vec/
    19 master_sites        https://pypi.python.org/packages/source/w/${real_name}/
     19master_sites        pypi:w/${real_name}/
    2020
    2121distname            ${real_name}-${version}
    2222
  • python/py-wtforms/Portfile

     
    1919long_description    ${description}
    2020
    2121homepage            http://wtforms.simplecodes.com/
    22 master_sites        https://pypi.python.org/packages/source/${_n}/${_name} \
     22master_sites        pypi:${_n}/${_name} \
    2323                    https://b.pypi.python.org/packages/source/${_n}/${_name}
    2424distname            ${_name}-${version}
    2525use_zip             yes
  • python/py-xattr/Portfile

     
    2020                    (Tiger) and later.
    2121
    2222homepage            http://undefined.org/python/#xattr
    23 master_sites        http://pypi.python.org/packages/source/x/xattr/
     23master_sites        pypi:x/xattr/
    2424distname            xattr-${version}
    2525
    2626checksums           rmd160  15a8cb415077e3b66af6c7eafe4bd3f10b964294 \
  • python/py-xhtml2pdf/Portfile

     
    1717homepage                http://pypi.python.org/pypi/xhtml2pdf/
    1818
    1919distname                xhtml2pdf-${version}
    20 master_sites            https://pypi.python.org/packages/source/x/xhtml2pdf/
     20master_sites            pypi:x/xhtml2pdf/
    2121
    2222checksums               rmd160  37c26819a1b3e3aa5adb571c5d2f1cadeee5c74b \
    2323                        sha256  29dbf7da8943ccef4afb958747cd0084762821546e3cc62d23115fd7470d95f0
  • python/py-xlrd/Portfile

     
    2020                    Excel spreadsheet files.
    2121
    2222#master_sites        ${github.homepage}/archive/[join ${github.tag_prefix} ""]${github.version}
    23 master_sites        https://pypi.python.org/packages/source/x/xlrd
     23master_sites        pypi:x/xlrd
    2424distname            xlrd-${version}
    2525checksums           md5     911839f534d29fe04525ef8cd88fe865 \
    2626                    rmd160  e9c72087a1ac46c0d5f9231b07a0f9868b25b80d \
  • python/py-xlutils/Portfile

     
    1616long_description    This package provides a collection of utilities for working with Excel files.
    1717homepage            http://www.python-excel.org
    1818
    19 master_sites        http://pypi.python.org/packages/source/x/xlutils/
     19master_sites        pypi:x/xlutils/
    2020distname            xlutils-${version}
    2121checksums           rmd160  2cd03a91e3ffdbdfeb5374199894a416b67f54d4 \
    2222                    sha256  cdbde90603d626a45bf36d45368e5b83484b545d230fc91f10fad89b2d766384
  • python/py-xlwt/Portfile

     
    2121                    xlwt is a fork of pyExcelerator.
    2222
    2323homepage            http://www.python-excel.org
    24 master_sites        http://pypi.python.org/packages/source/x/xlwt/
     24master_sites        pypi:x/xlwt/
    2525distname            xlwt-${version}
    2626checksums           rmd160  53f135a9196d831b78b2cc214e948405efa5c68e \
    2727                    sha256  ac432939eec8daa9f88af994ff53f009e607a4e1102772ec0be0b2a86b2c1cf9
  • python/py-xmldiff/Portfile

     
    1717                                work either with XML files or DOM trees
    1818
    1919homepage            http://www.logilab.org/project/xmldiff/
    20 master_sites        https://pypi.python.org/packages/source/x/xmldiff
     20master_sites        pypi:x/xmldiff
    2121distname                xmldiff-${version}
    2222use_zip             yes
    2323
  • python/py-xmltodict/Portfile

     
    2424homepage            https://github.com/martinblech/xmltodict
    2525
    2626distname            ${_name}-${version}
    27 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
     27master_sites        pypi:${_n}/${_name}/
    2828
    2929checksums           md5     ab17e53214a8613ad87968e9674d75dd \
    3030                    rmd160  997dfcb0f843979e9384121b270480bcbef40967 \
  • python/py-yapsy/Portfile

     
    2020                    on a lot of libraries.
    2121homepage            http://yapsy.sourceforge.net
    2222
    23 master_sites        https://pypi.python.org/packages/source/Y/$realName
     23master_sites        pypi:Y/$realName
    2424distname            $realName-${version}
    2525checksums           rmd160  e5d0ce20047d339856ade3345be63fae0c5d41bd \
    2626                    sha256  9ba7767f63ab591c0ad3fc8b2bd11ac19a0fabb7259bcb1733858eab5bd9b1e1
  • python/py-yolk/Portfile

     
    1717long_description    Yolk is a Python tool for obtaining information \
    1818                    about packages installed by distutils, setuptools \
    1919                    and easy_install and querying packages on PyPI \
    20                     (Python Package Index a.k.a. The Cheese Shop). 
    21 master_sites        http://pypi.python.org/packages/source/y/yolk/
     20                    (Python Package Index a.k.a. The Cheese Shop).
     21master_sites        pypi:y/yolk/
    2222distname            yolk-${version}
    2323checksums           md5     100b0f20aaf66aacd53987714cc91c3d \
    2424                    sha1    004e7bf297ac9a752d4d41c3f7eeea7adaa7a675 \
  • python/py-yt/Portfile

     
    2222platforms           darwin
    2323
    2424homepage            http://yt-project.org/
    25 master_sites        http://pypi.python.org/packages/source/y/yt/
     25master_sites        pypi:y/yt/
    2626distname            yt-${version}
    2727
    2828checksums           rmd160  1265a19abdbd9d3ada041e5c18d80465bb1beefd \
  • python/py-zc-buildout/Portfile

     
    2222    multiple programs, processes, and configuration settings.
    2323
    2424homepage            http://www.buildout.org
    25 master_sites        https://pypi.python.org/packages/source/z/${real_name}
     25master_sites        pypi:z/${real_name}
    2626distname            ${real_name}-${version}
    2727checksums           md5    771dd9807da7d5ef5bb998991c5fdae1 \
    2828                    rmd160 8eba16e08c634d1455cef9b91953422e2ef3c8cd \
  • python/py-zc-lockfile/Portfile

     
    2424categories-append   zope
    2525
    2626homepage            http://pypi.python.org/pypi/${real_name}
    27 master_sites        http://pypi.python.org/packages/source/z/${real_name}
     27master_sites        pypi:z/${real_name}
    2828distname            ${real_name}-${version}
    2929
    3030checksums           rmd160  ffc9485e8a3f219b0fef65465b838df9d633706c \
  • python/py-zconfig/Portfile

     
    2323categories-append   zope
    2424
    2525homepage            http://old.zope.org/Members/fdrake/zconfig/
    26 master_sites        http://pypi.python.org/packages/source/Z/${real_name}
     26master_sites        pypi:Z/${real_name}
    2727distname            ${real_name}-${version}
    2828use_zip             yes
    2929
  • python/py-zdaemon/Portfile

     
    2121categories-append   sysutils
    2222
    2323homepage            http://pypi.python.org/pypi/zdaemon
    24 master_sites        http://pypi.python.org/packages/source/z/${real_name}
     24master_sites        pypi:z/${real_name}
    2525distname            ${real_name}-${version}
    2626
    2727checksums           rmd160  8f4f27cf71758668408af82a9bbf848cf83bf7f9 \
  • python/py-zen/Portfile

     
    2121    as several notification UIs.
    2222
    2323homepage            http://pypi.python.org/pypi/${real_name}
    24 master_sites        http://pypi.python.org/packages/source/P/${real_name}
     24master_sites        pypi:P/${real_name}
    2525distname            ${real_name}-${version}
    2626
    2727checksums           rmd160  93933db47c2a56e9c0b1b5e42ace49b13a803d58 \
  • python/py-zodb/Portfile

     
    2222categories-append   databases
    2323
    2424homepage            http://www.zodb.org/
    25 master_sites        http://pypi.python.org/packages/source/Z/${real_name}
     25master_sites        pypi:Z/${real_name}
    2626distname            ${real_name}-${version}
    2727
    2828checksums           rmd160  80ffd861962fb7ee5b8a72c86d7f5b0b5640260b \
  • python/py-zope-app-module/Portfile

     
    2424categories-append   zope
    2525
    2626homepage            http://pypi.python.org/pypi/${real_name}
    27 master_sites        http://pypi.python.org/packages/source/z/${real_name}
     27master_sites        pypi:z/${real_name}
    2828distname            ${real_name}-${version}
    2929
    3030checksums           rmd160  ab3a805c424a02e0ccc08dc68dc3bb95d6217056 \
  • python/py-zope-event/Portfile

     
    1616    The zope.event package provides a simple event system, including an \
    1717    event publishing API, intended for use by applications which are unaware of \
    1818    any subscribers to their events, and a very simple event-dispatching system \
    19     on which more sophisticated event dispatching systems can be built. 
     19    on which more sophisticated event dispatching systems can be built.
    2020
    2121categories-append   zope
    2222
    2323homepage            http://pypi.python.org/pypi/${real_name}
    24 master_sites        http://pypi.python.org/packages/source/z/${real_name}
     24master_sites        pypi:z/${real_name}
    2525distname            ${real_name}-${version}
    2626
    2727checksums           rmd160  46f8cbf1ab855c086aac1a3bdcbe0a6f7e7418dc \
  • python/py-zope-keyreference/Portfile

     
    1818categories-append   zope
    1919
    2020homepage            http://pypi.python.org/pypi/${real_name}
    21 master_sites        http://pypi.python.org/packages/source/z/${real_name}
     21master_sites        pypi:z/${real_name}
    2222distname            ${real_name}-${version}
    2323
    2424checksums           rmd160  7ea485cdc613cf03f7a564b48c9725dadbaba660 \
  • python/py-zopeinterface/Portfile

     
    1515long_description    ${description}
    1616
    1717homepage            http://docs.zope.org/zopetoolkit/
    18 master_sites        http://pypi.python.org/packages/source/z/zope.interface
     18master_sites        pypi:z/zope.interface
    1919distname            zope.interface-${version}
    2020
    2121checksums           rmd160  d0f903c260e454ef6f6cd33f50cdbc05b668be0f \