Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
26
Issues
26
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools
Commits
be4be4c6
Commit
be4be4c6
authored
Nov 12, 2014
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
parent
5696bbc2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
checkpip.py
distutils.ext/obidistutils/serenity/checkpip.py
+2
-1
setup.py
setup.py
+1
-1
version.py
src/obitools/version.py
+1
-1
No files found.
distutils.ext/obidistutils/serenity/checkpip.py
View file @
be4be4c6
...
...
@@ -37,6 +37,8 @@ def is_pip_installed(minversion=PIP_MINVERSION):
def
get_a_pip_module
(
minversion
=
PIP_MINVERSION
):
global
local_pip
tmpdir
=
get_serenity_dir
()
if
not
local_pip
:
if
not
is_pip_installed
(
minversion
):
...
...
@@ -46,7 +48,6 @@ def get_a_pip_module(minversion=PIP_MINVERSION):
raise
DistutilsError
,
"Pip (>=
%
s) is not install on your system and I cannot install it"
%
PIP_MINVERSION
script
=
pipinstallscript
.
read
()
tmpdir
=
get_serenity_dir
()
getpip_py
=
os
.
path
.
join
(
tmpdir
,
"get-pip.py"
)
with
open
(
getpip_py
,
"wb"
)
as
fp
:
log
.
info
(
"Downloading temporary pip..."
)
...
...
setup.py
View file @
be4be4c6
...
...
@@ -19,7 +19,7 @@ from os import path
PACKAGE
=
"OBITools"
VERSION
=
"1.0.00
8
"
VERSION
=
"1.0.00
9
"
AUTHOR
=
'Eric Coissac'
EMAIL
=
'eric@coissac.eu'
URL
=
'metabarcoding.org/obitools'
...
...
src/obitools/version.py
View file @
be4be4c6
major
=
1
minor
=
0
serial
=
'00
8
'
serial
=
'00
9
'
version
=
"
%2
d.
%02
d
%
s"
%
(
major
,
minor
,
serial
)
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