Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geode Packages
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projet GEODE
Geode Packages
Commits
bf00a829
Commit
bf00a829
authored
1 year ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Remove a whole bunch of local packages now that spacy has been added to guix' official repos
parent
7d5a9437
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
geode/packages/annotation.scm
+4
-301
4 additions, 301 deletions
geode/packages/annotation.scm
geode/packages/demo.scm
+1
-1
1 addition, 1 deletion
geode/packages/demo.scm
with
5 additions
and
302 deletions
geode/packages/annotation.scm
+
4
−
301
View file @
bf00a829
(
define-module
(
geode
packages
annotation
)
#
:use-module
((
gnu
packages
check
)
#
:select
(
python-coverage
python-mock
python-pytest
python-pytest-cov
python-pytest-sugar
python-pytest-xdist
))
#
:use-module
((
gnu
packages
geo
)
#
:select
(
python-geopandas
))
#
:use-module
((
gnu
packages
haskell-xyz
)
#
:select
(
ghc-megaparsec
ghc-void
))
#
:use-module
((
gnu
packages
machine-learning
)
#
:select
(
python-pytorch
python-scikit-learn
))
#
:select
(
python-pytorch
python-scikit-learn
python-spacy
))
#
:use-module
((
gnu
packages
protobuf
)
#
:select
(
python-protobuf
))
#
:use-module
((
gnu
packages
python-build
)
#
:select
(
python-typing-extensions
))
#
:use-module
((
gnu
packages
python-check
)
#
:select
(
python-mypy
python-pytest-rerunfailures
))
#
:use-module
((
gnu
packages
python-crypto
)
#
:select
(
python-paramiko
))
#
:use-module
((
gnu
packages
python-science
)
#
:select
(
python-pandas
))
#
:use-module
((
gnu
packages
python-web
)
#
:select
(
python-azure-core
python-azure-common
python-azure-storage-blob
python-google-cloud-storage
python-requests
python-responses
))
#
:select
(
python-requests
))
#
:use-module
((
gnu
packages
python-xyz
)
#
:select
(
python-autoflake
python-black
python-boto3
python-catalogue
python-check-manifest
python-click
python-colorama
python-contextvars
python-cymem
python-cython
python-dataclasses
#
:select
(
python-check-manifest
python-emoji
python-flake8
python-folium
python-geojson
python-isort
python-jinja2
python-langcodes
python-matplotlib
python-mdx-include
python-mkdocs
python-mkdocs-material
python-moto
python-murmurhash
python-numpy
python-packaging
python-pathlib2
python-preshed
python-pydantic
python-shellingham
python-six
python-tqdm
python-typer
python-wasabi
))
#
:use-module
((
gnu
packages
serialization
)
#
:select
(
python-ruamel
.
yaml
))
#
:use-module
((
gnu
packages
version-control
)
#
:select
(
python-pre-commit
))
python-tqdm
))
#
:use-module
((
gnu
packages
xml
)
#
:select
(
python-lxml
))
#
:use-module
((
guix
build-system
haskell
)
#
:select
(
hackage-uri
haskell-build-system
))
#
:use-module
((
guix
build-system
copy
)
#
:select
(
copy-build-system
))
#
:use-module
((
guix
build-system
python
)
#
:select
(
pypi-uri
python-build-system
))
#
:use-module
((
guix
download
)
...
...
@@ -83,47 +31,6 @@
#
:use-module
((
guix
packages
)
#
:select
(
base32
origin
package
search-path-specification
)))
(
define-public
python-blis
(
package
(
name
"python-blis"
)
(
version
"0.9.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"blis"
version
))
(
sha256
(
base32
"0vrnzk9jx7fcl56q6zpa4w4mxkr4iknxs42fngn9g78zh1kc9skw"
))))
(
build-system
python-build-system
)
(
arguments
(
list
#
:tests?
#f
))
(
propagated-inputs
(
list
python-numpy
))
(
native-inputs
(
list
python-cython
))
(
home-page
"https://github.com/explosion/cython-blis"
)
(
synopsis
"The Blis BLAS-like linear algebra library, as a self-contained C-extension."
)
(
description
"The Blis BLAS-like linear algebra library, as a self-contained C-extension."
)
(
license
bsd-3
)))
(
define-public
python-confection
(
package
(
name
"python-confection"
)
(
version
"0.0.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"confection"
version
))
(
sha256
(
base32
"1lwarwm0idf9dnk2zyi1v4ibmv953rcb44hn720qhhfxpni99y2z"
))))
(
build-system
python-build-system
)
(
propagated-inputs
(
list
python-pydantic
python-srsly
python-typing-extensions
))
(
native-inputs
(
list
python-pytest
))
(
home-page
"https://github.com/explosion/confection"
)
(
synopsis
"The sweetest config system for Python"
)
(
description
"The sweetest config system for Python"
)
(
license
expat
)))
(
define-public
python-gpxpy
(
package
(
name
"python-gpxpy"
)
...
...
@@ -140,26 +47,6 @@
(
description
"GPX file parser and GPS track manipulation library"
)
(
license
asl2
.
0
)))
(
define-public
python-pathy
(
package
(
name
"python-pathy"
)
(
version
"0.6.2"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"pathy"
version
))
(
sha256
(
base32
"0jmnskclbzp5ri1xx5hgys49iddm1yz20w4qgl842dyzv9dj2y1i"
))))
(
build-system
python-build-system
)
(
propagated-inputs
(
list
python-dataclasses
python-smart-open-5
python-typer
))
(
arguments
(
list
#
:tests?
#f
))
(
home-page
"https://github.com/justindujardin/pathy"
)
(
synopsis
"pathlib.Path subclasses for local and cloud bucket storage"
)
(
description
"pathlib.Path subclasses for local and cloud bucket storage"
)
(
license
asl2
.
0
)))
(
define-public
python-perdido
(
package
(
name
"python-perdido"
)
...
...
@@ -190,98 +77,6 @@
(
description
"PERDIDO Geoparser python library"
)
(
license
bsd-2
)))
(
define-public
python-smart-open-5
(
package
(
name
"python-smart-open"
)
(
version
"5.2.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"smart_open"
version
))
(
sha256
(
base32
"05sckm0rnrdk7n888h8yivgwxj25qbq56sd97bssi4ksf5cggavm"
))))
(
build-system
python-build-system
)
(
arguments
(
list
#
:tests?
#f
))
(
native-inputs
(
list
python-azure-common
python-azure-core
python-azure-storage-blob
python-boto3
python-google-cloud-storage
python-moto
python-paramiko
python-pathlib2
python-pytest
python-pytest-rerunfailures
python-requests
python-responses
))
(
home-page
"https://github.com/piskvorky/smart_open"
)
(
synopsis
"Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)"
)
(
description
"Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip,
bz2...)"
)
(
license
expat
)))
(
define-public
python-spacy
(
package
(
name
"python-spacy"
)
(
version
"3.4.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"spacy"
version
))
(
sha256
(
base32
"0qz467an2qgcs6ahr1rpcf38xl45rpkczicslmj0wv4a6ifwziar"
))))
(
build-system
python-build-system
)
(
arguments
(
list
#
:tests?
#f
#
:phases
#
~
(
modify-phases
%standard-phases
(
delete
'sanity-check
))))
(
propagated-inputs
(
list
python-catalogue
python-cymem
python-jinja2
python-langcodes
python-murmurhash
python-numpy
python-packaging
python-pathy
python-preshed
python-pydantic
python-requests
python-srsly
python-thinc
python-tqdm
python-typer
python-typing-extensions
python-wasabi
))
(
native-inputs
(
list
python-cython
))
(
home-page
"https://spacy.io"
)
(
synopsis
"Industrial-strength Natural Language Processing (NLP)
in Python"
)
(
description
"Industrial-strength Natural Language Processing (NLP) in Python"
)
(
license
expat
)))
(
define-public
python-srsly
(
package
(
name
"python-srsly"
)
(
version
"2.4.4"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"srsly"
version
))
(
sha256
(
base32
"0a5196rg2ycs6y8zf17ghv72kfy22iy1n930kkqi4rvvca0nb878"
))))
(
build-system
python-build-system
)
(
propagated-inputs
(
list
python-catalogue
))
(
native-inputs
(
list
python-cython
python-mock
python-numpy
python-pytest
python-ruamel
.
yaml
))
(
home-page
"https://github.com/explosion/srsly"
)
(
synopsis
"Modern high-performance serialization utilities for Python"
)
(
description
"Modern high-performance serialization utilities for Python"
)
(
license
expat
)))
(
define-public
python-stanza
(
package
(
name
"python-stanza"
)
...
...
@@ -320,95 +115,3 @@
"This package provides a Python NLP Library for Many Human Languages, by the
Stanford NLP Group"
)
(
license
asl2
.
0
)))
(
define-public
python-thinc
(
package
(
name
"python-thinc"
)
(
version
"8.1.1"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"thinc"
version
))
(
sha256
(
base32
"1k9bsl6rsai4szx3s1mw65i87r7r38dxyrq3iv4smjzkhhlji44v"
))))
(
build-system
python-build-system
)
(
arguments
(
list
#
:tests?
#f
))
(
propagated-inputs
(
list
python-blis
python-catalogue
python-confection
python-contextvars
python-cymem
python-dataclasses
python-murmurhash
python-numpy
python-preshed
python-pydantic
python-srsly
python-typing-extensions
python-wasabi
))
(
native-inputs
(
list
python-cython
python-mypy
python-packaging
))
(
home-page
"https://github.com/explosion/thinc"
)
(
synopsis
"A refreshing functional take on deep learning, compatible with your favorite libraries"
)
(
description
"This package provides a refreshing functional take on deep learning, compatible
with your favorite libraries"
)
(
license
expat
)))
(
define-public
python-typer-0
.
5
(
package
(
name
"python-typer"
)
(
version
"0.4.2"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"typer"
version
))
(
sha256
(
base32
"00zcc8gk37q7j5y0ycawf6699mp5fyk6paavid3p7paj05n1q9mq"
))))
(
build-system
python-build-system
)
(
propagated-inputs
(
list
python-autoflake
python-black
python-click
python-colorama
python-coverage
python-flake8
python-isort
python-mdx-include
python-mkdocs
python-mkdocs-material
python-mypy
python-pre-commit
python-pytest
python-pytest-cov
python-pytest-sugar
python-pytest-xdist
python-shellingham
))
(
home-page
"https://github.com/tiangolo/typer"
)
(
synopsis
"Typer, build great CLIs. Easy to code. Based on Python type hints."
)
(
description
"Typer, build great CLIs. Easy to code. Based on Python type hints."
)
(
license
expat
)))
(
define-public
python-typer-cli
(
package
(
name
"python-typer-cli"
)
(
version
"0.0.12"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
pypi-uri
"typer-cli"
version
))
(
sha256
(
base32
"15phfgb93pd3wgnbpn9kidmvlxiz2z1d7vkh17xj0v1jq2jsgi6j"
))))
(
build-system
python-build-system
)
(
arguments
(
list
#
:tests?
#f
))
(
propagated-inputs
(
list
python-colorama
python-shellingham
python-typer
))
(
home-page
"https://github.com/tiangolo/typer-cli"
)
(
synopsis
"Run Typer scripts with completion, without having to create a package, using Typer CLI."
)
(
description
"Run Typer scripts with completion, without having to create a package, using
Typer CLI."
)
(
license
expat
)))
This diff is collapsed.
Click to expand it.
geode/packages/demo.scm
+
1
−
1
View file @
bf00a829
(
define-module
(
geode
packages
demo
)
#
:use-module
((
geode
packages
annotation
)
#
:select
(
python-perdido
python-spacy
python-stanza
))
#
:select
(
python-perdido
python-stanza
))
#
:use-module
((
geode
packages
models
)
#
:select
(
spacy-fr-core-news-sm
stanza-fr
))
#
:use-module
((
gnu
packages
base
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment