Opened 7 years ago
Closed 7 years ago
#1680 closed defect (fixed)
RasdaPy_Add source code from github to rasdaman's repository
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.5 |
Component: | rasdapy | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description
Current RasdaPy source code is from Siddharth's github https://github.com/thunderboltsid/rasdapy
It will be added to rasdaman's repository and we test it in system test from this ticket:1675.
If there is a change for this code, one will need to update the built package in https://pypi.python.org/pypi/rasdapy also.
(login credential from the group wiki: http://kahlua.eecs.jacobs-university.de/trac/wiki/wiki/rasdapy)
Change History (4)
follow-up: 2 comment:1 by , 7 years ago
comment:2 by , 7 years ago
Replying to dmisev:
If there is a change for this code, one will need to update the built package in https://pypi.python.org/pypi/rasdapy also.
Do we need to add a cmake option for generating the package?
There is already a python setup.py script https://github.com/thunderboltsid/rasdapy/blob/master/setup.py in source code to create package.
We don't need to build this package with rasdaman's build, so cmake is not needed.
However, if patch manager can check if there is a change in RasdaPy source code, then it will run python setup.py (http://peterdowns.com/posts/first-time-with-pypi.html) to update to pypi then it is better than doing it manually.
comment:3 by , 7 years ago
However, if patch manager can check if there is a change in RasdaPy? source code, then it will run python setup.py (http://peterdowns.com/posts/first-time-with-pypi.html) to update to pypi..
We can't do this automatically on every patch, released packages should be stable and versioned.
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Do we need to add a cmake option for generating the package?