Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.cmmi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.recipe.cmmi
Commits
330d2f73
Commit
330d2f73
authored
Jun 05, 2017
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.6
parent
5233c7f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
CHANGELOG.rst
CHANGELOG.rst
+6
-0
setup.py
setup.py
+3
-7
No files found.
CHANGELOG.rst
View file @
330d2f73
Changes
Changes
=======
=======
0.6 (2017-06-05)
----------------
* Add support for Python 3.
* Optimize wrapper to scripts with long shebangs.
0.5 (2017-04-07)
0.5 (2017-04-07)
----------------
----------------
...
...
setup.py
View file @
330d2f73
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
import
os
import
os
version
=
'0.
5
'
version
=
'0.
6
'
name
=
'slapos.recipe.cmmi'
name
=
'slapos.recipe.cmmi'
...
@@ -28,17 +28,13 @@ setup(
...
@@ -28,17 +28,13 @@ setup(
'Framework :: Buildout'
,
'Framework :: Buildout'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: BSD License'
,
'License :: OSI Approved :: BSD License'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3.2'
,
'Programming Language :: Python :: 3.3'
,
'Topic :: Software Development :: Build Tools'
,
'Topic :: Software Development :: Build Tools'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
],
],
keywords
=
'development buildout recipe'
,
keywords
=
'development buildout recipe'
,
author
=
'Nexedi'
,
author
=
'Nexedi'
,
author_email
=
'jondy.zhao@nexedi.com'
,
author_email
=
'jondy.zhao@nexedi.com'
,
url
=
'http
://git.erp5.org/gitweb
/slapos.recipe.cmmi'
,
url
=
'http
s://lab.nexedi.com/nexedi
/slapos.recipe.cmmi'
,
license
=
'BSD'
,
license
=
'BSD'
,
packages
=
find_packages
(
exclude
=
[
'ez_setup'
]),
packages
=
find_packages
(
exclude
=
[
'ez_setup'
]),
namespace_packages
=
[
'slapos'
,
'slapos.recipe'
],
namespace_packages
=
[
'slapos'
,
'slapos.recipe'
],
...
@@ -47,7 +43,7 @@ setup(
...
@@ -47,7 +43,7 @@ setup(
install_requires
=
[
install_requires
=
[
'zc.buildout'
,
'zc.buildout'
,
'setuptools'
,
'setuptools'
,
'slapos.recipe.build>=0.3
2
'
,
'slapos.recipe.build>=0.3
4
'
,
],
],
extras_require
=
{
extras_require
=
{
'test'
:
[
'zope.testing'
,
'manuel'
],
'test'
:
[
'zope.testing'
,
'manuel'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment