Merge pull request #164238 from r-ryantm/auto-update/python310Packages.apycula
python310Packages.apycula: 0.2a2 -> 0.2
This commit is contained in:
commit
cd5061d401
@ -12,17 +12,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "apycula";
|
||||
version = "0.2a2";
|
||||
version = "0.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "Apycula";
|
||||
hash = "sha256-pcVoYGBhp9jyuWBJ/Rpi8cjwDgPjhJ1PrPblj5DQTpk=";
|
||||
hash = "sha256-xvr/NDAjCjhpImzNlCOcI4x5dIAefJ1TnUgoBhgdhPA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
@ -35,7 +38,9 @@ buildPythonPackage rec {
|
||||
# tests require a physical FPGA
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "apycula" ];
|
||||
pythonImportsCheck = [
|
||||
"apycula"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open Source tools for Gowin FPGAs";
|
||||
|
Loading…
Reference in New Issue
Block a user