docutils: use new virtualenv feature
Closes #14474. Closes #14624. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
66ddc0dd75
commit
38a674d7d3
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
class Docutils < Formula
|
||||
include Language::Python::Virtualenv
|
||||
|
||||
desc "Text processing system for reStructuredText"
|
||||
homepage "https://docutils.sourceforge.io"
|
||||
url "https://downloads.sourceforge.net/project/docutils/docutils/0.13.1/docutils-0.13.1.tar.gz"
|
||||
sha256 "718c0f5fb677be0f34b781e04241c4067cbd9327b66bdd8e763201130f5175be"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -12,7 +15,7 @@ class Docutils < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "python", *Language::Python.setup_install_args(prefix)
|
||||
virtualenv_install_with_resources
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue