Skip to content

Commit

Permalink
add smbfs
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 4, 2024
1 parent 774c3bb commit 0d98ca9
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/fs.smbfs/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "1.0.7" %}


package:
name: fs.smbfs
version: {{ version }}

source:
url: https://pypi.io/packages/source/f/fs.smbfs/fs.smbfs-{{ version }}.tar.gz
sha256: 862bca01a769bfa3c14fc2788d7492c13d529d0c717c37abe1568440a290707a

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
host:
- python >=3
- pip
run:
- python >=3
- fs >=2.2,<2.3
- pysmb >=1.1.22,!=1.1.26,!=1.1.29,<=1.2.9.1
- six >=1.10
- setuptools

test:
imports:
- fs.smbfs

about:
home: https://github.com/althonos/fs.smbfs
license: MIT
license_family: MIT
license_file: COPYING
summary: Pyfilesystem2 over SMB using pysmb
description: >
Once created, the SMBFS filesystem behaves like any other filesystem see the Pyfilesystem2 documentation https://pyfilesystem2.readthedocs.io.
extra:
recipe-maintainers:
- althonos
- timkpaine

0 comments on commit 0d98ca9

Please sign in to comment.