diff options
author | Christian Andreetta <satya@gentoo.org> | 2004-10-23 12:16:02 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2004-10-23 12:16:02 +0000 |
commit | 198847cd76204b433358348fa9b2e16f0c1add73 (patch) | |
tree | b9e188abfdac5e33eb831bca57a6c55b1efe4f31 /dev-python/formkit/files | |
parent | Fix digest.. (diff) | |
download | historical-198847cd76204b433358348fa9b2e16f0c1add73.tar.gz historical-198847cd76204b433358348fa9b2e16f0c1add73.tar.bz2 historical-198847cd76204b433358348fa9b2e16f0c1add73.zip |
initial ebuild
Diffstat (limited to 'dev-python/formkit/files')
-rw-r--r-- | dev-python/formkit/files/0.6.1/setup.py | 27 | ||||
-rw-r--r-- | dev-python/formkit/files/digest-formkit-0.6.1 | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/formkit/files/0.6.1/setup.py b/dev-python/formkit/files/0.6.1/setup.py new file mode 100644 index 000000000000..5a770747b2f5 --- /dev/null +++ b/dev-python/formkit/files/0.6.1/setup.py @@ -0,0 +1,27 @@ +#! /usr/bin/env python + +from os import chdir, stat +from distutils.core import setup, Extension + +setup (# Distribution meta-data + name = "FormKit", + version = "0.6.1", + description = "Generation and validation of www forms. WebWare WebKit compatible. Can be used stand-alone.", + author = "", + license = "LGPL-2.1", + long_description = "Generation and validation of www forms. WebWare WebKit compatible. Can be used stand-alone.", + url = "http://dalchemy.com/opensource/formkit/", + extra_path = "formkit", + package_dir = { '':'.' }, + packages = [ '.', ], +# 'BaseChoiceClasses', +# 'BaseFieldClasses', +# 'BaseTagClasses', +# 'BaseValidatorClasses', +# 'Fields', +# 'Form', +# 'FormKitMixIn', +# 'Properties', +# 'Validators', + ) + diff --git a/dev-python/formkit/files/digest-formkit-0.6.1 b/dev-python/formkit/files/digest-formkit-0.6.1 new file mode 100644 index 000000000000..91ba499887e3 --- /dev/null +++ b/dev-python/formkit/files/digest-formkit-0.6.1 @@ -0,0 +1 @@ +MD5 34984d5f0df370f496bb75d0c5172e8e formkit-0.6.1.tar.bz2 288576 |