python3-*
This commit is contained in:
@@ -17,7 +17,7 @@ def setup():
|
||||
# and copy the header files to the corresponding path
|
||||
for files in ["../typeshed-jedi_v0.16.0/*"]:
|
||||
shelltools.copy("%s" % files,"jedi/third_party/typeshed")
|
||||
for files in ["../django-stubs-1.5.0/*"]:
|
||||
for files in ["../django-stubs-1.7.0/*"]:
|
||||
shelltools.copy("%s" % files,"jedi/third_party/django-stubs")
|
||||
|
||||
def build():
|
||||
@@ -25,4 +25,4 @@ def build():
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Awesome autocompletion and static analysis library for python.</Summary>
|
||||
<Description>Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.</Description>
|
||||
<Archive sha1sum="88fbfacae3bb26bf9191eea5cc6b38aec596ab36" type="targz">https://github.com/davidhalter/jedi/archive/v0.17.2.tar.gz</Archive>
|
||||
<Archive sha1sum="a79854c186792514c4389b1ba7a6c8ea95d9a34d" type="targz">https://github.com/davidhalter/jedi/archive/v0.18.0.tar.gz</Archive>
|
||||
<Archive sha1sum="895fd7aa3f1edac94a937282fd3d4f7b3ff07e78" type="targz">https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz</Archive>
|
||||
<Archive sha1sum="54849ae445ba011d9dd2c11e5d95d1ec1f0f8278" type="targz">https://github.com/davidhalter/django-stubs/archive/v1.5.0.tar.gz</Archive>
|
||||
<Archive sha1sum="c1c9ff03bdc38382dd6a6613eb5c6a722e01d086" type="targz">https://github.com/davidhalter/django-stubs/archive/refs/tags/1.7.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2021-08-21</Date>
|
||||
<Version>0.18.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>0.17.2</Version>
|
||||
@@ -58,4 +65,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user