/.*.stamp
/.installed.cfg
*.pyc
+easyshop/
PIL_URL = http://effbot.org/downloads/Imaging-1.1.6.tar.gz
PIL_VERSION = 1.1.6
+EASYSHOP_URL = http://easyshop-for-plone.googlecode.com/svn/buildout/3.0-Anonymous
+
###########################################################################
PYTHON_DIR=python
shell:
@PATH=$(BASEDIR)/$(PYTHON_DIR)/bin:$(BASEDIR)/bin:$$PATH $$SHELL
-init: python setuptools pil eggs buildout bootstrap update .gitignore
+init: python setuptools pil eggs buildout bootstrap userinit update .gitignore
+
+userinit::
+
+###########################################################################
+
+userinit:: easyshop/README.txt
+easyshop/README.txt:
+ svn co $(EASYSHOP_URL) easyshop
+
+.PHONY: easyshop
zopepy
# Change the number here to change the version of Plone being used
-extends = http://dist.plone.org/release/3.3.1/versions.cfg
+extends =
+ http://dist.plone.org/release/3.3.1/versions.cfg
+ easyshop.cfg
versions = versions
# Add additional egg download sources here. dist.plone.org contains archives
# Add additional eggs here
eggs =
- easyshop.core
+ ${easyshop:eggs}
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
-
-
-
+ ${easyshop:develop}
[zope2]
# For more information on this step and configuration options see:
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/plone.recipe.distros
recipe = plone.recipe.distros
-urls =
+urls =
+ ${easyshop:urls}
nested-packages =
version-suffix-packages =
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
-http-address = 8070
+http-address = 8080
#debug-mode = on
#verbose-security = on
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
- easyshop.core
+ ${easyshop:zcml}
products =
${buildout:directory}/products
${productdistros:location}
+ ${easyshop:products}
[zopepy]
# For more information on this step and configuration options see:
--- /dev/null
+[easyshop]
+
+eggs =
+ elementtree
+ easyshop.core
+ easyshop.carts
+ easyshop.catalog
+ easyshop.checkout
+ easyshop.criteria
+ easyshop.customers
+ easyshop.discounts
+ easyshop.groups
+ easyshop.information
+ easyshop.kss
+ easyshop.login
+ easyshop.management
+ easyshop.order
+ easyshop.payment
+ easyshop.shipping
+ easyshop.shop
+ easyshop.stocks
+ easyshop.taxes
+
+develop =
+ easyshop/src/easyshop.core
+ easyshop/src/easyshop.carts
+ easyshop/src/easyshop.catalog
+ easyshop/src/easyshop.checkout
+ easyshop/src/easyshop.criteria
+ easyshop/src/easyshop.customers
+ easyshop/src/easyshop.discounts
+ easyshop/src/easyshop.groups
+ easyshop/src/easyshop.information
+ easyshop/src/easyshop.kss
+ easyshop/src/easyshop.login
+ easyshop/src/easyshop.management
+ easyshop/src/easyshop.order
+ easyshop/src/easyshop.payment
+ easyshop/src/easyshop.shipping
+ easyshop/src/easyshop.shop
+ easyshop/src/easyshop.stocks
+ easyshop/src/easyshop.taxes
+
+zcml =
+ easyshop.core
+ easyshop.carts
+ easyshop.catalog
+ easyshop.checkout
+ easyshop.criteria
+ easyshop.customers
+ easyshop.discounts
+ easyshop.groups
+ easyshop.information
+ easyshop.kss
+ easyshop.login
+ easyshop.management
+ easyshop.order
+ easyshop.payment
+ easyshop.shipping
+ easyshop.shop
+ easyshop.stocks
+ easyshop.taxes
+
+products =
+ easyshop/products
+
+urls =
+ http://plone.org/products/datagridfield/releases/1.6/datagridfield-1-6-0-beta2-tar.gz