Py ipyparallel (#35178)
* py-ipyparallel: add 8.4.1, which builds with py-hatchling * py-ipyparallel: copyright and redundant py-setuptools dependency * py-ipyparallel: py-packaging was dropped after 8.0.0
This commit is contained in:
		| @@ -12,6 +12,7 @@ class PyIpyparallel(PythonPackage): | |||||||
|     homepage = "https://github.com/ipython/ipyparallel" |     homepage = "https://github.com/ipython/ipyparallel" | ||||||
|     pypi = "ipyparallel/ipyparallel-7.1.0.tar.gz" |     pypi = "ipyparallel/ipyparallel-7.1.0.tar.gz" | ||||||
| 
 | 
 | ||||||
|  |     version("8.4.1", sha256="670bbe05755381742e1ea01177dc428ff8f3e94af1f0d5642c9d19f37ca8289b") | ||||||
|     version("8.0.0", sha256="95305a886f2c42e9603c034ea684e5c031d9d4222c66ed6d85eb3ae15d631e4b") |     version("8.0.0", sha256="95305a886f2c42e9603c034ea684e5c031d9d4222c66ed6d85eb3ae15d631e4b") | ||||||
|     version("7.1.0", sha256="ea756df0d2485bac19cccb0dbf4cafbc855c922b9b5905b4906e6cfac8b3c648") |     version("7.1.0", sha256="ea756df0d2485bac19cccb0dbf4cafbc855c922b9b5905b4906e6cfac8b3c648") | ||||||
|     version("6.3.0", sha256="0a97b276c62db633e9e97a816282bdd166f9df74e28204f0c8fa54b71944cfdc") |     version("6.3.0", sha256="0a97b276c62db633e9e97a816282bdd166f9df74e28204f0c8fa54b71944cfdc") | ||||||
| @@ -23,10 +24,10 @@ class PyIpyparallel(PythonPackage): | |||||||
|     depends_on("python@2.7,3.4:", type=("build", "run")) |     depends_on("python@2.7,3.4:", type=("build", "run")) | ||||||
| 
 | 
 | ||||||
|     depends_on("py-jupyterlab@3.0:3", type="build", when="@7.1:") |     depends_on("py-jupyterlab@3.0:3", type="build", when="@7.1:") | ||||||
|     depends_on("py-packaging", type="build", when="@7.1:") |     depends_on("py-packaging", type="build", when="@7.1:8.0.0") | ||||||
|     depends_on("py-setuptools@40.8:", type="build", when="@7.1:") |     depends_on("py-setuptools@40.8:", type="build", when="@7.1:8.2") | ||||||
|     depends_on("py-setuptools@:60", type="build", when="@:8.2.0") |     depends_on("py-setuptools@:60", type="build", when="@:8.2.0") | ||||||
|     depends_on("py-setuptools", type="build") |     depends_on("py-hatchling@0.25:", type="build", when="@8.4:") | ||||||
| 
 | 
 | ||||||
|     depends_on("py-ipython-genutils", type=("build", "run"), when="@:6.3") |     depends_on("py-ipython-genutils", type=("build", "run"), when="@:6.3") | ||||||
|     depends_on("py-entrypoints", type=("build", "run"), when="@7.1:") |     depends_on("py-entrypoints", type=("build", "run"), when="@7.1:") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Erik Heeren
					Erik Heeren