Permalink
Browse files
py-tastypie: adjust whitespace, reorder
- Loading branch information
Showing
with
7 additions
and
3 deletions.
-
+7
−3
python/py-tastypie/Portfile
|
|
@@ -1,26 +1,30 @@ |
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-tastypie |
|
|
set long_name django-tastypie |
|
|
version 0.9.9 |
|
|
python.versions 27 |
|
|
revision 0 |
|
|
categories-append www |
|
|
license BSD |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
maintainers nomaintainer |
|
|
|
|
|
description flexible & capable API layer for Django |
|
|
long_description ${description} |
|
|
|
|
|
homepage https://pypi.python.org/pypi/${long_name}/ |
|
|
master_sites pypi:d/${long_name} |
|
|
distname ${long_name}-${version} |
|
|
|
|
|
checksums rmd160 fdd26231fe42caceda5393e86f4b8a75b44e438f \ |
|
|
sha256 c72ac7eea348b0be9c4cf517312be4904f68706fa021148d858f44b5e44e64d9 |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib port:py${python.version}-django \ |
|
|
port:py${python.version}-dateutil \ |
|
|
|