ariovistus / pyd

Interoperability between Python and D
MIT License
158 stars 32 forks source link

Dub repository is out-of-date #85

Closed Hackerpilot closed 5 years ago

Hackerpilot commented 6 years ago

https://code.dlang.org/packages/pyd

For some reason dub is only aware of the 0.9.x series of releases. Those releases lack compatability with python 3.6, which I think is the default on Ubuntu 18.4. (That release of Ubuntu doesn't have packages for python 3.5) Is there a way to get code.dlang.org to refresh its cache of available versions?

A temporary workaround is to specify ~master as the version to use.

ariovistus commented 6 years ago

https://github.com/dlang/dub-registry/issues/269

Hackerpilot commented 6 years ago

People still react with confusion when I say I like using makefiles and submodules...

John-Colvin commented 5 years ago

@ariovistus have you tried logging in to code.dlang.org and triggering a manual update?

ariovistus commented 5 years ago

nope, wasn't aware that was a thing. Tried it, doesn't seem to have made a difference. It is displaying a bunch of lines like

Version 0.10.2: Package description contains an obsolete "version" field and does not match tag 0.10.2: ~master

don't know if that means anything. actually v0.9.9 doesn't have that field..

ariovistus commented 5 years ago

yup, that was it

ariovistus commented 5 years ago

code.dlang.org is up to date