Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
johenglisch committed Aug 16, 2024
1 parent bb2b514 commit e4c29a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 27 deletions.
4 changes: 2 additions & 2 deletions cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ property | value
[dc:identifier](http://purl.org/dc/terms/identifier) | https://doi.org/10.1515/stuf-2019-0021
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by/4.0/
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/cldf-datasets/handschuhnames
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/handschuhnames/tree/dbd2465">cldf-datasets/handschuhnames dbd2465</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.11.2</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/handschuhnames/tree/bb2b514">cldf-datasets/handschuhnames bb2b514</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.0">Glottolog v5.0</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.8.19</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | handschuhnames
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution

Expand Down
4 changes: 2 additions & 2 deletions cldf/cldf-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/handschuhnames",
"rdf:type": "prov:Entity",
"dc:created": "dbd2465",
"dc:created": "bb2b514",
"dc:title": "Repository"
},
{
Expand All @@ -30,7 +30,7 @@
"prov:wasGeneratedBy": [
{
"dc:title": "python",
"dc:description": "3.11.2"
"dc:description": "3.8.19"
},
{
"dc:title": "python-packages",
Expand Down
30 changes: 7 additions & 23 deletions cldf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,49 @@ attrs==24.2.0
babel==2.16.0
bibtexparser==2.0.0b7
bs4==0.0.2
cdstarcat==1.4.0
certifi==2024.7.4
chardet==5.2.0
cldfbench==1.14.0
-e git+https://github.com/cldf-datasets/handschuhnames@bb2b51407e08c577f491dac692b421efd84c56c3#egg=cldfbench_handschuhnames
cldfcatalog==1.5.1
cldfzenodo==2.1.1
clldutils==3.22.2
colorama==0.4.6
colorlog==6.8.2
csvw==3.3.0
exceptiongroup==1.2.2
gitdb==4.0.11
greenlet==3.0.3
html5lib==1.1
idna==3.7
importlib_resources==6.4.2
iniconfig==2.0.0
isodate==0.6.1
jsonschema==4.23.0
lingpy==2.6.13
lxml==5.3.0
Markdown==3.6
nameparser==1.1.3
networkx==3.3
newick==1.9.0
numpy==2.0.1
openpyxl==3.1.5
packaging==24.1
platformdirs==4.2.2
pluggy==1.5.0
py==1.11.0
pybtex==0.24.0
pycdstar==1.1.0
pycldf==1.38.1
pyclts==3.2.0
pyconcepticon==3.1.0
pycountry==24.6.1
pydictionaria==2.2
pyglottolog==3.13.0
pylatexenc==2.10
pylexibank==3.5.0
pytest==8.3.2
python-dateutil==2.9.0.post0
pytz==2022.7.1
pytz==2024.1
rdflib==7.0.0
referencing==0.35.1
regex==2024.7.24
requests==2.32.3
rfc3986==1.5.0
segments==2.2.1
six==1.16.0
smmap==5.0.1
soupsieve==2.5
soupsieve==2.6
SQLAlchemy==1.4.53
tabulate==0.9.0
termcolor==2.4.0
tqdm==4.66.5
Unidecode==1.3.8
uritemplate==4.1.1
urllib3==2.2.2
wcwidth==0.2.13
webencodings==0.5.1
xlrd==2.0.1
zenodoclient==0.5.1
zenodoclient==0.5.1
zipp==3.20.0

0 comments on commit e4c29a8

Please sign in to comment.