update package version (#3178)

* add mds

* add test for mds

* fixed the issue of multiple compilers for templates

* update mds from 1.1.0 to 1.1.1

* rename project: mds -> pytype

* update pytype

* update pkg

* update version and fix bug

* Restart the action that failed because of a network problem

```
Failed to download action '50fbc622fc'. Error: nodename nor servname provided, or not known (api.github.com:443)
```

Make a small change to restart the action

---------

Co-authored-by: Jérôme Leclercq <lynix680@gmail.com>
pull/3179/head
Chobits 10 months ago committed by GitHub
parent 67a84e98bd
commit a9a745f1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      packages/p/pytype/xmake.lua

@ -1,13 +1,12 @@
package("pytype")
set_kind("library", {headeronly = true})
set_homepage("https://github.com/chen-qingyu/Pytype")
set_homepage("https://github.com/chen-qingyu/pytype-cpp")
set_description("A C++ type library that is as easy to use as Python built-in types.")
add_urls("https://github.com/chen-qingyu/Pytype/archive/refs/tags/$(version).tar.gz",
"https://github.com/chen-qingyu/Pytype.git")
add_urls("https://github.com/chen-qingyu/pytype-cpp/archive/refs/tags/$(version).tar.gz",
"https://github.com/chen-qingyu/pytype-cpp.git")
add_versions("v1.0.0", "406f808edf4da1901c0a7a3c188c17b206c17211e03eda30fe9af38b644fbb52")
add_versions("v1.1.0", "7c287114d98542bcca022b84fa8497c67311a99219134fce3b645881851b4c03")
add_versions("v1.3.1", "7729a9492caebaff63281e993d22b1f4ca4d488664dada59bfc765002ff7e7de")
on_install(function (package)
os.cp("sources/*.hpp", package:installdir("include/pytype"))

Loading…
Cancel
Save