Skip to content

Commit

Permalink
eralchemy 1.5.0
Browse files Browse the repository at this point in the history
autobump: add eralchemy

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored and dtrodrigues committed Sep 18, 2024
1 parent 760201f commit fdd19b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ epic5
epoll-shim
epr
eprover
eralchemy
erdtree
erg
erlang
Expand Down
17 changes: 8 additions & 9 deletions Formula/e/eralchemy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ class Eralchemy < Formula

desc "Simple entity relation (ER) diagrams generation"
homepage "https://github.com/eralchemy/eralchemy"
url "https://files.pythonhosted.org/packages/87/40/07b58c29406ad9cc8747e567e3e37dd74c0a8756130ad8fd3a4d71c796e3/ERAlchemy-1.2.10.tar.gz"
sha256 "be992624878278195c3240b90523acb35d97453f1a350c44b4311d4333940f0d"
url "https://files.pythonhosted.org/packages/19/05/5f69930e83a02360d9ed16660bdd58d9d501bffabd43d7dbbe8c14269143/eralchemy-1.5.0.tar.gz"
sha256 "fa66a3cd324abd27ad8e65908d7af48d8198c0c185aeb22189cf40516de25941"
license "Apache-2.0"
revision 7

bottle do
rebuild 2
Expand All @@ -27,18 +26,18 @@ class Eralchemy < Formula
depends_on "[email protected]"

resource "pygraphviz" do
url "https://files.pythonhosted.org/packages/f0/2a/3a7e5f6ba25c0a8998ded9234127c88c5c867bd03cfc3a7b18ef00876599/pygraphviz-1.12.tar.gz"
sha256 "8b0b9207954012f3b670e53b8f8f448a28d12bdbbcf69249313bd8dbe680152f"
url "https://files.pythonhosted.org/packages/8c/41/7b9a22df38bb7884012b34f2986d765691dbe41bf5e7af881dfd09f8145f/pygraphviz-1.13.tar.gz"
sha256 "6ad8aa2f26768830a5a1cfc8a14f022d13df170a8f6fdfd68fd1aa1267000964"
end

resource "sqlalchemy" do
url "https://files.pythonhosted.org/packages/b9/fc/327f0072d1f5231d61c715ad52cb7819ec60f0ac80dc1e507bc338919caa/SQLAlchemy-2.0.27.tar.gz"
sha256 "86a6ed69a71fe6b88bf9331594fa390a2adda4a49b5c06f98e47bf0d392534f8"
url "https://files.pythonhosted.org/packages/36/48/4f190a83525f5cefefa44f6adc9e6386c4de5218d686c27eda92eb1f5424/sqlalchemy-2.0.35.tar.gz"
sha256 "e11d7ea4d24f0a262bccf9a7cd6284c976c5369dac21db237cff59586045ab9f"
end

resource "typing-extensions" do
url "https://files.pythonhosted.org/packages/0c/1d/eb26f5e75100d531d7399ae800814b069bc2ed2a7410834d57374d010d96/typing_extensions-4.9.0.tar.gz"
sha256 "23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"
url "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz"
sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"
end

def install
Expand Down
3 changes: 3 additions & 0 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@
"enex2notion": {
"exclude_packages": ["certifi", "pymupdf"]
},
"eralchemy": {
"package_name": "eralchemy[pygraphviz]"
},
"esphome": {
"exclude_packages": ["certifi", "cryptography"]
},
Expand Down

0 comments on commit fdd19b6

Please sign in to comment.