RADICAL-Cybertools packages: add versions (#28002)
* py-radical-entk: add version 1.9.0 * py-radical-pilot: add version 1.10.1 * py-radical-utils: add version 1.9.1 * py-radical-utils: requires py-pymongo less than version 4
This commit is contained in:
		| @@ -12,11 +12,12 @@ class PyRadicalEntk(PythonPackage): | ||||
| 
 | ||||
|     homepage = 'https://radical-cybertools.github.io' | ||||
|     git      = 'https://github.com/radical-cybertools/radical.entk.git' | ||||
|     pypi     = 'radical.entk/radical.entk-1.8.0.tar.gz' | ||||
|     pypi     = 'radical.entk/radical.entk-1.9.0.tar.gz' | ||||
| 
 | ||||
|     maintainers = ['andre-merzky'] | ||||
| 
 | ||||
|     version('develop', branch='devel') | ||||
|     version('1.9.0',   sha256='918c716ac5eecb012a57452f45f5a064af7ea72f70765c7b0c60be4322b23557') | ||||
|     version('1.8.0',   sha256='47a3f7f1409612d015a3e6633853d31ec4e4b0681aecb7554be16ebf39c7f756') | ||||
|     version('1.6.7',   sha256='9384568279d29b9619a565c075f287a08bca8365e2af55e520af0c2f3595f8a2') | ||||
| 
 | ||||
|   | ||||
| @@ -13,11 +13,12 @@ class PyRadicalPilot(PythonPackage): | ||||
| 
 | ||||
|     homepage = 'https://radical-cybertools.github.io' | ||||
|     git      = 'https://github.com/radical-cybertools/radical.pilot.git' | ||||
|     pypi     = 'radical.pilot/radical.pilot-1.9.2.tar.gz' | ||||
|     pypi     = 'radical.pilot/radical.pilot-1.10.1.tar.gz' | ||||
| 
 | ||||
|     maintainers = ['andre-merzky'] | ||||
| 
 | ||||
|     version('develop', branch='devel') | ||||
|     version('1.10.1',  sha256='003f4c519b991bded31693026b69dd51547a5a69a5f94355dc8beff766524b3c') | ||||
|     version('1.9.2',   sha256='7c872ac9103a2aed0c5cd46057048a182f672191e194e0fd42794b0012e6e947') | ||||
|     version('1.8.0',   sha256='a4c3bca163db61206e15a2d820d9a64e888da5c72672448ae975c26768130b9d') | ||||
|     version('1.6.8',   sha256='fa8fd3f348a68b54ee8338d5c5cf1a3d99c10c0b6da804424a839239ee0d313d') | ||||
| @@ -27,6 +28,6 @@ class PyRadicalPilot(PythonPackage): | ||||
|     depends_on('py-radical-saga@1.6.6:',  type=('build', 'run')) | ||||
| 
 | ||||
|     depends_on('python@3.6:',             type=('build', 'run')) | ||||
|     depends_on('py-pymongo',              type=('build', 'run')) | ||||
|     depends_on('py-pymongo@:3',           type=('build', 'run')) | ||||
|     depends_on('py-setproctitle',         type=('build', 'run')) | ||||
|     depends_on('py-setuptools',           type='build') | ||||
|   | ||||
| @@ -12,11 +12,12 @@ class PyRadicalUtils(PythonPackage): | ||||
| 
 | ||||
|     homepage = 'https://radical-cybertools.github.io' | ||||
|     git      = 'https://github.com/radical-cybertools/radical.utils.git' | ||||
|     pypi     = 'radical.utils/radical.utils-1.8.4.tar.gz' | ||||
|     pypi     = 'radical.utils/radical.utils-1.9.1.tar.gz' | ||||
| 
 | ||||
|     maintainers = ['andre-merzky'] | ||||
| 
 | ||||
|     version('develop', branch='devel') | ||||
|     version('1.9.1',   sha256='0837d75e7f9dcce5ba5ac63151ab1683d6ba9ab3954b076d1f170cc4a3cdb1b4') | ||||
|     version('1.8.4',   sha256='4777ba20e9f881bf3e73ad917638fdeca5a4b253d57ed7b321a07f670e3f737b') | ||||
|     version('1.8.0',   sha256='8582c65593f51d394fc263c6354ec5ad9cc7173369dcedfb2eef4f5e8146cf03') | ||||
|     version('1.6.7',   sha256='552f6c282f960ccd9d2401d686b0b3bfab35dfa94a26baeb2d3b4e45211f05a9') | ||||
| @@ -31,7 +32,7 @@ class PyRadicalUtils(PythonPackage): | ||||
|     depends_on('py-msgpack',      type=('build', 'run')) | ||||
|     depends_on('py-netifaces',    type=('build', 'run')) | ||||
|     depends_on('py-ntplib',       type=('build', 'run')) | ||||
|     depends_on('py-pymongo',      type=('build', 'run')) | ||||
|     depends_on('py-pymongo@:3',   type=('build', 'run')) | ||||
|     depends_on('py-pyzmq',        type=('build', 'run')) | ||||
|     depends_on('py-regex',        type=('build', 'run')) | ||||
|     depends_on('py-setproctitle', type=('build', 'run')) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mikhail Titov
					Mikhail Titov