Changeset 83399
- Timestamp:
- 08/31/11 04:46:18 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 1 deleted
- 1 edited
- 1 moved
-
py-msgpack (moved) (moved from trunk/dports/python/py26-msgpack)
-
py-msgpack/Portfile (modified) (2 diffs)
-
py27-msgpack (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-msgpack/Portfile
r75582 r83399 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=41 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup python 261.05 PortGroup python 1.0 6 6 7 name py26-msgpack 8 version 0.1.9 9 categories python 7 name py-msgpack 8 version 0.1.10 9 revision 0 10 categories python devel 11 license Apache 10 12 platforms darwin 11 13 … … 13 15 14 16 description MessagePack (de)serializer for Python. 17 15 18 long_description ${description} 16 19 17 20 homepage http://pypi.python.org/pypi/msgpack-python/ 18 21 master_sites http://pypi.python.org/packages/source/m/msgpack-python/ 22 19 23 distname msgpack-python-${version} 20 24 21 checksums md5 fea360812fd4bd485c07b03239f1ddd0 \ 22 sha1 794b4b9bccb72f9bbd5dc96b2886be96e61c0c98 \ 23 rmd160 ce6e5c055c3e03066e876e6626c617c6866d1eb5 25 checksums md5 a31f16d20ea8ec79cc8cba1103f951d8 \ 26 sha1 099f48d5debb89e6811f7570b39954f512169866 \ 27 rmd160 c4816c25dbb41d282fd5854692d7659373d131b4 28 29 python.default_version 27 30 python.versions 26 27 24 31 25 32 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

