Merge pull request #164238 from r-ryantm/auto-update/python310Packages.apycula

python310Packages.apycula: 0.2a2 -> 0.2
This commit is contained in:
Ryan Mulligan 2022-03-15 12:31:15 -07:00 committed by GitHub
commit cd5061d401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";