nuc
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "fatfs";
|
||||
version = "0.1.2";
|
||||
pname = "fatfs-ng";
|
||||
version = "0.1.15";
|
||||
format = "setuptools";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-gkx2ebxtJcRitGX68Xf4EAlxHP+b8wAbKpH5xb+lxYk=";
|
||||
pname = "fatfs_ng";
|
||||
inherit version;
|
||||
hash = "sha256-Uwgr6kzX6e5mHUokWEr0tjDxTK1giWrGmyMbrM91X4o=";
|
||||
};
|
||||
|
||||
# wrapper.c is pre-generated in the sdist; Cython is not needed at build time.
|
||||
@@ -27,11 +28,12 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
# fatfs-ng installs under the 'fatfs' namespace (ext_package='fatfs')
|
||||
pythonImportsCheck = [ "fatfs" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for ChaN's FatFS, the generic FAT/exFAT filesystem module";
|
||||
homepage = "https://pypi.org/project/fatfs/";
|
||||
description = "Enhanced Python wrapper around ChaN's FatFS library with ESP32 wear-leveling support";
|
||||
homepage = "https://github.com/Jason2866/pyfatfs";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
Reference in New Issue
Block a user