-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove rust-cpython support from documentation
- Loading branch information
Showing
11 changed files
with
51 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["konstin <[email protected]>", "messense <[email protected]>"] | ||
name = "maturin" | ||
version = "1.5.1" | ||
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages" | ||
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages" | ||
exclude = [ | ||
"test-crates/**/*", | ||
"sysconfig/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ Maintainer: konstin <[email protected]> | |
Architecture: $architecture | ||
Provides: $BINARY_NAME | ||
Conflicts: $conflictname | ||
Description: Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages | ||
Description: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages | ||
EOF | ||
|
||
fakeroot dpkg-deb --build "$tempdir" "${dpkgname}_${version}_${architecture}.deb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ def finalize_options(self): | |
author="konstin", | ||
author_email="[email protected]", | ||
url="https://github.com/pyo3/maturin", | ||
description="Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as " | ||
description="Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as " | ||
"python packages", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.